-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 (Catalina) #2273
Comments
6 tasks
/cc @tarrall can we close? |
@evilebottnawi How soon is that PR going to be released? |
@coltonw near future |
@evilebottnawi , I am still having a |
Release will be today |
Done #2274 |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(PR inbound)
Operating System: MacOS 10.15
Node Version: 12.9.0
NPM Version: 6.10.3
webpack Version: 4.39.3
webpack-dev-server Version: 3.8.2
Browser: Chrome
This is a bug
This is a modification request
Code
(Usual webpack setup; no specific code needed to repro)
Expected Behavior
Autogenerated SSL certificate should be accepted by common browsers.
Actual Behavior
As of MacOS 10.15, the SSL certificate validation logic is more strict and requires some additional certificate extensions. Ref: https://support.apple.com/en-us/HT210176
For Bugs; How can we reproduce the behavior?
Start up webpack-dev-server with SSL enabled on a MacOS 10.15 system; attempt to hit the server in Chrome (probably Safari as well).
For Features; What is the motivation and/or use-case for the feature?
The text was updated successfully, but these errors were encountered: