8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c2068 commit 8d245c0Copy full SHA for 8d245c0
Readme.md
@@ -284,6 +284,8 @@ following options:
284
[`crypto.createCredentials()`] if using Node.js below 0.12).
285
* `passphrase`: This is passed as the `passphrase` option for [`tls.createSecureContext()`] call (or
286
underlying [`crypto.createCredentials()`] if using Node.js below 0.12).
287
+* `rejectUnauthorized`: The server certificate is verified against the list of supplied CAs and the
288
+ hostname, and if no match is found, the SSL connection will fail. (Default: `true`)
289
290
[`crypto.createCredentials()`]: https://nodejs.org/docs/latest-v0.10.x/api/crypto.html#crypto_crypto_createcredentials_details
291
[`tls.createSecureContext()`]: https://nodejs.org/api/tls.html#tls_tls_createsecurecontext_options
0 commit comments