[Bug 30598] Evernote can't connect to server

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Aug 20 10:36:25 CDT 2012


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

--- Comment #21 from Hiroshi Miura <miurahr at linux.com> 2012-08-20 10:36:25 CDT ---
Created attachment 41438
  --> http://bugs.winehq.org/attachment.cgi?id=41438
A patch to fix wininet and winhttp to behave same as Windows

This is caused by OpenSSL 1.0.x now support TLSv1.1 and TLSv1.2 by default but
Windows7 is disabled by Default. and IIS server is also disabled by default.

When connecting from client claiming TLSv1.1 or TLSv1.2, Evernote server
returns protocol version failure.

This patch add functionality  to enable/disable TLSv1.1 and TLSv1.2 based on
registry entry.

(refers: http://netsekure.org/2009/10/tls-1-2-in-windiows-7/ )

For future, wininet.dll and winhttp.dll should implement using secur32
schannel.
The registry where a patch refers is for schannel.

I'm tested on Ubuntu 12.04(64bit) multi-arch and Evernote 4.5.2.4504.

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