[Bug 16831] NETCON_secure_connect SSL_connect failed

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jan 7 04:35:09 CST 2009


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





--- Comment #7 from Hans Leidekker <hans at meelstraat.net>  2009-01-07 04:35:08 ---
Created an attachment (id=18556)
 --> (http://bugs.winehq.org/attachment.cgi?id=18556)
wininet: Secure flag has precedence over scheme.

> trace:wininet:InternetOpenUrlW (0x1, L"http://www.audible.com/..., (null),
> 00000000, 80800002, 00000000)
> trace:wininet:InternetOpenUrlW   flags : INTERNET_FLAG_RELOAD
> INTERNET_FLAG_SECURE INTERNET_FLAG_TRANSFER_BINARY...

This call is ambiguous; the app requests a URL with scheme http (not https)
and specifies INTERNET_FLAG_SECURE at the same time. My guess is that native
resolves this as a secure request on port 443.

Can you try this patch?


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