Skip to content

HTTPS broken on Chrome (Linux) #8319

@mikekellyio

Description

@mikekellyio

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions