http://bugs.winehq.org/show_bug.cgi?id=30598 Ilya Loginov <isloginov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek(a)codeweavers.com --- Comment #2 from Ilya Loginov <isloginov(a)gmail.com> 2012-05-05 02:35:45 CDT --- I've founded some post in the Evernote's blog: http://blog.evernote.com/tech/2011/09/23/security-hang-ups/ I can't get robots.txt from www.evernote.com with curl as described above. So I tried: openssl s_client -ssl3 -state -debug -msg -connect www.evernote.com:443 All was fine. I removed ssl3 key and got it! It failed to connect. So I tried to enable SSLv3_client_method in wine and problem was gone. Of course, it's bad patch because, probably, it breaks many other applications. There should be somewhere switch on some parameter to chose method but I can't find any proper method to set authefication method on MSDN to make proper fix. -- 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.