Skip to content

Commit

Permalink
added checkServerIdentity option (#104)
Browse files Browse the repository at this point in the history
added checkServerIdentity option to the list of allowed options
  • Loading branch information
cintolas authored and rexxars committed Aug 24, 2018
1 parent c37a572 commit 97c7b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/eventsource.js
Expand Up @@ -7,7 +7,7 @@ var util = require('util')

var httpsOptions = [
'pfx', 'key', 'passphrase', 'cert', 'ca', 'ciphers',
'rejectUnauthorized', 'secureProtocol', 'servername'
'rejectUnauthorized', 'secureProtocol', 'servername', 'checkServerIdentity'
]

var bom = [239, 187, 191]
Expand Down

0 comments on commit 97c7b1a

Please sign in to comment.