Commit 7d5932e
David Zukowski
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.1 parent 2191369 commit 7d5932e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments