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

Assign --cacert CLI argument to correct server options property #532

Merged
merged 1 commit into from
Aug 21, 2016

Conversation

ryan-codingintrigue
Copy link

The --cacert CLI argument was being mapped to options.cacert which is never actually used in Server.js.

The correct property name is options.ca. In order to preserve documentation & backwards compatibility for any existing users currently passing the the --cacert flag, I've left the flag the same but mapped it to the options.ca property so that it gets passed to the createServer call.

@ryan-codingintrigue ryan-codingintrigue changed the title Assigned --cacert CLI argument to correct server options property Assign --cacert CLI argument to correct server options property Jul 21, 2016
@SpaceK33z SpaceK33z merged commit d9266b9 into webpack:master Aug 21, 2016
@SpaceK33z
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants