You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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?
(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?