[Webkit-unassigned] [Bug 175378] [GTK] [WK2] Cannot access HTTPS sites using a HTTP proxy that requires authentication

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 10 08:40:07 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=175378

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgarcia at igalia.com,
                   |                            |danw at gnome.org

--- Comment #6 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Thanks for the detailed instructions, it helped a lot. There are two problems here:

 1- We are failing to detect the response MIME type when using https + proxy, since it's a main resource load, we end up trying to download it. I'm not sure if we can fix it, the server is not providing the content type header and we fail to sniff because we only talked to the proxy.

 2- In the authenticateCallback we receive from libsoup we return early if the given soup message is not our resource soup message. This is wrong in the case of htts + proxy because libsoup creates a tunnel internally and the soup message it uses for the authentication is the tunnel one, not ours.

I've fixed 2 and authentication works, but if you cancel the auth dialog, we end up trying to download it again, because of 1.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170810/649b0741/attachment.html>


More information about the webkit-unassigned mailing list