http://bugs.winehq.org/show_bug.cgi?id=16831
--- Comment #8 from TJ support@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