http://bugs.winehq.org/show_bug.cgi?id=27687
Summary: SSL cannot be connected with Solaris 11 Express Product: Wine Version: unspecified Platform: x86 OS/Version: Solaris Status: UNCONFIRMED Severity: major Priority: P2 Component: crypt32 AssignedTo: wine-bugs@winehq.org ReportedBy: kazus@sunfish.suginami.tokyo.jp
Kindle for PC and Evernote client cannot synchronize by Solaris 11 Express.
It was necessary to add following information to CRYPT_knownLocations[] defined in dlls/crypt32/rootstore.c to solve this problem.
*** dlls/crypt32/rootstore.c.orig 2011-06-26 17:19:27.798350805 +0900 --- dlls/crypt32/rootstore.c 2011-06-26 17:20:21.947540215 +0900 *************** *** 482,487 **** --- 482,488 ---- };
static const char * const CRYPT_knownLocations[] = { + "/etc/sfw/openssl/certs", "/etc/ssl/certs/ca-certificates.crt", "/etc/ssl/certs", "/etc/pki/tls/certs/ca-bundle.crt",
looks like Bug 15704.
Bug 15704 crypt32: chain.ok test fails in OpenSolaris http://bugs.winehq.org/show_bug.cgi?id=15704