[Bug 16831] NETCON_secure_connect SSL_connect failed

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jan 7 09:13:07 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=16831





--- Comment #8 from TJ <support at tjworld.net>  2009-01-07 09:13:04 ---
I've done some SSL/TLS tests against the server using openssl and cannot
reproduce the same fault by forcing protocol versions. It looks possible that
something in the set-up of the secure connection parameters is causing this. I
shall try the patch and continue investigating.

All of these are successful:

openssl s_client -connect www.audible.com:443
    Protocol  : TLSv1
    Cipher    : AES256-SHA
openssl s_client -connect www.audible.com:443 -ssl2
    Protocol  : SSLv2
    Cipher    : DES-CBC3-MD5
openssl s_client -connect www.audible.com:443 -ssl3
    Protocol  : SSLv3
    Cipher    : AES256-SHA
openssl s_client -connect www.audible.com:443 -tls1
    Protocol  : TLSv1
    Cipher    : AES256-SHA


-- 
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