-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Webkit forces https on localhost #12975
Comments
@maxibri Could you please share more details? What is the page url you use in |
Hi @dgozman,
Webkit also routes correctly to Routing with |
This seems like webkit-specific behavior. Here is a similar StackOverflow question. |
Context:
Code Snippet
Here is my webkit config
Describe the bug
When running tests on Webkit, i get the following errors:
![webkit_tls_error](https://user-images.githubusercontent.com/68642402/159657134-f5c8dc03-73db-4985-a306-cfead30e99be.png)
I don't use SSL on localhost. It seems like Webkit automatically forces HTTPS. All other browsers are working fine.
The text was updated successfully, but these errors were encountered: