[Webkit-unassigned] [Bug 246045] When searching a domain with only https available. Browser will try loading http first, fail and won't load https (Even if upgrade connections to HTTPS is set to true).

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 4 18:55:46 PDT 2022


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |achristensen at apple.com,
                   |                            |ap at webkit.org

--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
WebKit doesn't have the logic to try https when connection on port 80 is refused, and probably shouldn't, because that's trivial to implement in a browser, and not necessarily appropriate for every other embedder.

We do have upgradeKnownHostsToHTTPS on WKWebViewConfiguration, but marketracoon.com is not currently on the known list. And that's only about known hosts, not about retrying.

-- 
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/20221005/133c13b9/attachment.htm>


More information about the webkit-unassigned mailing list