http://bugs.winehq.org/show_bug.cgi?id=30598 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com --- Comment #3 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-05-05 13:57:04 CDT --- Please attach a +winttp log. If the program is freely available please fill the URL field and add the "download" keyword. My guess is that WinHttpSetOption is being called with WINHTTP_OPTION_SECURE_PROTOCOLS option but it is not supported yet. As far as I can see this call is used to change the protocol used [1]. If I'm correct this line should be in the log with option 84 [2]. session.c:186 - FIXME("unimplemented option %u\n", option); Or maybe I'm completely wrong and the method should be extracted somehow from the handshake message =) [1] http://msdn.microsoft.com/en-us/library/windows/desktop/aa384066%28v=vs.85%2... [2] http://source.winehq.org/source/include/winhttp.h#L116 -- 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.