[Bug 27687] New: SSL cannot be connected with Solaris 11 Express

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jul 3 22:11:40 CDT 2011


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 at winehq.org
        ReportedBy: kazus at 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

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list