Closed
Description
Describe the bug
[email protected]
includes a version bump to [email protected]
. Unfortunately this version of webpack-dev-server
has a bug (webpack/webpack-dev-server#2313) that breaks using the dev server with ssl on Chrome (linux).
The issue is fixed in webpack-dev-server@^3.10.1
Did you try recovering your dependencies?
Which terms did you search for in User Guide?
Environment
OS: CentOS Linux 7
Node: 10.4.0
Steps to reproduce
- Enable SSL for dev server on Linux using
[email protected]
- View site in Chrome
Expected behavior
Certificate is invalid, but able to be accepted anyway.
Actual behavior
Chrome reports certificate is invalid, but scrambled. User cannot accept the certificate to view the site. (Writeup with screenshots is available here: webpack/webpack-dev-server#2313)
If I revert to [email protected]
, the site works as expected.