http://bugs.winehq.org/show_bug.cgi?id=30598
--- Comment #6 from Ilya Loginov isloginov@gmail.com 2012-05-05 16:27:07 CDT --- It looks like Evernote does not use winhttp at all.
But looking into wininet log I've founded something interesting:
trace:wininet:InternetSetOptionW (0x3 31 0x2fce058 4)
MSDN says that 31 is INTERNET_OPTION_SECURITY_FLAGS [1]. Indeed it says also that
SECURITY_FLAG_SSL3 0x00000004 Not implemented.
But I will look into it and try to find out if Evernote pass this flag to InternetSetOption.
[1] http://msdn.microsoft.com/en-us/library/windows/desktop/aa385328(v=vs.85).as...