Skip to content
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

HTTPS broken on Chrome (Linux) #8319

Closed
mikekellyio opened this issue Jan 14, 2020 · 2 comments
Closed

HTTPS broken on Chrome (Linux) #8319

mikekellyio opened this issue Jan 14, 2020 · 2 comments

Comments

@mikekellyio
Copy link

mikekellyio commented Jan 14, 2020

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

  1. Enable SSL for dev server on Linux using react-scripts@3.3.0
  2. 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.

@stale
Copy link

stale bot commented Feb 13, 2020

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.

@stale stale bot added the stale label Feb 13, 2020
@stale
Copy link

stale bot commented Feb 18, 2020

This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue.

@stale stale bot closed this as completed Feb 18, 2020
@lock lock bot locked and limited conversation to collaborators Feb 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant