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

Commits on Jan 18, 2020

  1. fix: https.passphrase option should be respected

    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.
    David Zukowski authored Jan 18, 2020
    Configuration menu
    Copy the full SHA
    7d5932e View commit details
    Browse the repository at this point in the history