Searched refs:strictSSL (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/npm/node_modules/make-fetch-happen/ |
D | agent.js | 22 `strict-ssl:${isHttps ? !!opts.strictSSL : '>no-strict-ssl<'}`, 61 rejectUnauthorized: opts.strictSSL, 146 rejectUnauthorized: opts.strictSSL
|
D | README.md | 143 * [`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`.
|
D | CHANGELOG.md | 269 * **agent:** added opts.strictSSL and opts.localAddress ([c35015a](https://github.com/zkat/make-fet…
|
/third_party/node/deps/npm/node_modules/npm-registry-fetch/ |
D | index.js | 113 strictSSL: !!opts['strict-ssl'], property
|
/third_party/node/deps/npm/node_modules/request/ |
D | request.js | 254 if (self.strictSSL === false) { 948 self.strictSSL && (!response.hasOwnProperty('socket') ||
|
D | CHANGELOG.md | 287 - [#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)
|
D | README.md | 817 - `strictSSL` - if `true`, requires SSL certificates be valid. **Note:** to use your own certificat…
|