http://bugs.winehq.org/show_bug.cgi?id=23134
Summary: iexplore does not correctly detect proxy details Product: Wine Version: 1.2-rc3 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kennybobs@o2.co.uk Blocks: 19261
I have an Ubuntu Lucid system that has the proxy preferences set up for HTTP and FTP. Native applications use the proxy for HTTP and FTP but all other protocols bypass the proxy. iexplore doesn't. The result being that when a HTTPS page is opened, there is a failure (proxy does not support HTTPS). Using Squid.
The following error was encountered while trying to retrieve the URL: https://accounts.sling.com/accounts/login?
Unsupported Request Method and Protocol
Squid does not support all request methods for all access protocols. For example, you can not POST a Gopher request.
http://bugs.winehq.org/show_bug.cgi?id=23134
--- Comment #1 from Ken Sharp kennybobs@o2.co.uk 2010-11-24 21:59:29 CST --- Still an issue in Wine 1.3.6.
http://bugs.winehq.org/show_bug.cgi?id=23134
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Ken Sharp kennybobs@o2.co.uk 2011-03-26 18:26:48 CDT --- Apparently fixed in 1.3.16.
http://bugs.winehq.org/show_bug.cgi?id=23134
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2011-04-01 12:40:42 CDT --- Closing bugs fixed in 1.3.17.
http://bugs.winehq.org/show_bug.cgi?id=23134
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|FIXED |
--- Comment #4 from Ken Sharp kennybobs@o2.co.uk 2011-04-17 10:29:50 CDT --- My mistake. Turns out there's something else wrong with the URL in comment 1, whatever that may be. http://gmail.com forwards to a https login and this bug reappears. Tested with 1.3.16 again just to make sure.
Same is true of IE6 and IE7.
Firefox doesn't pick up any details when "automatically detect" is selected, but this may be a separate problem.
Not sure which component would pass proxy details to the apps...
http://bugs.winehq.org/show_bug.cgi?id=23134
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW
--- Comment #5 from Ken Sharp kennybobs@o2.co.uk 2011-10-12 21:05:00 CDT --- Still present in wine-1.3.30-70-gd0c38ec.
I believe proxies are handled by wininet but I'm not sure.
http://bugs.winehq.org/show_bug.cgi?id=23134
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |wininet
http://bugs.winehq.org/show_bug.cgi?id=23134
--- Comment #6 from Ken Sharp kennybobs@o2.co.uk 2011-10-12 21:22:45 CDT --- Created attachment 36871 --> http://bugs.winehq.org/attachment.cgi?id=36871 wine-1.3.30-70-gd0c38ec +urlmon +wininet
http://bugs.winehq.org/show_bug.cgi?id=23134
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
http://bugs.winehq.org/show_bug.cgi?id=23134
--- Comment #7 from Juan Lang juan_lang@yahoo.com 2011-10-13 12:18:08 CDT --- Agreed, wininet looks like the correct component. The current proxy code basically assumes that a single proxy setting is used for all protocols, which isn't correct.
http://bugs.winehq.org/show_bug.cgi?id=23134
--- Comment #8 from Ken Sharp kennybobs@o2.co.uk 2012-09-06 14:27:11 CDT --- Still present in Wine 1.5.12
http://bugs.winehq.org/show_bug.cgi?id=23134
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks|19261 |
http://bugs.winehq.org/show_bug.cgi?id=23134
--- Comment #9 from Ken Sharp kennybobs@o2.co.uk 2013-07-12 11:46:24 CDT --- Still present in wine-1.6-rc4-122-g104adb7.
http://bugs.winehq.org/show_bug.cgi?id=23134
--- Comment #10 from Ken Sharp imwellcushtymelike@gmail.com --- No change in wine-1.7.16-133-gd8ca8c2 (Squid 3 now handles https)
https://bugs.winehq.org/show_bug.cgi?id=23134
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #11 from joaopa jeremielapuree@yahoo.fr --- Does the bug still occur with wine-5.12?
https://bugs.winehq.org/show_bug.cgi?id=23134
--- Comment #12 from Ken Sharp imwellcushtymelike@gmail.com --- In Wine 8.12:
Tested with ifconfig.me and a SOCKS proxy (SSH) forwarded to a remote server.
https_proxy=socks5://myproxy https: ==> ignores proxy, page loads
https_proxy=socks5://myproxy http_proxy=socks5://myproxy https: ==> page never loads
https_proxy=socks5://myproxy http: ==> correctly forward to https, but doesn't load
http_proxy=socks5://myproxy http: ==> doesn't forward, never loads