[Webkit-unassigned] [Bug 260538] [GTK] Fails to open tesla.com: website is unusable except when web inspector is open, "Access Denied"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 23 07:27:30 PDT 2023


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

--- Comment #5 from Milan Crha <mcrha at redhat.com> ---
I get the same error when using the incognito window, thus you are right, it's not a cache problem.

I do not make it work even with the Inspector shown (in the incognito window). The Network tab shows the GET was done with scheme "https:", no idea what failed here.

If I understand it correctly, the error page is generated by the server, right? It looks like that to me, but I'm not sure. Being it so, I'd guess the server has disabled insecure connections and allows only secure connections. The Epiphany shows in the address bar that the address in use is secure (httpS), still it looks like WebKit does something with insecure connection, which is rejected by the server, and it gets to the GUI.

I tried:
   $ wget https://www.tesla.com
   --2023-08-23 16:13:07--  https://www.tesla.com/
   Resolving www.tesla.com (www.tesla.com)... 23.75.66.131, 2a02:26f0:dc:18a::700, 2a02:26f0:dc:181::700
   Connecting to www.tesla.com (www.tesla.com)|23.75.66.131|:443... connected.
   HTTP request sent, awaiting response... ^C

and it did not went further, thus I Ctrl+C it. Then I tried:

   $ curl -v --http1.1 https://www.tesla.com

also times out, but using --http2 returns the "Access Denied" page. Firefox also uses HTTP/2, but I do not decipher much from its Network logs, I'm sorry.

-- 
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/20230823/b5774257/attachment.htm>


More information about the webkit-unassigned mailing list