-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
webpack5: devserver does not work with --cacert CLI option #2996
Comments
Are you using the latest version of |
@snitin315 |
@rytnkmr can you run |
@alexander-akait
|
As you can see no the |
@alexander-akait |
I will look at this in near future |
Code
Expected Behavior
dev-server is served and cacert.pem is used
Actual Behavior
log is below:
I added
devServer.ca
property in the configuration file and tried without--cacert
option, then it works.For Bugs; How can we reproduce the behavior?
start devServer with
--cacert
optionThe text was updated successfully, but these errors were encountered: