Skip to content

HTTPS broken on Chrome (Linux) #8319

Closed
Closed
@mikekellyio

Description

@mikekellyio

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

  1. Enable SSL for dev server on Linux using [email protected]
  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 [email protected], 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