Skip to content

Commit

Permalink
Fix https.alpnProtocols not having an effect
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak committed Aug 6, 2021
1 parent 57367ef commit e1099fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/core/options.ts
Expand Up @@ -2259,6 +2259,7 @@ export default class Options {
...this._unixOptions,

// HTTPS options
ALPNProtocols: https.alpnProtocols,
ca: https.certificateAuthority,
cert: https.certificate,
key: https.key,
Expand Down

0 comments on commit e1099fb

Please sign in to comment.