winhttp proxy doesn't work

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Jiri Humpolicek

winhttp proxy doesn't work

Post by Jiri Humpolicek »

Hi,
I am using wine behind http proxy. "Normal" applications which uses internet proxy settings from registry works OK, but applications (written in .net) uses WinHttp proxy and I guess that even if this proxy is configured by proxycfg.exe (proxycfg.exe -u ) http connections go still direct (I watched that in Wireshark). Maybe there is some problem in WinHttpDetectAutoProxyConfigUrl which is called from my .net code.
When I run my application in wine where is direct connection to web, everything works fine as well as both variant work under Windows.

Does anybody have any idea what is wrong?

Thanks, Jiri Humpolicek
Bruno Jesus

winhttp proxy doesn't work

Post by Bruno Jesus »

If you have a small testcase application that runs in wine you should
file a bug report. Have you tested in latest wine version?
Locked