-
-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Description
Describe the bug
react-scripts@3.3.0
includes a version bump to webpack-dev-server@3.9.0
. 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
react-scripts@3.3.0
- 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 react-scripts@3.2.0
, the site works as expected.
stels-cs, NOCELL and ikapeykin