-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Self-signed SSL certs not valid on MacOS 10.15.4 if localhost is used (Catalina) #2545
Comments
On Safari 13 self-signed SSL certs works? |
yes, but for me it was only working accessing https://127.0.0.1:8000 not https://localhost:8000 |
@marcusschiesser maybe you have a firewall or something same? |
@evilebottnawi only standard firewall from macOS, this one: and lookup of localhost is working:
|
Update: |
Close in favor #2957, maybe safari has the same |
Code
Expected Behavior
The autogenerated SSL certificate should be accepted by Safari if URL is requested via
localhost
(https://localhost:8000)Actual Behavior
If requested via https://localhost:8000, the certificate is not accepted, only if requested via https://127.0.0.1:8000
For Bugs; How can we reproduce the behavior?
Start up webpack-dev-server with SSL enabled on a MacOS 10.15.4 system; attempt to hit the server in Safari 13.1 using https://localhost:8000
Related to #2273.
For Features; What is the motivation and/or use-case for the feature?
The text was updated successfully, but these errors were encountered: