http://bugs.winehq.org/show_bug.cgi?id=16831
--- Comment #7 from Hans Leidekker hans@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?