<!-- Please note that this template is not optional. Please fill out _ALL_ fields, or your issue may be closed as "invalid." Please do not delete this template. Please ask questions on StackOverflow or Gitter (https://gitter.im/webpack/webpack). General questions, how-to questions, and support requests will be closed. --> - Operating System: Windows 10 20H2 (19042.685) - Node Version: 14.15.1 - NPM Version: 6.14.8 - webpack Version: 4.44.2 - webpack-dev-server Version: 3.11.0 - Browser: Chrome, Edge, IE <!-- Please place an x, no spaces, in all [ ] that apply Please note that we are NOT accepting FEATURE requests at this time. --> - [x] This is a **bug** - [ ] This is a **modification** request ### Code <!-- If you have a large amount of code to share which demonstrates the problem you're experiencing, or your webpack config is very large, please provide a link to your repository rather than pasting code. We'd also encourage you to use a Github Gist link instead of pasting code. Otherwise, please paste relevant short snippets below. For bugs, please do consider providing a link to a stripped-down, bare-bones repo that can reproduce the problem you're experiencing. Many times, bugs aren't actual bugs, but rather specific issues with loaders, plugins, or an environment/OS. Problems with complicated or large applications will almost always require this to be triaged. --> ### Expected Behavior No warnings in the browser and the app is served on a secure connection. ### Actual Behavior Warning screen with following warning: ``` NET::ERR_CERT_AUTHORITY_INVALID ``` By clicking 'Advanced' button and then 'Continue to localhost (unsafe)' the app loads and works (sort of) for a while. Then same warning screen appears after a while. I would expect there is a way to trust the root CA for this certificate, like any other development webserver? I can't find any command or documentation how to add a trusted root CA for the automatically created self-signed certificates. Or is the only option to generate our own self-signed certificates? That's not very helpful or convenient that every developer on the solution has to do that. ### For Bugs; How can we reproduce the behavior? Enable https and start serving the app.