Home
last modified time | relevance | path

Searched refs:strictSSL (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/npm/node_modules/make-fetch-happen/
Dagent.js22 `strict-ssl:${isHttps ? !!opts.strictSSL : '>no-strict-ssl<'}`,
61 rejectUnauthorized: opts.strictSSL,
146 rejectUnauthorized: opts.strictSSL
DREADME.md143 * [`opts.ca, opts.cert, opts.key, opts.strictSSL`](#https-opts)
300 #### <a name="https-opts"></a> `> opts.ca, opts.cert, opts.key, opts.strictSSL`
305 `tls.connect()`. `opts.strictSSL` corresponds to `rejectUnauthorized`.
DCHANGELOG.md269 * **agent:** added opts.strictSSL and opts.localAddress ([c35015a](https://github.com/zkat/make-fet…
/third_party/node/deps/npm/node_modules/npm-registry-fetch/
Dindex.js113 strictSSL: !!opts['strict-ssl'], property
/third_party/node/deps/npm/node_modules/request/
Drequest.js254 if (self.strictSSL === false) {
948 self.strictSSL && (!response.hasOwnProperty('socket') ||
DCHANGELOG.md287 - [#1442](https://github.com/request/request/pull/1442) Fixed the issue with strictSSL tests on 0.…
595 - [#508](https://github.com/request/request/pull/508) Honor the .strictSSL option when using proxie…
699 - [#78](https://github.com/request/request/pull/78) Don't try to do strictSSL for non-ssl connectio…
702 - [#73](https://github.com/request/request/pull/73) Fix #71 Respect the strictSSL flag (@isaacs)
DREADME.md817 - `strictSSL` - if `true`, requires SSL certificates be valid. **Note:** to use your own certificat…