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

Fix "https.passphrase" option being discarded #1738

Merged
merged 1 commit into from
Jul 1, 2021
Merged

Fix "https.passphrase" option being discarded #1738

merged 1 commit into from
Jul 1, 2021

Conversation

dvdzkwsk
Copy link
Contributor

@dvdzkwsk dvdzkwsk commented Jan 18, 2020

serverUtils.getHttpsOptions() was ignoring the https.passphrase option since the "default" https options were merged on top of user options, blowing away the passphrase.

Another solution to this is to simply omit the passphrase key entirely in the defaults section, but I took this approach in order to preserve the current behavior where it's set to an empty string by default.

serverUtils.getHttpsOptions() was ignoring the `https.passphrase` options since the "default" https options were merged on top of user options. Another solution to this is to just omit the `passphrase` key entirely in the defaults section, but I took this approach in order to preserve the current behavior where it's set to an empty string by default.
Copy link
Contributor

@shakyShane shakyShane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@shakyShane shakyShane merged commit c2bc05d into BrowserSync:master Jul 1, 2021
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