Skip to content

Instantly share code, notes, and snippets.

@ChALkeR
Created February 19, 2016 07:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChALkeR/c7d5d83987b4aa30df5c to your computer and use it in GitHub Desktop.
Save ChALkeR/c7d5d83987b4aa30df5c to your computer and use it in GitHub Desktop.
Grep for rejectUnauthorized in current versions of npm modules (2016-01-28)
11440560 request-2.69.0.tgz/request.js:661: poolKey += options.rejectUnauthorized
11440560 request-2.69.0.tgz/request.js:657: if (typeof options.rejectUnauthorized !== 'undefined') {
11440560 request-2.69.0.tgz/request.js:619: options.rejectUnauthorized = self.rejectUnauthorized
11440560 request-2.69.0.tgz/request.js:618: if (typeof self.rejectUnauthorized !== 'undefined') {
11440560 request-2.69.0.tgz/request.js:269: self.rejectUnauthorized = false
11440560 request-2.69.0.tgz/lib/tunnel.js:84: rejectUnauthorized : request.rejectUnauthorized,
3442171 ws-1.0.1.tgz/lib/WebSocket.js:655: if (options.isDefinedAndNonNull('rejectUnauthorized')) requestOptions.rejectUnauthorized = options.value.rejectUnauthorized;
3442171 ws-1.0.1.tgz/lib/WebSocket.js:647: || options.isDefinedAndNonNull('rejectUnauthorized')) {
3442171 ws-1.0.1.tgz/lib/WebSocket.js:562: rejectUnauthorized: null,
2419380 socket.io-client-1.4.5.tgz/socket.io.js:790: this.rejectUnauthorized = opts.rejectUnauthorized;
2419380 socket.io-client-1.4.5.tgz/socket.io.js:200: rejectUnauthorized: this.rejectUnauthorized,
2419380 socket.io-client-1.4.5.tgz/socket.io.js:1966: opts.rejectUnauthorized = this.rejectUnauthorized;
2419380 socket.io-client-1.4.5.tgz/socket.io.js:1394: opts.rejectUnauthorized = this.rejectUnauthorized;
2419380 socket.io-client-1.4.5.tgz/socket.io.js:1364: this.rejectUnauthorized = opts.rejectUnauthorized;
2419380 socket.io-client-1.4.5.tgz/socket.io.js:1292: opts.rejectUnauthorized = this.rejectUnauthorized;
2419380 socket.io-client-1.4.5.tgz/socket.io.js:119: this.rejectUnauthorized = opts.rejectUnauthorized === undefined ? null : opts.rejectUnauthorized;
2086802 http-proxy-1.13.0.tgz/lib/http-proxy/common.js:54: outgoing.rejectUnauthorized = (typeof options.secure === "undefined") ? true : options.secure;
1723493 engine.io-client-1.6.8.tgz/lib/transports/websocket.js:95: opts.rejectUnauthorized = this.rejectUnauthorized;
1723493 engine.io-client-1.6.8.tgz/lib/transports/polling-xhr.js:86: opts.rejectUnauthorized = this.rejectUnauthorized;
1723493 engine.io-client-1.6.8.tgz/lib/transports/polling-xhr.js:188: opts.rejectUnauthorized = this.rejectUnauthorized;
1723493 engine.io-client-1.6.8.tgz/lib/transports/polling-xhr.js:158: this.rejectUnauthorized = opts.rejectUnauthorized;
1723493 engine.io-client-1.6.8.tgz/lib/transport.js:41: this.rejectUnauthorized = opts.rejectUnauthorized;
1723493 engine.io-client-1.6.8.tgz/lib/socket.js:182: rejectUnauthorized: this.rejectUnauthorized,
1723493 engine.io-client-1.6.8.tgz/lib/socket.js:101: this.rejectUnauthorized = opts.rejectUnauthorized === undefined ? null : opts.rejectUnauthorized;
1723493 engine.io-client-1.6.8.tgz/engine.io.js:790: this.rejectUnauthorized = opts.rejectUnauthorized;
1723493 engine.io-client-1.6.8.tgz/engine.io.js:200: rejectUnauthorized: this.rejectUnauthorized,
1723493 engine.io-client-1.6.8.tgz/engine.io.js:1966: opts.rejectUnauthorized = this.rejectUnauthorized;
1723493 engine.io-client-1.6.8.tgz/engine.io.js:1394: opts.rejectUnauthorized = this.rejectUnauthorized;
1723493 engine.io-client-1.6.8.tgz/engine.io.js:1364: this.rejectUnauthorized = opts.rejectUnauthorized;
1723493 engine.io-client-1.6.8.tgz/engine.io.js:1292: opts.rejectUnauthorized = this.rejectUnauthorized;
1723493 engine.io-client-1.6.8.tgz/engine.io.js:119: this.rejectUnauthorized = opts.rejectUnauthorized === undefined ? null : opts.rejectUnauthorized;
1371175 mongodb-2.1.4.tgz/lib/server.js:129: if(typeof clonedOptions.sslValidate == 'boolean') clonedOptions.rejectUnauthorized = clonedOptions.sslValidate;
1371175 mongodb-2.1.4.tgz/lib/replset.js:181: if(typeof options.sslValidate == 'boolean') finalOptions.rejectUnauthorized = options.sslValidate;
1371175 mongodb-2.1.4.tgz/lib/mongos.js:116: if(typeof options.sslValidate == 'boolean') finalOptions.rejectUnauthorized = options.sslValidate;
1291810 aws-sdk-2.2.32.tgz/lib/http/node.js:98: AWS.NodeHttpClient.sslAgent = new https.Agent({rejectUnauthorized: true});
1067936 xmlhttprequest-ssl-1.5.2.tgz/lib/XMLHttpRequest.js:447: newOptions.rejectUnauthorized = opts.rejectUnauthorized;
1067936 xmlhttprequest-ssl-1.5.2.tgz/lib/XMLHttpRequest.js:401: options.rejectUnauthorized = opts.rejectUnauthorized;
1061476 node-sass-3.4.2.tgz/scripts/install.js:38: applyProxy({ rejectUnauthorized: false }, function(options) {
924359 infinity-agent-2.0.3.tgz/https.js:74: name += options.rejectUnauthorized;
924359 infinity-agent-2.0.3.tgz/https.js:73: if (options.rejectUnauthorized !== undefined)
671661 mongodb-core-1.2.32.tgz/lib/topologies/server.js:487: * @param {boolean} [options.rejectUnauthorized=true] Reject unauthorized server certificates
671661 mongodb-core-1.2.32.tgz/lib/topologies/server.js:463: , 'socketTimeout', 'singleBufferSerializtion', 'ssl', 'ca', 'cert', 'key', 'rejectUnauthorized', 'promoteLongs'];
671661 mongodb-core-1.2.32.tgz/lib/topologies/replset.js:84: * @param {boolean} [options.rejectUnauthorized=true] Reject unauthorized server certificates
671661 mongodb-core-1.2.32.tgz/lib/topologies/mongos.js:217: * @param {boolean} [options.rejectUnauthorized=true] Reject unauthorized server certificates
671661 mongodb-core-1.2.32.tgz/lib/connection/pool.js:35: * @param {boolean} [options.rejectUnauthorized=false] Reject unauthorized server certificates
671661 mongodb-core-1.2.32.tgz/lib/connection/connection.js:99: if(!this.ssl) this.rejectUnauthorized = false;
671661 mongodb-core-1.2.32.tgz/lib/connection/connection.js:94: this.rejectUnauthorized = typeof options.rejectUnauthorized == 'boolean' ? options.rejectUnauthorized : true;
671661 mongodb-core-1.2.32.tgz/lib/connection/connection.js:37: * @param {boolean} [options.rejectUnauthorized=true] Reject unauthorized server certificates
671661 mongodb-core-1.2.32.tgz/lib/connection/connection.js:364: if(self.connection.authorizationError && self.rejectUnauthorized) {
671661 mongodb-core-1.2.32.tgz/lib/connection/connection.js:342: , rejectUnauthorized: self.rejectUnauthorized
671661 mongodb-core-1.2.32.tgz/lib/connection/connection.js:17: , 'rejectUnauthorized', 'promoteLongs', 'checkServerIdentity'];
496554 https-proxy-agent-1.0.0.tgz/test/test.js:272: opts.rejectUnauthorized = false;
496554 https-proxy-agent-1.0.0.tgz/test/test.js:267: proxy.rejectUnauthorized = false;
496554 https-proxy-agent-1.0.0.tgz/test/test.js:239: opts.rejectUnauthorized = false;
496554 https-proxy-agent-1.0.0.tgz/test/test.js:170: proxy.rejectUnauthorized = false;
495733 agent-base-2.0.1.tgz/test/test.js:297: rejectUnauthorized: false
495733 agent-base-2.0.1.tgz/test/test.js:286: assert.equal(false, opts.rejectUnauthorized);
495733 agent-base-2.0.1.tgz/test/test.js:259: info.rejectUnauthorized = false;
383236 mysql-2.10.2.tgz/lib/Connection.js:377: if (!rejectUnauthorized) {
383236 mysql-2.10.2.tgz/lib/Connection.js:346: var securePair = tls.createSecurePair(credentials, false, true, rejectUnauthorized);
383236 mysql-2.10.2.tgz/lib/Connection.js:344: var rejectUnauthorized = this.config.ssl.rejectUnauthorized;
383236 mysql-2.10.2.tgz/lib/Connection.js:321: onSecure(rejectUnauthorized ? this.ssl.verifyError() : null);
383236 mysql-2.10.2.tgz/lib/Connection.js:297: rejectUnauthorized : rejectUnauthorized,
383236 mysql-2.10.2.tgz/lib/Connection.js:294: var rejectUnauthorized = this.config.ssl.rejectUnauthorized;
383236 mysql-2.10.2.tgz/lib/ConnectionConfig.js:50: this.ssl.rejectUnauthorized = this.ssl.rejectUnauthorized !== false;
383236 mysql-2.10.2.tgz/lib/ConnectionConfig.js:49: // Default rejectUnauthorized to true
355285 needle-0.11.0.tgz/timeout.js:4: rejectUnauthorized: false
355285 needle-0.11.0.tgz/test/redirect_spec.js:68: opts.rejectUnauthorized = false;
355285 needle-0.11.0.tgz/lib/needle.js:29:var tls_options = 'agent pfx key passphrase cert ca ciphers rejectUnauthorized secureProtocol';
349376 browser-sync-ui-0.5.17.tgz/lib/plugins/network-throttle/throttle-server.js:39: rejectUnauthorized: false
349376 browser-sync-ui-0.5.17.tgz/lib/plugins/network-throttle/throttle-server.js:20: rejectUnauthorized: false
332205 foxy-11.1.4.tgz/lib/config.js:59: // secure: false - This forces http-proxy to set rejectUnauthorized: false which allows self-signed certs
321887 eventsource-0.1.6.tgz/test/eventsource_test.js:479: var es = new EventSource(server.url, {rejectUnauthorized: false});
321887 eventsource-0.1.6.tgz/lib/eventsource.js:86: options.rejectUnauthorized = !(eventSourceInitDict && eventSourceInitDict.rejectUnauthorized == false);
318427 jspm-0.16.25.tgz/lib/package.js:357: rejectUnauthorized: false
318427 jspm-0.16.25.tgz/lib/package.js:352: // NB remove rejectUnauthorized
311303 newrelic-1.25.1.tgz/lib/collector/http-agents.js:30: rejectUnauthorized: true,
310652 wreck-7.0.0.tgz/test/index.js:440: Wreck.request('get', 'http://localhost:' + httpServer.address().port, { redirects: 1, rejectUnauthorized: false }, (err, res) => {
310652 wreck-7.0.0.tgz/test/index.js:303: Wreck.request('get', 'https://localhost:' + server.address().port, { redirects: 1, rejectUnauthorized: false }, (err, res) => {
310652 wreck-7.0.0.tgz/test/index.js:279: it('applies rejectUnauthorized when redirected', (done) => {
310652 wreck-7.0.0.tgz/test/index.js:271: Wreck.request('get', 'https://localhost:' + server.address().port, { rejectUnauthorized: false }, (err, res) => {
310652 wreck-7.0.0.tgz/test/index.js:254: it('succeeds when an https resource has unauthorized certs and rejectUnauthorized is false', (done) => {
310652 wreck-7.0.0.tgz/test/index.js:229: it('fails when an https resource has invalid certs and the default rejectUnauthorized', (done) => {
310652 wreck-7.0.0.tgz/test/index.js:217: Wreck.request('get', 'https://google.com', { rejectUnauthorized: true, secureProtocol: 'SSLv23_method' }, (err, res) => {
310652 wreck-7.0.0.tgz/test/index.js:203: Wreck.request('get', 'https://google.com', { rejectUnauthorized: true }, (err, res) => {
310652 wreck-7.0.0.tgz/test/index.js:196: Wreck.request('get', 'https://google.com', { rejectUnauthorized: false, agent: null }, (err, res) => { });
310652 wreck-7.0.0.tgz/test/index.js:192: it('can set a null agent and rejectUnauthorized at the same time', (done) => {
310652 wreck-7.0.0.tgz/test/index.js:187: Wreck.request('get', 'https://google.com', { rejectUnauthorized: false, agent: false }, (err, res) => { });
310652 wreck-7.0.0.tgz/test/index.js:183: it('cannot set a false agent and rejectUnauthorized at the same time', (done) => {
310652 wreck-7.0.0.tgz/test/index.js:178: Wreck.request('get', 'https://google.com', { rejectUnauthorized: true, agent: new Https.Agent() }, (err, res) => { });
310652 wreck-7.0.0.tgz/test/index.js:174: it('cannot set agent and rejectUnauthorized at the same time', (done) => {
310652 wreck-7.0.0.tgz/lib/index.js:76: 'options.agent cannot be set to an Agent at the same time as options.rejectUnauthorized is set');
310652 wreck-7.0.0.tgz/lib/index.js:75: Hoek.assert((options.agent === undefined || options.agent === null) || (typeof options.rejectUnauthorized !== 'boolean'),
310652 wreck-7.0.0.tgz/lib/index.js:34: httpsAllowUnauthorized: new Https.Agent({ maxSockets: Infinity, rejectUnauthorized: false })
310652 wreck-7.0.0.tgz/lib/index.js:109: uri.agent = options.rejectUnauthorized ? this.agents.https : this.agents.httpsAllowUnauthorized;
310652 wreck-7.0.0.tgz/lib/index.js:108: if (options.rejectUnauthorized !== undefined && uri.protocol === 'https:') {
266612 pg-4.4.4.tgz/test/integration/client/ssl-tests.js:6: rejectUnauthorized: false
266612 pg-4.4.4.tgz/lib/connection.js:82: rejectUnauthorized: self.ssl.rejectUnauthorized,
257313 github-0.2.4.tgz/index.js:772: options.rejectUnauthorized = this.config.rejectUnauthorized;
257313 github-0.2.4.tgz/index.js:771: if (this.config.rejectUnauthorized !== undefined)
229780 amqplib-0.4.0.tgz/examples/ssl.js:34:// to use `rejectUnauthorized: false`.
192816 ionic-1.7.13.tgz/lib/ionic/lib.js:211: request({ url: archivePath, rejectUnauthorized: false, encoding: null, proxy: proxy }, function(err, res, body) {
167154 http-proxy-agent-1.0.0.tgz/test/test.js:144: proxy.rejectUnauthorized = false;
161571 hapi-12.1.0.tgz/test/transmit.js:1615: Wreck.get('https://localhost:' + server.info.port, { rejectUnauthorized: false }, (err, res, body) => {
161224 socks-proxy-agent-2.0.0.tgz/test/test.js:131: opts.rejectUnauthorized = false;
160019 proxy-agent-2.0.0.tgz/test/test.js:291: opts.rejectUnauthorized = false;
160019 proxy-agent-2.0.0.tgz/test/test.js:263: opts.rejectUnauthorized = false;
160019 proxy-agent-2.0.0.tgz/test/test.js:258: rejectUnauthorized: false
160019 proxy-agent-2.0.0.tgz/test/test.js:232: opts.rejectUnauthorized = false;
160019 proxy-agent-2.0.0.tgz/test/test.js:174: proxy.rejectUnauthorized = false;
157751 get-uri-2.0.0.tgz/test/https.js:69: getUri(uri, { cache: cache, rejectUnauthorized: false }, function (err, rs) {
157751 get-uri-2.0.0.tgz/test/https.js:60: getUri(uri, { rejectUnauthorized: false }, function (err, rs) {
157751 get-uri-2.0.0.tgz/test/https.js:45: getUri(uri, { rejectUnauthorized: false }, function (err, rs) {
156657 pac-proxy-agent-1.0.0.tgz/test/test.js:292: opts.rejectUnauthorized = false;
156657 pac-proxy-agent-1.0.0.tgz/test/test.js:262: opts.rejectUnauthorized = false;
156657 pac-proxy-agent-1.0.0.tgz/test/test.js:257: rejectUnauthorized: false
156657 pac-proxy-agent-1.0.0.tgz/test/test.js:231: opts.rejectUnauthorized = false;
156657 pac-proxy-agent-1.0.0.tgz/test/test.js:169: proxy.rejectUnauthorized = false;
150480 socks-1.1.8.tgz/lib/socks-agent.js:9: this.rejectUnauthorized = rejectUnauthorized;
150480 socks-1.1.8.tgz/lib/socks-agent.js:6:function SocksAgent(options, secure, rejectUnauthorized) {
150480 socks-1.1.8.tgz/lib/socks-agent.js:47: rejectUnauthorized: self.rejectUnauthorized
150480 socks-1.1.8.tgz/lib/socks-agent.js:12: this.rejectUnauthorized = true;
150480 socks-1.1.8.tgz/lib/socks-agent.js:11: if (this.rejectUnauthorized === undefined) {
145991 hyperquest-1.2.0.tgz/index.js:133: opts.rejectUnauthorized = this.options.rejectUnauthorized;
143018 simplesmtp-0.3.35.tgz/lib/client.js:243: rejectUnauthorized: !! this.options.rejectUnauthorized
143018 simplesmtp-0.3.35.tgz/lib/client.js:194: opts.rejectUnauthorized = !! this.options.rejectUnauthorized;
143018 simplesmtp-0.3.35.tgz/lib/client.js:193: if (!('rejectUnauthorized' in opts)) {
138836 restify-4.0.3.tgz/lib/server.js:275: rejectUnauthorized: options.rejectUnauthorized,
138836 restify-4.0.3.tgz/lib/clients/http_client.js:610: self.rejectUnauthorized,
138836 restify-4.0.3.tgz/lib/clients/http_client.js:609: rejectUnauthorized: options.rejectUnauthorized ||
138836 restify-4.0.3.tgz/lib/clients/http_client.js:455: rejectUnauthorized: self.rejectUnauthorized
138836 restify-4.0.3.tgz/lib/clients/http_client.js:434: rejectUnauthorized: self.rejectUnauthorized,
138836 restify-4.0.3.tgz/lib/clients/http_client.js:358: this.rejectUnauthorized = true;
138836 restify-4.0.3.tgz/lib/clients/http_client.js:356: this.rejectUnauthorized = options.rejectUnauthorized;
138836 restify-4.0.3.tgz/lib/clients/http_client.js:355: if (options.rejectUnauthorized !== undefined) {
135235 elasticsearch-10.1.3.tgz/src/lib/host.js:37: rejectUnauthorized: false,
132779 npm-registry-client-7.0.9.tgz/lib/initialize.js:64: rejectUnauthorized: config.ssl.strict,
131538 spdy-3.2.0.tgz/test/server-test.js:411: rejectUnauthorized: false,
131538 spdy-3.2.0.tgz/test/server-test.js:377: rejectUnauthorized: false,
131538 spdy-3.2.0.tgz/test/server-test.js:26: rejectUnauthorized: false,
131538 spdy-3.2.0.tgz/test/client-test.js:52: rejectUnauthorized: false,
131538 spdy-3.2.0.tgz/test/client-test.js:170: rejectUnauthorized: false,
128324 ws-pure-0.8.0.tgz/lib/WebSocket.js:655: if (options.isDefinedAndNonNull('rejectUnauthorized')) requestOptions.rejectUnauthorized = options.value.rejectUnauthorized;
128324 ws-pure-0.8.0.tgz/lib/WebSocket.js:647: || options.isDefinedAndNonNull('rejectUnauthorized')) {
128324 ws-pure-0.8.0.tgz/lib/WebSocket.js:562: rejectUnauthorized: null,
104012 socket.io-client-pure-1.3.12.tgz/socket.io.js:3405: opts.rejectUnauthorized = this.rejectUnauthorized;
104012 socket.io-client-pure-1.3.12.tgz/socket.io.js:2867: opts.rejectUnauthorized = this.rejectUnauthorized;
104012 socket.io-client-pure-1.3.12.tgz/socket.io.js:2840: this.rejectUnauthorized = opts.rejectUnauthorized;
104012 socket.io-client-pure-1.3.12.tgz/socket.io.js:2771: opts.rejectUnauthorized = this.rejectUnauthorized;
104012 socket.io-client-pure-1.3.12.tgz/socket.io.js:2272: this.rejectUnauthorized = opts.rejectUnauthorized;
104012 socket.io-client-pure-1.3.12.tgz/socket.io.js:1696: rejectUnauthorized: this.rejectUnauthorized
104012 socket.io-client-pure-1.3.12.tgz/socket.io.js:1623: this.rejectUnauthorized = opts.rejectUnauthorized || null;
103976 engine.io-client-pure-1.5.9.tgz/lib/transports/websocket.js:84: opts.rejectUnauthorized = this.rejectUnauthorized;
103976 engine.io-client-pure-1.5.9.tgz/lib/transports/polling-xhr.js:84: opts.rejectUnauthorized = this.rejectUnauthorized;
103976 engine.io-client-pure-1.5.9.tgz/lib/transports/polling-xhr.js:180: opts.rejectUnauthorized = this.rejectUnauthorized;
103976 engine.io-client-pure-1.5.9.tgz/lib/transports/polling-xhr.js:153: this.rejectUnauthorized = opts.rejectUnauthorized;
103976 engine.io-client-pure-1.5.9.tgz/lib/transport.js:41: this.rejectUnauthorized = opts.rejectUnauthorized;
103976 engine.io-client-pure-1.5.9.tgz/lib/socket.js:173: rejectUnauthorized: this.rejectUnauthorized
103976 engine.io-client-pure-1.5.9.tgz/lib/socket.js:100: this.rejectUnauthorized = opts.rejectUnauthorized || null;
103976 engine.io-client-pure-1.5.9.tgz/engine.io.js:767: this.rejectUnauthorized = opts.rejectUnauthorized;
103976 engine.io-client-pure-1.5.9.tgz/engine.io.js:191: rejectUnauthorized: this.rejectUnauthorized
103976 engine.io-client-pure-1.5.9.tgz/engine.io.js:1900: opts.rejectUnauthorized = this.rejectUnauthorized;
103976 engine.io-client-pure-1.5.9.tgz/engine.io.js:1362: opts.rejectUnauthorized = this.rejectUnauthorized;
103976 engine.io-client-pure-1.5.9.tgz/engine.io.js:1335: this.rejectUnauthorized = opts.rejectUnauthorized;
103976 engine.io-client-pure-1.5.9.tgz/engine.io.js:1266: opts.rejectUnauthorized = this.rejectUnauthorized;
103976 engine.io-client-pure-1.5.9.tgz/engine.io.js:118: this.rejectUnauthorized = opts.rejectUnauthorized || null;
101376 superagent-proxy-1.0.0.tgz/test/test.js:91: p.rejectUnauthorized = false;
101376 superagent-proxy-1.0.0.tgz/test/test.js:110: p.rejectUnauthorized = false;
77691 amqp-0.2.4.tgz/lib/connection.js:688: this.sslConnectionOptions.rejectUnauthorized = this.options.ssl.rejectUnauthorized;
77691 amqp-0.2.4.tgz/lib/connection.js:41: rejectUnauthorized: true
76537 agentkeepalive-2.0.3.tgz/lib/agent.js:148: name += options.rejectUnauthorized;
76537 agentkeepalive-2.0.3.tgz/lib/agent.js:147: if (options.rejectUnauthorized !== undefined)
75356 thrift-0.9.3.tgz/lib/nodejs/test/client.js:70: options.wsOptions = { rejectUnauthorized: false };
75356 thrift-0.9.3.tgz/lib/nodejs/test/client.js:67: options.nodeOptions = { rejectUnauthorized: false };
75356 thrift-0.9.3.tgz/lib/nodejs/test/client.js:65: options.rejectUnauthorized = false;
49051 mqtt-1.7.0.tgz/test/secure_client.js:98: rejectUnauthorized: true
49051 mqtt-1.7.0.tgz/test/secure_client.js:88: var config = { protocol: 'mqtts', port: port, rejectUnauthorized: false };
49051 mqtt-1.7.0.tgz/test/secure_client.js:130: rejectUnauthorized: true
49051 mqtt-1.7.0.tgz/test/secure_client.js:115: rejectUnauthorized: true
49051 mqtt-1.7.0.tgz/test/old/tls.test.js:16: rejectUnauthorized : false
49051 mqtt-1.7.0.tgz/lib/connect/ws.js:17: wsOpt.rejectUnauthorized = opts.rejectUnauthorized;
49051 mqtt-1.7.0.tgz/lib/connect/ws.js:16: if (opts.hasOwnProperty('rejectUnauthorized')) {
49051 mqtt-1.7.0.tgz/lib/connect/tls.js:9: opts.rejectUnauthorized = false !== opts.rejectUnauthorized;
49051 mqtt-1.7.0.tgz/lib/connect/tls.js:31: if (opts.rejectUnauthorized) {
49051 mqtt-1.7.0.tgz/lib/connect/tls.js:14: if (opts.rejectUnauthorized && !connection.authorized) {
49051 mqtt-1.7.0.tgz/examples/wss/client.js:23: rejectUnauthorized: false,
49051 mqtt-1.7.0.tgz/examples/tls client/mqttclient.js:29: rejectUnauthorized : true,
49051 mqtt-1.7.0.tgz/examples/client/secure-client.js:12: rejectUnauthorized : false
49051 mqtt-1.7.0.tgz/bin/sub.js:69: args.rejectUnauthorized = false;
49051 mqtt-1.7.0.tgz/bin/pub.js:84: args.rejectUnauthorized = false;
46249 h2o2-5.0.0.tgz/test/index.js:1195: it('the default rejectUnauthorized should not allow proxied server cert to be self signed', (done) => {
46249 h2o2-5.0.0.tgz/test/index.js:1186: server.route({ method: 'GET', path: '/reject', handler: { proxy: { mapUri: mapSslUri, rejectUnauthorized: true } } });
46249 h2o2-5.0.0.tgz/test/index.js:1160: it('uses rejectUnauthorized to not allow proxy to self signed ssl server', (done) => {
46249 h2o2-5.0.0.tgz/test/index.js:1150: server.route({ method: 'GET', path: '/allow', handler: { proxy: { mapUri: mapSslUri, rejectUnauthorized: false } } });
46249 h2o2-5.0.0.tgz/test/index.js:1124: it('uses rejectUnauthorized to allow proxy to self signed ssl server', (done) => {
46249 h2o2-5.0.0.tgz/lib/index.js:36: rejectUnauthorized: Joi.boolean(),
46249 h2o2-5.0.0.tgz/lib/index.js:238: agents[type] = (type === 'http' ? new Http.Agent() : (type === 'https' ? new Https.Agent() : new Https.Agent({ rejectUnauthorized: false })));
46249 h2o2-5.0.0.tgz/lib/index.js:236: const type = (protocol === 'http' ? 'http' : (settings.rejectUnauthorized === false ? 'insecure' : 'https'));
45874 restler-3.4.0.tgz/lib/restler.js:81: rejectUnauthorized: this.options.rejectUnauthorized,
45474 tunnel-0.0.4.tgz/test/keys/test.js:31: rejectUnauthorized: true
45474 tunnel-0.0.4.tgz/test/keys/test.js:16: rejectUnauthorized: true,
45474 tunnel-0.0.4.tgz/test/https-over-https.js:60: rejectUnauthorized: true
45474 tunnel-0.0.4.tgz/test/https-over-https.js:44: rejectUnauthorized: true
45474 tunnel-0.0.4.tgz/test/https-over-https-error.js:69: rejectUnauthorized: true
45474 tunnel-0.0.4.tgz/test/https-over-https-error.js:43: rejectUnauthorized: true
45474 tunnel-0.0.4.tgz/test/https-over-https-error.js:241: rejectUnauthorized: true,
45474 tunnel-0.0.4.tgz/test/https-over-https-error.js:233: rejectUnauthorized: true,
45474 tunnel-0.0.4.tgz/test/https-over-https-error.js:220: rejectUnauthorized: true,
45474 tunnel-0.0.4.tgz/test/https-over-https-error.js:212: rejectUnauthorized: true,
45474 tunnel-0.0.4.tgz/test/https-over-https-error.js:202: rejectUnauthorized: true,
45474 tunnel-0.0.4.tgz/test/https-over-https-error.js:195: rejectUnauthorized: true,
45474 tunnel-0.0.4.tgz/test/https-over-https-error.js:182: rejectUnauthorized: true,
45474 tunnel-0.0.4.tgz/test/https-over-https-error.js:176: rejectUnauthorized: true,
45474 tunnel-0.0.4.tgz/test/https-over-https-error.js:165: rejectUnauthorized: true,
45474 tunnel-0.0.4.tgz/test/https-over-https-error.js:158: rejectUnauthorized: true,
45474 tunnel-0.0.4.tgz/test/https-over-https-error.js:147: rejectUnauthorized: true,
45474 tunnel-0.0.4.tgz/test/https-over-https-error.js:142: rejectUnauthorized: true,
45474 tunnel-0.0.4.tgz/test/https-over-https-error.js:114: rejectUnauthorized: true,
45474 tunnel-0.0.4.tgz/test/https-over-http.js:85: rejectUnauthorized: true,
45474 tunnel-0.0.4.tgz/test/https-over-http.js:39: rejectUnauthorized: true
45474 tunnel-0.0.4.tgz/test/http-over-https.js:87: rejectUnauthorized: true
45474 tunnel-0.0.4.tgz/test/http-over-https.js:48: rejectUnauthorized: true
41007 nodemailer-fetch-1.2.1.tgz/lib/fetch.js:64: rejectUnauthorized: false,
40824 winston-papertrail-1.0.2.tgz/lib/winston-papertrail.js:167: rejectUnauthorized: false
38774 kss-2.4.0.tgz/node5/request/request.js:660: poolKey += options.rejectUnauthorized
38774 kss-2.4.0.tgz/node5/request/request.js:656: if (typeof options.rejectUnauthorized !== 'undefined') {
38774 kss-2.4.0.tgz/node5/request/request.js:618: options.rejectUnauthorized = self.rejectUnauthorized
38774 kss-2.4.0.tgz/node5/request/request.js:617: if (typeof self.rejectUnauthorized !== 'undefined') {
38774 kss-2.4.0.tgz/node5/request/request.js:268: self.rejectUnauthorized = false
38774 kss-2.4.0.tgz/node5/request/lib/tunnel.js:86: rejectUnauthorized : request.rejectUnauthorized,
38749 nodemailer-shared-1.0.3.tgz/test/shared-test.js:40: rejectUnauthorized: false
38749 nodemailer-shared-1.0.3.tgz/test/shared-test.js:30: var url = 'smtps://user:pass@localhost:123?tls.rejectUnauthorized=false&name=horizon';
37548 primus-4.0.5.tgz/transformers/engine.io/library.js:786: this.rejectUnauthorized = opts.rejectUnauthorized;
37548 primus-4.0.5.tgz/transformers/engine.io/library.js:196: rejectUnauthorized: this.rejectUnauthorized,
37548 primus-4.0.5.tgz/transformers/engine.io/library.js:1957: opts.rejectUnauthorized = this.rejectUnauthorized;
37548 primus-4.0.5.tgz/transformers/engine.io/library.js:1390: opts.rejectUnauthorized = this.rejectUnauthorized;
37548 primus-4.0.5.tgz/transformers/engine.io/library.js:1360: this.rejectUnauthorized = opts.rejectUnauthorized;
37548 primus-4.0.5.tgz/transformers/engine.io/library.js:1288: opts.rejectUnauthorized = this.rejectUnauthorized;
37548 primus-4.0.5.tgz/transformers/engine.io/library.js:115: this.rejectUnauthorized = opts.rejectUnauthorized === undefined ? null : opts.rejectUnauthorized;
32765 hubot-2.18.0.tgz/src/robot.coffee:637: # robot.http("https://example.com", {rejectUnauthorized: false})
31348 apn-1.7.5.tgz/lib/feedback.js:45: rejectUnauthorized: true, /* Set this to false incase using a local proxy, reject otherwise */
31348 apn-1.7.5.tgz/lib/feedback.js:161: socketOptions.rejectUnauthorized = this.options.rejectUnauthorized;
31348 apn-1.7.5.tgz/lib/connection.js:53: rejectUnauthorized: true,
31348 apn-1.7.5.tgz/lib/connection.js:29: * @config {Boolean} [rejectUnauthorized=true] Reject Unauthorized property to be passed through to tls.connect()
31348 apn-1.7.5.tgz/lib/connection.js:197: socketOptions.rejectUnauthorized = this.options.rejectUnauthorized;
29945 good-6.4.0.tgz/test/index.js:187: Wreck.get('https://127.0.0.1:' + server.connections[0].info.port + '/', { rejectUnauthorized: false }, function () {
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:93: rejectUnauthorized: true
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:67: rejectUnauthorized: true
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:621: rejectUnauthorized: true
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:601: rejectUnauthorized: true
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:572: rejectUnauthorized: true
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:543: rejectUnauthorized: true
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:518: rejectUnauthorized: true
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:495: rejectUnauthorized: true
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:473: rejectUnauthorized: true
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:449: rejectUnauthorized: true
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:427: rejectUnauthorized: true
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:406: rejectUnauthorized: true
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:382: rejectUnauthorized: true
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:345: rejectUnauthorized: true
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:312: rejectUnauthorized: true
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:277: rejectUnauthorized: true
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:252: rejectUnauthorized: true
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:225: rejectUnauthorized: true
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:201: rejectUnauthorized: true
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:172: rejectUnauthorized: true
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:142: rejectUnauthorized: true
28757 jira-0.9.2.tgz/spec/jira.spec.coffee:120: rejectUnauthorized: true
28757 jira-0.9.2.tgz/lib/jira.js:964: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:921: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:850: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:791: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:728: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:668: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:614: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:571: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:507: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:451: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:398: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:343: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:296: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:254: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:209: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:1816: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:1725: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:1676: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:1640: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:1604: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:1553: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:1502: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:1446: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:1372: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:1332: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:1282: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:1241: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:1164: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:1116: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:1063: rejectUnauthorized: this.strictSSL,
28757 jira-0.9.2.tgz/lib/jira.js:1002: rejectUnauthorized: this.strictSSL,
28481 rackspace-shared-utils-0.1.28.tgz/lib/request.js:209: reqOptions.rejectUnauthorized = options.rejectUnauthorized;
28481 rackspace-shared-utils-0.1.28.tgz/lib/request.js:207: if (options.rejectUnauthorized === false) {
27868 node-xmpp-core-5.0.1.tgz/lib/Connection.js:53: this.rejectUnauthorized = !!(opts && opts.rejectUnauthorized)
27868 node-xmpp-core-5.0.1.tgz/lib/Connection.js:322: rejectUnauthorized: this.rejectUnauthorized,
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:796: if (options.rejectUnauthorized) {
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:723: rejectUnauthorized: options.rejectUnauthorized,
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:694: rejectUnauthorized: '0' !== process.env.NODE_TLS_REJECT_UNAUTHORIZED,
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:674: !!options.rejectUnauthorized,
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:582: this.rejectUnauthorized = false;
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:580: this.rejectUnauthorized = options.rejectUnauthorized;
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:579: if (util.isBoolean(options.rejectUnauthorized)) {
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:531: if (socket._rejectUnauthorized)
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:519: rejectUnauthorized: self.rejectUnauthorized,
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:437:// - rejectUnauthorized. Boolean, default to true.
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:427:// rejectUnauthorized
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:283: this._rejectUnauthorized = rejectUnauthorized;
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:281: this.ssl.setVerifyMode(requestCert, rejectUnauthorized);
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:280: rejectUnauthorized !== this._rejectUnauthorized) {
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:277: rejectUnauthorized = !!options.rejectUnauthorized;
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:276: if (typeof options.rejectUnauthorized !== 'undefined')
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:272: rejectUnauthorized = this._rejectUnauthorized;
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:240: rejectUnauthorized &&
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:214: this.ssl.setVerifyMode(requestCert, rejectUnauthorized);
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:213: if (requestCert || rejectUnauthorized)
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:212: this._rejectUnauthorized = rejectUnauthorized;
27052 tls-connect-0.2.2.tgz/_tls_wrap-patch.js:209: rejectUnauthorized = !!options.rejectUnauthorized;
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:793: if (options.rejectUnauthorized) {
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:721: rejectUnauthorized: options.rejectUnauthorized,
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:694: rejectUnauthorized: '0' !== process.env.NODE_TLS_REJECT_UNAUTHORIZED
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:674: !!options.rejectUnauthorized,
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:582: this.rejectUnauthorized = false;
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:580: this.rejectUnauthorized = options.rejectUnauthorized;
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:579: if (util.isBoolean(options.rejectUnauthorized)) {
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:531: if (socket._rejectUnauthorized)
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:519: rejectUnauthorized: self.rejectUnauthorized,
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:437:// - rejectUnauthorized. Boolean, default to true.
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:427:// rejectUnauthorized
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:283: this._rejectUnauthorized = rejectUnauthorized;
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:281: this.ssl.setVerifyMode(requestCert, rejectUnauthorized);
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:280: rejectUnauthorized !== this._rejectUnauthorized) {
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:277: rejectUnauthorized = !!options.rejectUnauthorized;
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:276: if (typeof options.rejectUnauthorized !== 'undefined')
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:272: rejectUnauthorized = this._rejectUnauthorized;
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:240: rejectUnauthorized &&
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:214: this.ssl.setVerifyMode(requestCert, rejectUnauthorized);
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:213: if (requestCert || rejectUnauthorized)
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:212: this._rejectUnauthorized = rejectUnauthorized;
27052 tls-connect-0.2.2.tgz/_tls_wrap-0.11.10.js:209: rejectUnauthorized = !!options.rejectUnauthorized;
27052 tls-connect-0.2.2.tgz/starttls.js:325: if (options.rejectUnauthorized) {
27052 tls-connect-0.2.2.tgz/starttls.js:250: rejectUnauthorized: !!options.rejectUnauthorized,
27052 tls-connect-0.2.2.tgz/starttls.js:220: rejectUnauthorized: '0' !== process.env.NODE_TLS_REJECT_UNAUTHORIZED,
27052 tls-connect-0.2.2.tgz/starttls.js:200: !!options.rejectUnauthorized,
24613 xhr2-0.1.3.tgz/test/src/helpers/setup.coffee:20: agent.options.rejectUnauthorized = true
21831 urllib-2.7.0.tgz/lib/urllib.js:98: * - {Boolean} [rejectUnauthorized]: If true, the server certificate is verified against the list of supplied CAs.
21831 urllib-2.7.0.tgz/lib/urllib.js:248: if (options.rejectUnauthorized === false && !options.hasOwnProperty('secureOptions')) {
21831 urllib-2.7.0.tgz/lib/urllib.js:236: 'rejectUnauthorized',
20840 cassandra-driver-3.0.0.tgz/lib/connection.js:114: var sslOptions = utils.extend({rejectUnauthorized: false}, this.options.sslOptions);
20586 node-xmpp-client-3.0.0.tgz/node-xmpp-browser.js:9142: if (options.rejectUnauthorized) {
20586 node-xmpp-client-3.0.0.tgz/node-xmpp-browser.js:9067: rejectUnauthorized: !!options.rejectUnauthorized,
20586 node-xmpp-client-3.0.0.tgz/node-xmpp-browser.js:9037: rejectUnauthorized: '0' !== process.env.NODE_TLS_REJECT_UNAUTHORIZED,
20586 node-xmpp-client-3.0.0.tgz/node-xmpp-browser.js:9017: !!options.rejectUnauthorized,
20586 node-xmpp-client-3.0.0.tgz/node-xmpp-browser.js:7768: rejectUnauthorized: this.rejectUnauthorized,
20586 node-xmpp-client-3.0.0.tgz/node-xmpp-browser.js:7499: this.rejectUnauthorized = !!(opts && opts.rejectUnauthorized)
18453 es-0.5.1.tgz/test/lib/indices.js:15: rejectUnauthorized : true,
18453 es-0.5.1.tgz/test/lib/core.js:16: rejectUnauthorized : true,
18453 es-0.5.1.tgz/test/lib/cluster.js:15: rejectUnauthorized : true,
18433 google-closure-compiler-20160125.0.0.tgz/contrib/nodejs/tls.js:83: * @param {boolean=} rejectUnauthorized
18433 google-closure-compiler-20160125.0.0.tgz/contrib/nodejs/tls.js:65: * @typedef {{host: string, port: number, socket: *, pfx: (string|Buffer), key: (string|Buffer), passphrase: string, cert: (string|Buffer), ca: Array.<string>, rejectUnauthorized: boolean, NPNProtocols: Array.<string|Buffer>, servername: string}}
18433 google-closure-compiler-20160125.0.0.tgz/contrib/nodejs/tls.js:45:tls.CreateOptions.prototype.rejectUnauthorized;
18433 google-closure-compiler-20160125.0.0.tgz/contrib/nodejs/https.js:55: * @typedef {{host: ?string, hostname: ?string, port: ?number, method: ?string, path: ?string, headers: ?Object.<string,string>, auth: ?string, agent: ?(https.Agent|boolean), pfx: ?(string|Buffer), key: ?(string|Buffer), passphrase: ?string, cert: ?(string|Buffer), ca: ?Array.<string>, ciphers: ?string, rejectUnauthorized: ?boolean}}
17875 mpns-2.1.0.tgz/test/test.js:36: 'rejectUnauthorized'
17875 mpns-2.1.0.tgz/lib/mpns.js:369: 'rejectUnauthorized'
15783 dojo-1.10.4.tgz/request/node.js:49: rejectUnauthorized: options.rejectUnauthorized === false ? false : true
14473 winston-logstash-0.2.11.tgz/lib/winston-logstash.js:42: this.rejectUnauthorized = options.rejectUnauthorized === true;
14473 winston-logstash-0.2.11.tgz/lib/winston-logstash.js:139: rejectUnauthorized: this.rejectUnauthorized === true,
14371 mountebank-1.5.0-beta.1069.tgz/src/models/https/httpsServer.js:37: rejectUnauthorized: false
14371 mountebank-1.5.0-beta.1069.tgz/src/models/https/httpsServer.js:31: // to false for all self-signed certs; use rejectUnauthorized: true and a ca: field set to an array
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/sequential/test-tls-honorcipherorder.js:40: rejectUnauthorized: false,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/sequential/test-regress-GH-1531.js:31: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/pummel/test-tls-throttle.js:43: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/pummel/test-tls-server-large-request.js:50: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/pummel/test-tls-connect-memleak.js:26: var options = { rejectUnauthorized: false };
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/pummel/test-https-no-reader.js:37: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/pummel/test-https-large-response.js:40: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-zero-clear-in.js:32: rejectUnauthorized: false,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-wrap-timeout.js:38: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-timeout-server-2.js:30: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-ticket.js:73: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-ticket-cluster.js:28: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-sni-server-client.js:73: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-sni-server-client.js:68: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-sni-server-client.js:63: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-sni-server-client.js:58: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-sni-server-client.js:53: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-sni-option.js:89: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-sni-option.js:82: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-sni-option.js:75: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-sni-option.js:68: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-set-encoding.js:32: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-server-verify.js:86: rejectUnauthorized: true,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-server-verify.js:72: rejectUnauthorized: true,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-server-verify.js:59: rejectUnauthorized: true,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-server-verify.js:46: rejectUnauthorized: false,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-server-verify.js:33: rejectUnauthorized: false,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-server-verify.js:284: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-server-verify.js:255: rejectUnauthorized: tcase.rejectUnauthorized
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-server-verify.js:20: rejectUnauthorized: false,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-request-timeout.js:34: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-peer-certificate-multi-keys.js:28: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-peer-certificate.js:29: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-peer-certificate-encoding.js:29: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-pause.js:34: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-passphrase.js:50: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-passphrase.js:35: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-passphrase.js:23: rejectUnauthorized: true
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-over-http-tunnel.js:132: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-on-empty-socket.js:26: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-ocsp-callback.js:78: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-npn-server-client.js:69: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-npn-server-client.js:62: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-npn-server-client.js:56: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-npn-server-client.js:49: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-no-rsa-key.js:24: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-multi-key.js:35: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-multi-key.js:30: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-max-send-fragment.js:35: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-legacy-onselect.js:36: rejectUnauthorized: false,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-js-stream.js:56: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-invoke-queued.js:32: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-interleave.js:31: var c = tls.connect(PORT, { rejectUnauthorized: false }, function() {
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-inception.js:59: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-inception.js:53: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-inception.js:28: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-handshake-error.js:21: rejectUnauthorized: true
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-getcipher.js:36: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-friendly-error-message.js:20: var options = { port: this.address().port, rejectUnauthorized: true };
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-fast-writing.js:47: var opt = { port: PORT, rejectUnauthorized: false };
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-delayed-attach.js:40: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-connect-stream-writes.js:52: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-connect-simple.js:45: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-connect-simple.js:37: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-connect-pipe.js:26: var options = { rejectUnauthorized: false };
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-connect-given-socket.js:30: rejectUnauthorized: false,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-cnnic-whitelist.js:54: rejectUnauthorized: true
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-cnnic-whitelist.js:35: rejectUnauthorized: true,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-close-notify.js:25: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-client-verify.js:116: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-client-resume.js:48: rejectUnauthorized: false,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-client-resume.js:36: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-client-reject.js:47:function rejectUnauthorized() {
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-client-reject.js:39: rejectUnauthorized();
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-client-reject.js:35: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-client-destroy-soon.js:39: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-async-cb-after-socket-end.js:42: rejectUnauthorized: false,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-alert-handling.js:78: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-alert-handling.js:51: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-tls-0-dns-altname.js:28: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-http-url.parse-https.request.js:22:testURL.rejectUnauthorized = false;
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-truncate.js:34: var opts = { port: PORT, rejectUnauthorized: false };
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-timeout-server-2.js:35: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-timeout.js:28: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-socket-options.js:59: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-socket-options.js:35: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-simple.js:44: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-set-timeout-server.js:77: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-set-timeout-server.js:55: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-set-timeout-server.js:190: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-set-timeout-server.js:153: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-set-timeout-server.js:129: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-set-timeout-server.js:101: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-pfx.js:21: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-localaddress.js:40: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-host-headers.js:99: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-host-headers.js:90: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-host-headers.js:81: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-host-headers.js:72: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-host-headers.js:63: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-host-headers.js:108: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-eof-for-eom.js:58: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-drain.js:33: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-client-resume.js:51: rejectUnauthorized: false,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-client-resume.js:36: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-client-reject.js:45:function rejectUnauthorized() {
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-client-reject.js:37: rejectUnauthorized();
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-client-reject.js:33: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-client-checkServerIdentity.js:47: rejectUnauthorized: true,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-client-checkServerIdentity.js:33: rejectUnauthorized: true,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-byteswritten.js:34: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-agent-servername.js:30: rejectUnauthorized: true,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-https-agent.js:36: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-http-host-headers.js:89: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-http-host-headers.js:80: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-http-host-headers.js:71: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-http-host-headers.js:62: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-http-host-headers.js:53: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-http-default-port.js:62: rejectUnauthorized: false,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-crypto-verify-failure.js:47: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/fixtures/GH-892-request.js:15: rejectUnauthorized: false
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_wrap.js:963: rejectUnauthorized: options.rejectUnauthorized,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_wrap.js:939: rejectUnauthorized: '0' !== process.env.NODE_TLS_REJECT_UNAUTHORIZED,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_wrap.js:846: this.rejectUnauthorized = false;
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_wrap.js:844: this.rejectUnauthorized = options.rejectUnauthorized;
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_wrap.js:843: if (typeof options.rejectUnauthorized === 'boolean') {
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_wrap.js:768: if (socket._rejectUnauthorized)
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_wrap.js:756: rejectUnauthorized: self.rejectUnauthorized,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_wrap.js:676:// - rejectUnauthorized. Boolean, default to true.
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_wrap.js:666:// rejectUnauthorized
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_wrap.js:494: this._rejectUnauthorized = rejectUnauthorized;
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_wrap.js:492: this._handle.setVerifyMode(requestCert, rejectUnauthorized);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_wrap.js:491: rejectUnauthorized !== this._rejectUnauthorized) {
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_wrap.js:488: rejectUnauthorized = !!options.rejectUnauthorized;
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_wrap.js:487: if (typeof options.rejectUnauthorized !== 'undefined')
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_wrap.js:480: rejectUnauthorized = this._rejectUnauthorized;
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_wrap.js:424: rejectUnauthorized &&
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_wrap.js:388: ssl.setVerifyMode(requestCert, rejectUnauthorized);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_wrap.js:387: if (requestCert || rejectUnauthorized)
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_wrap.js:386: this._rejectUnauthorized = rejectUnauthorized;
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_wrap.js:383: rejectUnauthorized = !!options.rejectUnauthorized;
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_wrap.js:1013: if (options.rejectUnauthorized) {
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_legacy.js:825: this._rejectUnauthorized &&
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_legacy.js:768: rejectUnauthorized);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_legacy.js:764: rejectUnauthorized) {
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_legacy.js:704: this._rejectUnauthorized);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_legacy.js:697: this._rejectUnauthorized = rejectUnauthorized ? true : false;
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_legacy.js:669: rejectUnauthorized,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/_tls_legacy.js:663:function SecurePair(context, isServer, requestCert, rejectUnauthorized,
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/https.js:124: name += options.rejectUnauthorized;
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/https.js:123: if (options.rejectUnauthorized !== undefined)
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/benchmark/tls/tls-connect.js:46: rejectUnauthorized: false }, function() {
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/benchmark/tls/throughput.js:48: var opt = { port: common.PORT, rejectUnauthorized: false };
14260 couch-login-1.0.1.tgz/couch-login.js:169: req.strictSSL = req.rejectUnauthorized = this.strictSSL
13619 tern-0.17.0.tgz/plugin/node.js:1846: "!type": "fn(credentials?: crypto.credentials, isServer?: bool, requestCert?: bool, rejectUnauthorized?: bool) -> +tls.SecurePair",
13114 node-red-0.13.1.tgz/nodes/core/io/10-mqtt.js:118: this.options.rejectUnauthorized = (this.verifyservercert == "true" || this.verifyservercert === true)
12662 papi-0.25.0.tgz/lib/constants.js:61: 'rejectUnauthorized',
12030 gulp-serve-1.2.0.tgz/test/main.js:97: rejectUnauthorized: false // trust self signed cert
11701 node-red-node-email-0.1.0.tgz/61-email.js:169: tlsOptions: { rejectUnauthorized: false },
11695 yakaa-1.0.1.tgz/https.js:104: // name += options.rejectUnauthorized;
11695 yakaa-1.0.1.tgz/https.js:103: // if (!isUndefined(options.rejectUnauthorized))
11560 amqp-dl-0.2.4-0.tgz/lib/connection.js:694: this.sslConnectionOptions.rejectUnauthorized = this.options.ssl.rejectUnauthorized;
11560 amqp-dl-0.2.4-0.tgz/lib/connection.js:41: rejectUnauthorized: true
11425 rest-1.3.1.tgz/test/client/node-test-node.js:115: mixin: { rejectUnauthorized: false }
10564 mqlight-1.0.2016010409.tgz/mqlight.js:1681: rejectUnauthorized: false,
10214 fetch-1.0.0.tgz/test/fetch-test.js:178: rejectUnauthorized: false
10214 fetch-1.0.0.tgz/lib/fetch.js:169: rejectUnauthorized: this.options.rejectUnauthorized
10214 fetch-1.0.0.tgz/lib/fetch.js:157: this.options.rejectUnauthorized = true;
10214 fetch-1.0.0.tgz/lib/fetch.js:156: if (typeof this.options.rejectUnauthorized === 'undefined') {
10214 fetch-1.0.0.tgz/lib/fetch.js:155: // rejectUnauthorized
9875 node-gyp-install-2.2.0.tgz/index.js:123: rejectUnauthorized: process.env.NODE_GYP_INSTALL_REJECTUNAUTHORIZED === 'true'
9836 node-ipc-6.0.0.tgz/example/TLSSocket/rawBuffer-only-works-with-most-secure/world.server.js:21: rejectUnauthorized:true,
9836 node-ipc-6.0.0.tgz/example/TLSSocket/rawBuffer-only-works-with-most-secure/hello-client.js:19: rejectUnauthorized:true,
9836 node-ipc-6.0.0.tgz/example/TLSSocket/Multi-Client-Broadcast-basic/hello-client.js:14: rejectUnauthorized:false
9836 node-ipc-6.0.0.tgz/example/TLSSocket/Multi-Client-Broadcast-basic/goodbye-client.js:14: rejectUnauthorized:false
9836 node-ipc-6.0.0.tgz/example/TLSSocket/basicSync/hello-client.js:14: rejectUnauthorized:false
9836 node-ipc-6.0.0.tgz/example/TLSSocket/basic-most-secure/world-server.js:18: rejectUnauthorized:true,
9836 node-ipc-6.0.0.tgz/example/TLSSocket/basic-most-secure/hello-client.js:16: rejectUnauthorized:true,
9836 node-ipc-6.0.0.tgz/example/TLSSocket/basic-more-secure/world-server.js:17: rejectUnauthorized:false,
9836 node-ipc-6.0.0.tgz/example/TLSSocket/basic-more-secure/hello-client.js:15: rejectUnauthorized:false,
9836 node-ipc-6.0.0.tgz/example/TLSSocket/basic-local-only/world-server.js:14: rejectUnauthorized:false
9836 node-ipc-6.0.0.tgz/example/TLSSocket/basic-local-only/hello-client.js:13: rejectUnauthorized:false
9836 node-ipc-6.0.0.tgz/example/TLSSocket/basic/hello-client.js:13: rejectUnauthorized:false
9804 commonjs-everywhere-0.9.7.tgz/node/lib/tls.js:945: rejectUnauthorized);
9804 commonjs-everywhere-0.9.7.tgz/node/lib/tls.js:941: rejectUnauthorized) {
9804 commonjs-everywhere-0.9.7.tgz/node/lib/tls.js:892: this._rejectUnauthorized);
9804 commonjs-everywhere-0.9.7.tgz/node/lib/tls.js:885: this._rejectUnauthorized = rejectUnauthorized ? true : false;
9804 commonjs-everywhere-0.9.7.tgz/node/lib/tls.js:855: rejectUnauthorized,
9804 commonjs-everywhere-0.9.7.tgz/node/lib/tls.js:849:function SecurePair(credentials, isServer, requestCert, rejectUnauthorized,
9804 commonjs-everywhere-0.9.7.tgz/node/lib/tls.js:1367: if (pair._rejectUnauthorized) {
9804 commonjs-everywhere-0.9.7.tgz/node/lib/tls.js:1319: options.rejectUnauthorized === true ? true : false,
9804 commonjs-everywhere-0.9.7.tgz/node/lib/tls.js:1308: rejectUnauthorized: '0' !== process.env.NODE_TLS_REJECT_UNAUTHORIZED
9804 commonjs-everywhere-0.9.7.tgz/node/lib/tls.js:1214: this.rejectUnauthorized = false;
9804 commonjs-everywhere-0.9.7.tgz/node/lib/tls.js:1212: this.rejectUnauthorized = options.rejectUnauthorized;
9804 commonjs-everywhere-0.9.7.tgz/node/lib/tls.js:1211: if (typeof options.rejectUnauthorized == 'boolean') {
9804 commonjs-everywhere-0.9.7.tgz/node/lib/tls.js:1173: if (self.rejectUnauthorized) {
9804 commonjs-everywhere-0.9.7.tgz/node/lib/tls.js:1136: self.rejectUnauthorized,
9804 commonjs-everywhere-0.9.7.tgz/node/lib/tls.js:1057:// - rejectUnauthorized. Boolean, default to true.
9804 commonjs-everywhere-0.9.7.tgz/node/lib/tls.js:1047:// rejectUnauthorized
9804 commonjs-everywhere-0.9.7.tgz/node/lib/tls.js:1002: this._rejectUnauthorized &&
9804 commonjs-everywhere-0.9.7.tgz/node/lib/https.js:116: typeof options.rejectUnauthorized === 'undefined') {
9730 edit-google-spreadsheet-0.2.21.tgz/browseroauth2/oauth2client.js:25960: poolKey += options.rejectUnauthorized
9730 edit-google-spreadsheet-0.2.21.tgz/browseroauth2/oauth2client.js:25956: if (typeof options.rejectUnauthorized !== 'undefined') {
9730 edit-google-spreadsheet-0.2.21.tgz/browseroauth2/oauth2client.js:25926: options.rejectUnauthorized = self.rejectUnauthorized
9730 edit-google-spreadsheet-0.2.21.tgz/browseroauth2/oauth2client.js:25925: if (typeof self.rejectUnauthorized !== 'undefined') {
9730 edit-google-spreadsheet-0.2.21.tgz/browseroauth2/oauth2client.js:25537: self.rejectUnauthorized = false
9730 edit-google-spreadsheet-0.2.21.tgz/browseroauth2/oauth2client.js:25265: rejectUnauthorized: request.rejectUnauthorized,
9691 aero-0.8.33.tgz/lib/classes/Aero.js:888: rejectUnauthorized: false
9392 jayschema-0.3.1.tgz/lib/httpLoader.js:31: options.rejectUnauthorized = false;
8759 livereload-0.4.1.tgz/test/index.test.coffee:66: rejectUnauthorized: false
8470 mysql2-0.15.8.tgz/lib/connection_config.js:55: this.ssl.rejectUnauthorized = this.ssl.rejectUnauthorized !== false;
8470 mysql2-0.15.8.tgz/lib/connection_config.js:54: // Default rejectUnauthorized to true
8307 modulus-5.0.1.tgz/lib/librarian/http.js:105: options.rejectUnauthorized = false;
8287 mosca-1.0.2.tgz/test/helpers/createSecureWebsocketConnection.js:10: rejectUnauthorized: false
8287 mosca-1.0.2.tgz/test/helpers/createSecureConnection.js:27: tls_opts.rejectUnauthorized = false;
8287 mosca-1.0.2.tgz/lib/options.js:210: 'rejectUnauthorized': { type: 'boolean', required: false }
7628 request-debug-0.2.0.tgz/test/basic.js:18: rejectUnauthorized : false
7370 node-xmpp-server-2.1.2.tgz/lib/Server.js:46: rejectUnauthorized: this.options.rejectUnauthorized,
7370 node-xmpp-server-2.1.2.tgz/lib/C2S/TCP/Server.js:19: * options.rejectUnauthorized : reject when client cert missmatches (see tls.createSecurePair for more)
7370 node-xmpp-server-2.1.2.tgz/lib/C2S/Session.js:26: rejectUnauthorized: opts.rejectUnauthorized,
7370 node-xmpp-server-2.1.2.tgz/lib/C2S/Server.js:30: this.options.rejectUnauthorized = true
7370 node-xmpp-server-2.1.2.tgz/lib/C2S/Server.js:29: (this.options.rejectUnauthorized !== false)) {
7370 node-xmpp-server-2.1.2.tgz/lib/C2S/Server.js:15: * options.rejectUnauthorized : reject when client cert missmatches (see tls.createSecurePair for more)
7325 feathers-1.3.0.tgz/test/application.test.js:177: rejectUnauthorized: false,
7295 nipple-2.5.6.tgz/test/index.js:174: Nipple.request('get', 'https://google.com', { rejectUnauthorized: true }, function (err, res) {
7295 nipple-2.5.6.tgz/lib/index.js:42: uri.rejectUnauthorized = options.rejectUnauthorized;
7295 nipple-2.5.6.tgz/lib/index.js:41: if (options.rejectUnauthorized !== undefined && uri.protocol === 'https:') {
7139 httpreq-0.4.16.tgz/lib/httpreq.js:247: requestoptions.rejectUnauthorized = o.rejectUnauthorized;
7139 httpreq-0.4.16.tgz/lib/httpreq.js:246: if(o.rejectUnauthorized !== undefined && isHttps){
6734 pg.js-4.1.1.tgz/lib/connection.js:82: rejectUnauthorized: self.ssl.rejectUnauthorized,
6581 heroku-client-2.4.0.tgz/lib/request.js:114: rejectUnauthorized: this.options.rejectUnauthorized,
6537 ionic-app-lib-0.6.5.tgz/lib/utils.js:120: request({ url: archiveUrl, rejectUnauthorized: false, encoding: null, proxy: proxy }, function(err, res, body) {
6537 ionic-app-lib-0.6.5.tgz/lib/serve.js:349: opts.rejectUnauthorized = !(proxy.rejectUnauthorized === false);
6537 ionic-app-lib-0.6.5.tgz/ionic.js:795:// request({ url: archiveUrl, rejectUnauthorized: false, encoding: null, proxy: proxy }, function(err, res, body) {
6504 titanium-5.0.6.tgz/lib/titanium.js:460: rejectUnauthorized: config.get('cli.rejectUnauthorized', true),
6504 titanium-5.0.6.tgz/lib/config.js:38: rejectUnauthorized: true,
6504 titanium-5.0.6.tgz/lib/commands/setup.js:750: rejectUnauthorized: config.get('cli.rejectUnauthorized', true)
6504 titanium-5.0.6.tgz/lib/commands/setup.js:654: rejectUnauthorized: config.get('cli.rejectUnauthorized', true)
6504 titanium-5.0.6.tgz/lib/commands/setup.js:593: rejectUnauthorized: config.get('cli.rejectUnauthorized', true)
6504 titanium-5.0.6.tgz/lib/commands/setup.js:500: rejectUnauthorized: config.get('cli.rejectUnauthorized', true)
6504 titanium-5.0.6.tgz/lib/commands/setup.js:1305: default: this._config.get('cli.rejectUnauthorized', true) === false ? 'no' : 'yes',
6504 titanium-5.0.6.tgz/lib/commands/setup.js:1302: 'rejectUnauthorized': fields.select({
6504 titanium-5.0.6.tgz/lib/commands/setup.js:1298: return value == 'yes' ? 'httpProxyServer' : 'rejectUnauthorized';
6504 titanium-5.0.6.tgz/lib/commands/sdk.js:741: rejectUnauthorized: config.get('cli.rejectUnauthorized', true)
6504 titanium-5.0.6.tgz/lib/commands/sdk.js:1092: rejectUnauthorized: config.get('cli.rejectUnauthorized', true)
6135 simple-oauth2-0.5.1.tgz/lib/core.js:63: if (config.rejectUnauthorized) options.rejectUnauthorized = config.rejectUnauthorized;
6066 asker-1.0.3.tgz/lib/asker.js:277: defaultOpts.rejectUnauthorized = options.rejectUnauthorized;
6066 asker-1.0.3.tgz/lib/asker.js:276: if (typeof options.rejectUnauthorized !== 'undefined') {
6036 useless-0.0.87.tgz/server/base/util.js:142: rejectUnauthorized: false, // ignores SSL certificate errors
6036 useless-0.0.87.tgz/server/base/util.js:122: rejectUnauthorized: false, // ignores SSL certificate errors (for HTTPS case)
5880 castv2-0.1.6.tgz/lib/client.js:29: options.rejectUnauthorized = false;
5733 iotclient-0.2.4.tgz/application/IoTAppClient.js:82: this.rejectUnauthorized = true;
5733 iotclient-0.2.4.tgz/application/IoTAppClient.js:408: rejectUnauthorized: this.rejectUnauthorized,
5702 abaaso-3.11.12.tgz/lib/abaaso.js:10518: options.rejectUnauthorized = false;
5636 fxa-jwtool-0.7.2.tgz/index.js:160: rejectUnauthorized: true
5595 testcafe-hammerhead-5.0.0.tgz/lib/request-pipeline/destination-request/index.js:67: if (this.isHttps) opts.rejectUnauthorized = false;
5595 testcafe-hammerhead-5.0.0.tgz/lib/request-pipeline/destination-request/index.js:41:// HACK: Ignore SSL auth. The rejectUnauthorized option in the https.request method
5571 activedirectory-0.7.1.tgz/test/.existing/ssl.js:6: rejectUnauthorized: false
5477 http-sync-0.1.2.tgz/test.js:35: rejectUnauthorized: true
5477 http-sync-0.1.2.tgz/http-sync.js:73: rejectUnauthorized: this._options.rejectUnauthorized,
5477 http-sync-0.1.2.tgz/http-sync.js:156: options.rejectUnauthorized = options.rejectUnauthorized === false ?
5149 bms-mca-token-validation-strategy-2.0.3.tgz/lib/util/key-reader.js:47: request(requestUrl, {rejectUnauthorized: false,requestCert: true},function (error, response, body) {
4791 request-json-light-0.5.22.tgz/main.js:50: options.rejectUnauthorized = false;
4665 nuclide-server-0.0.35.tgz/scripts/mock/nuclide-main.js:37: rejectUnauthorized: true
4665 nuclide-server-0.0.35.tgz/lib/NuclideServer.js:93: rejectUnauthorized: true
4654 particle-cli-1.10.0.tgz/lib/ApiClient.js:803: rejectUnauthorized: rejectUnauthorized
4654 particle-cli-1.10.0.tgz/lib/ApiClient.js:784: createWebhook: function (event, url, deviceId, requestType, headers, json, query, auth, mydevices, rejectUnauthorized) {
4654 particle-cli-1.10.0.tgz/commands/WebhookCommands.js:68: 'rejectUnauthorized': 'true/false'
4498 jive-sdk-0.1.212.tgz/test/unit/jiveutil/testcases/buildRequest.js:7: it('test rejectUnauthorized option is added in development mode', function (done) {
4498 jive-sdk-0.1.212.tgz/test/unit/jiveutil/testcases/buildRequest.js:31: assert.fail( options['rejectUnauthorized'], false );
4498 jive-sdk-0.1.212.tgz/test/unit/jiveutil/testcases/buildRequest.js:30: if ( options['rejectUnauthorized'] ) {
4498 jive-sdk-0.1.212.tgz/test/unit/jiveutil/testcases/buildRequest.js:22: it('test rejectUnauthorized option is added with strictSSL', function (done) {
4498 jive-sdk-0.1.212.tgz/test/unit/jiveutil/testcases/buildRequest.js:15: assert.fail( options['rejectUnauthorized'], false );
4498 jive-sdk-0.1.212.tgz/test/unit/jiveutil/testcases/buildRequest.js:14: if ( options['rejectUnauthorized'] ) {
4498 jive-sdk-0.1.212.tgz/jive-sdk-service/generator/examples/example-jenkins/tiles/jenkins/backend/routes/configure/get.js:30: rejectUnauthorized: false
4498 jive-sdk-0.1.212.tgz/jive-sdk-service/generator/examples/example-jenkins/tiles/jenkins/backend/routes/action/get.js:34: rejectUnauthorized: false
4498 jive-sdk-0.1.212.tgz/jive-sdk-service/generator/examples/example-jenkins/tiles/jenkins/backend/jenkins.js:28: options.rejectUnauthorized = false;
4498 jive-sdk-0.1.212.tgz/jive-sdk-api/lib/util/request.js:55: requestOptions['rejectUnauthorized'] = false;
4482 analyze-css-0.10.2.tgz/lib/runner.js:82: requestOptions.rejectUnauthorized = !options.ignoreSslErrors;
4421 newman-1.2.28.tgz/src/runners/RequestRunner.js:175: RequestOptions.rejectUnauthorized = false;
4392 dropbox-0.10.3.tgz/test/src/fast/vars_test.coffee:15: agent.options.rejectUnauthorized = false
4392 dropbox-0.10.3.tgz/test/src/fast/util/xhr_test.coffee:565: agent.options.rejectUnauthorized = false
4353 node-appc-0.2.34.tgz/lib/auth.js:69: rejectUnauthorized: args.rejectUnauthorized === undefined ? true : !!args.rejectUnauthorized,
4353 node-appc-0.2.34.tgz/lib/auth.js:157: rejectUnauthorized: args.rejectUnauthorized === undefined ? true : !!args.rejectUnauthorized
4353 node-appc-0.2.34.tgz/lib/analytics.js:65: * @param {Boolean} [args.rejectUnauthorized=false] - Rejects unauthorized certificates
4353 node-appc-0.2.34.tgz/lib/analytics.js:311: rejectUnauthorized: args.rejectUnauthorized === undefined ? true : !!args.rejectUnauthorized,
4353 node-appc-0.2.34.tgz/lib/analytics.js:236: * @param {Boolean} [args.rejectUnauthorized=false] - Rejects unauthorized certificates
4353 node-appc-0.2.34.tgz/lib/analytics.js:219: rejectUnauthorized: args.rejectUnauthorized,
4347 smtp-server-1.8.0.tgz/test/smtp-connection-test.js:95: rejectUnauthorized: false
4347 smtp-server-1.8.0.tgz/test/smtp-connection-test.js:887: rejectUnauthorized: false
4347 smtp-server-1.8.0.tgz/test/smtp-connection-test.js:798: rejectUnauthorized: false
4347 smtp-server-1.8.0.tgz/test/smtp-connection-test.js:775: rejectUnauthorized: false
4347 smtp-server-1.8.0.tgz/test/smtp-connection-test.js:749: rejectUnauthorized: false
4347 smtp-server-1.8.0.tgz/test/smtp-connection-test.js:726: rejectUnauthorized: false
4347 smtp-server-1.8.0.tgz/test/smtp-connection-test.js:700: rejectUnauthorized: false
4347 smtp-server-1.8.0.tgz/test/smtp-connection-test.js:677: rejectUnauthorized: false
4347 smtp-server-1.8.0.tgz/test/smtp-connection-test.js:651: rejectUnauthorized: false
4347 smtp-server-1.8.0.tgz/test/smtp-connection-test.js:628: rejectUnauthorized: false
4347 smtp-server-1.8.0.tgz/test/smtp-connection-test.js:561: rejectUnauthorized: false
4347 smtp-server-1.8.0.tgz/test/smtp-connection-test.js:423: rejectUnauthorized: false
4347 smtp-server-1.8.0.tgz/test/smtp-connection-test.js:361: rejectUnauthorized: false
4347 smtp-server-1.8.0.tgz/test/smtp-connection-test.js:280: rejectUnauthorized: false
4347 smtp-server-1.8.0.tgz/test/smtp-connection-test.js:236: rejectUnauthorized: false
4347 smtp-server-1.8.0.tgz/test/smtp-connection-test.js:169: rejectUnauthorized: false
4347 smtp-server-1.8.0.tgz/test/smtp-connection-test.js:117: rejectUnauthorized: false
4347 smtp-server-1.8.0.tgz/lib/smtp-connection.js:795: ['requestCert', 'rejectUnauthorized', 'NPNProtocols', 'SNICallback', 'session', 'requestOCSP'].forEach(function (key) {
4305 messy-6.7.1.tgz/lib/HttpRequest.js:13:HttpRequest.metadataPropertyNames = ['host', 'port', 'encrypted', 'cert', 'key', 'ca', 'rejectUnauthorized'];
4297 turtle.io-5.0.4.tgz/lib/turtleio.js:1081: options.rejectUnauthorized = false;
4220 winston-uber-1.0.0.tgz/lib/winston/transports/webhook.js:93: options.rejectUnauthorized = false;
4209 irc-0.4.1.tgz/test/test-irc.js:32: rejectUnauthorized: false
4209 irc-0.4.1.tgz/lib/irc.js:681: connectionOpts.rejectUnauthorized = !self.opt.selfSigned;
4191 aliyun-sdk-1.8.0.tgz/lib/http/node.js:80: ALY.NodeHttpClient.sslAgent = new https.Agent({rejectUnauthorized: true});
4156 simplecrawler-0.5.4.tgz/lib/crawler.js:900: client.rejectUnauthorized = false;
4100 fluxex-0.7.1-8.tgz/examples/04-infinite-scroll/actions/yql.js:13: rejectUnauthorized : false,
4100 fluxex-0.7.1-8.tgz/examples/03-service/services/yql.js:15: rejectUnauthorized : false,
4009 retool-0.0.135.tgz/index.js:22541: rejectUnauthorized: false,
4009 retool-0.0.135.tgz/index.js:22509: rejectUnauthorized:false,
4009 retool-0.0.135.tgz/index.js:22324: rejectUnauthorized: false,
4009 retool-0.0.135.tgz/index.js:22294: rejectUnauthorized: false,
4009 retool-0.0.135.tgz/index.js:22264: rejectUnauthorized: false,
3984 sphere-node-sdk-1.8.6.tgz/lib/connect/rest.js:42: rejectUnauthorized: rejectUnauthorized,
3984 sphere-node-sdk-1.8.6.tgz/lib/connect/rest.js:34: rejectUnauthorized = _.isUndefined(opts.rejectUnauthorized) ? true : opts.rejectUnauthorized;
3984 sphere-node-sdk-1.8.6.tgz/lib/connect/rest.js:15: var config, host, oauth_options, protocol, rejectUnauthorized, userAgent;
3984 sphere-node-sdk-1.8.6.tgz/lib/connect/rest.js:141: rejectUnauthorized: _this._options.rejectUnauthorized
3984 sphere-node-sdk-1.8.6.tgz/lib/connect/oauth2.js:69: rejectUnauthorized: this._options.rejectUnauthorized
3984 sphere-node-sdk-1.8.6.tgz/lib/connect/oauth2.js:40: rejectUnauthorized: rejectUnauthorized,
3984 sphere-node-sdk-1.8.6.tgz/lib/connect/oauth2.js:32: rejectUnauthorized = _.isUndefined(opts.rejectUnauthorized) ? true : opts.rejectUnauthorized;
3984 sphere-node-sdk-1.8.6.tgz/lib/connect/oauth2.js:13: var config, host, protocol, rejectUnauthorized, userAgent;
3915 winston1-1.1.2.tgz/lib/winston/transports/webhook.js:93: options.rejectUnauthorized = false;
3903 qfproxy-0.3.8.tgz/lib/proxy/middleware/mwHttps.js:20: opts.rejectUnauthorized = false;
3721 colu-0.10.2.tgz/client/colu.client.js:75444: opts.rejectUnauthorized = this.rejectUnauthorized;
3721 colu-0.10.2.tgz/client/colu.client.js:74877: opts.rejectUnauthorized = this.rejectUnauthorized;
3721 colu-0.10.2.tgz/client/colu.client.js:74847: this.rejectUnauthorized = opts.rejectUnauthorized;
3721 colu-0.10.2.tgz/client/colu.client.js:74775: opts.rejectUnauthorized = this.rejectUnauthorized;
3721 colu-0.10.2.tgz/client/colu.client.js:74273: this.rejectUnauthorized = opts.rejectUnauthorized;
3721 colu-0.10.2.tgz/client/colu.client.js:73683: rejectUnauthorized: this.rejectUnauthorized,
3721 colu-0.10.2.tgz/client/colu.client.js:73602: this.rejectUnauthorized = opts.rejectUnauthorized === undefined ? null : opts.rejectUnauthorized;
3721 colu-0.10.2.tgz/client/colu.client.js:70802: poolKey += options.rejectUnauthorized
3721 colu-0.10.2.tgz/client/colu.client.js:70798: if (typeof options.rejectUnauthorized !== 'undefined') {
3721 colu-0.10.2.tgz/client/colu.client.js:70760: options.rejectUnauthorized = self.rejectUnauthorized
3721 colu-0.10.2.tgz/client/colu.client.js:70759: if (typeof self.rejectUnauthorized !== 'undefined') {
3721 colu-0.10.2.tgz/client/colu.client.js:70410: self.rejectUnauthorized = false
3721 colu-0.10.2.tgz/client/colu.client.js:43723: rejectUnauthorized : request.rejectUnauthorized,
3605 json-rpc2-1.0.2.tgz/src/client.js:75: options.rejectUnauthorized = opts.rejectUnauthorized;
3605 json-rpc2-1.0.2.tgz/src/client.js:74: if(opts.rejectUnauthorized !== undefined) {
3548 closurecompiler-externs-1.0.4.tgz/tls.js:70:tls.createSecurePair = function(credentials, isServer, requestCert, rejectUnauthorized) {};
3548 closurecompiler-externs-1.0.4.tgz/tls.js:67: * @param {boolean=} rejectUnauthorized
3548 closurecompiler-externs-1.0.4.tgz/tls.js:50: * @typedef {{host: string, port: number, socket: *, pfx: (string|buffer.Buffer), key: (string|buffer.Buffer), passphrase: string, cert: (string|buffer.Buffer), ca: Array.<string>, rejectUnauthorized: boolean, NPNProtocols: Array.<string|buffer.Buffer>, servername: string}}
3548 closurecompiler-externs-1.0.4.tgz/tls.js:37: * @typedef {{pfx: (string|buffer.Buffer), key: (string|buffer.Buffer), passphrase: string, cert: (string|buffer.Buffer), ca: Array.<string|buffer.Buffer>, crl: (string|Array.<string>), ciphers: string, honorCipherOrder: boolean, requestCert: boolean, rejectUnauthorized: boolean, NPNProtocols: (Array|buffer.Buffer), SNICallback: function(string), sessionIdContext: string}}
3548 closurecompiler-externs-1.0.4.tgz/https.js:55: * @typedef {{host: ?string, hostname: ?string, port: ?number, method: ?string, path: ?string, headers: ?Object.<string,string>, auth: ?string, agent: ?(https.Agent|boolean), pfx: ?(string|buffer.Buffer), key: ?(string|buffer.Buffer), passphrase: ?string, cert: ?(string|buffer.Buffer), ca: ?Array.<string>, ciphers: ?string, rejectUnauthorized: ?boolean}}
3330 pouchdb-http-proxy-0.10.4.tgz/test/macros/http.js:68: options.request.rejectUnauthorized = false;
3330 pouchdb-http-proxy-0.10.4.tgz/test/macros/http.js:31: options.request.rejectUnauthorized = false;
3330 pouchdb-http-proxy-0.10.4.tgz/test/helpers/http.js:102: options.proxy.rejectUnauthorized = false;
3330 pouchdb-http-proxy-0.10.4.tgz/examples/http/proxy-https-to-https.js:50: rejectUnauthorized: false
3200 angular-bitcore-wallet-client-0.2.0.tgz/angular-bitcore-wallet-client.js:86808: opts.rejectUnauthorized = this.rejectUnauthorized;
3200 angular-bitcore-wallet-client-0.2.0.tgz/angular-bitcore-wallet-client.js:86270: opts.rejectUnauthorized = this.rejectUnauthorized;
3200 angular-bitcore-wallet-client-0.2.0.tgz/angular-bitcore-wallet-client.js:86243: this.rejectUnauthorized = opts.rejectUnauthorized;
3200 angular-bitcore-wallet-client-0.2.0.tgz/angular-bitcore-wallet-client.js:86174: opts.rejectUnauthorized = this.rejectUnauthorized;
3200 angular-bitcore-wallet-client-0.2.0.tgz/angular-bitcore-wallet-client.js:85675: this.rejectUnauthorized = opts.rejectUnauthorized;
3200 angular-bitcore-wallet-client-0.2.0.tgz/angular-bitcore-wallet-client.js:85099: rejectUnauthorized: this.rejectUnauthorized
3200 angular-bitcore-wallet-client-0.2.0.tgz/angular-bitcore-wallet-client.js:85026: this.rejectUnauthorized = opts.rejectUnauthorized || null;
3200 angular-bitcore-wallet-client-0.2.0.tgz/angular-bitcore-wallet-client.js:82638: poolKey += options.rejectUnauthorized
3200 angular-bitcore-wallet-client-0.2.0.tgz/angular-bitcore-wallet-client.js:82634: if (typeof options.rejectUnauthorized !== 'undefined') {
3200 angular-bitcore-wallet-client-0.2.0.tgz/angular-bitcore-wallet-client.js:82596: options.rejectUnauthorized = self.rejectUnauthorized
3200 angular-bitcore-wallet-client-0.2.0.tgz/angular-bitcore-wallet-client.js:82595: if (typeof self.rejectUnauthorized !== 'undefined') {
3200 angular-bitcore-wallet-client-0.2.0.tgz/angular-bitcore-wallet-client.js:82194: self.rejectUnauthorized = false
3200 angular-bitcore-wallet-client-0.2.0.tgz/angular-bitcore-wallet-client.js:62472: rejectUnauthorized : request.rejectUnauthorized,
3134 chef-api-0.5.4.tgz/operations.js:68: data.rejectUnauthorized = false;
3047 http2-3.3.2.tgz/test/http.js:21: rejectUnauthorized: true,
3047 http2-3.3.2.tgz/test/http.js:14: rejectUnauthorized: true,
3047 http2-3.3.2.tgz/test/http.js:121: options.rejectUnauthorized = true;
3047 http2-3.3.2.tgz/lib/http.js:1024: options.rejectUnauthorized != null ||
3047 http2-3.3.2.tgz/example/client.js:8: rejectUnauthorized: true,
3022 slumber-0.8.0.tgz/src/API.coffee:17: rejectUnauthorized: false
3022 slumber-0.8.0.tgz/lib/API.js:45: rejectUnauthorized: false
2926 smocks-3.1.3.tgz/lib/plugins/proxy-plugin.js:75: rejectUnauthorized: false,
2901 bitgo-0.11.64.tgz/src/expressApp.js:42: // Need to do this to make supertest agent pass (set rejectUnauthorized to false)
2872 najax-0.4.0.tgz/lib/najax.js:85: rejectUnauthorized: o.rejectUnauthorized
2872 najax-0.4.0.tgz/lib/najax.js:15: rejectUnauthorized: true,
2701 shout-0.53.0.tgz/src/client.js:129: rejectUnauthorized: false
2653 altair.io-0.4.15.tgz/core/lib/dojo/request/node.js:49: rejectUnauthorized: options.rejectUnauthorized === false ? false : true
2569 node-xmpp-1.0.2.tgz/test/tls-test.js:36: rejectUnauthorized: false,
2515 replay-2.0.6.tgz/test/pass_through_test.coffee:92: rejectUnauthorized: false
2515 replay-2.0.6.tgz/test/pass_through_test.coffee:126: rejectUnauthorized: false
2506 teepee-2.19.0.tgz/test/Teepee.js:256: rejectUnauthorized: undefined
2506 teepee-2.19.0.tgz/test/Teepee.js:250: describe('without a rejectUnauthorized option', function () {
2506 teepee-2.19.0.tgz/test/Teepee.js:242: rejectUnauthorized: false
2506 teepee-2.19.0.tgz/test/Teepee.js:239: new Teepee('https://localhost:1234/').request({ rejectUnauthorized: false }, cb);
2506 teepee-2.19.0.tgz/test/Teepee.js:228: rejectUnauthorized: false
2506 teepee-2.19.0.tgz/test/Teepee.js:225: new Teepee({ rejectUnauthorized: false, url: 'https://localhost:1234/' }).request(cb);
2506 teepee-2.19.0.tgz/test/Teepee.js:220: describe('with a rejectUnauthorized option', function () {
2506 teepee-2.19.0.tgz/lib/Teepee.js:49: * config.rejectUnauthorized {Boolean} (optional) Whether to consider an HTTPS request failed if the remote cert doesn't validate.
2506 teepee-2.19.0.tgz/lib/Teepee.js:383: rejectUnauthorized: rejectUnauthorized
2506 teepee-2.19.0.tgz/lib/Teepee.js:300: rejectUnauthorized = typeof options.rejectUnauthorized !== 'undefined' ? options.rejectUnauthorized : this.rejectUnauthorized,
2505 smtp-protocol-2.4.7.tgz/index.js:81: && tlsOpts.rejectUnauthorized !== false) {
2461 mail-listener2-0.1.8.tgz/test.js:9: tlsOptions: { rejectUnauthorized: false },
2409 flex-combo-0.13.2.tgz/api.js:143: rejectUnauthorized: false,
2338 neeedo-api-nodejs-client-4.0.0.tgz/client/http.js:34: httpOptions['rejectUnauthorized'] = false;
2298 quest-0.3.4.tgz/lib/quest.coffee:104: 'rejectUnauthorized', 'secureProtocol'
2271 eyes.sdk-0.0.40.tgz/src/ServerConnector.js:40: rejectUnauthorized: false,
2244 maildev-0.12.1.tgz/lib/outgoing.js:57: tls: { rejectUnauthorized: false },
2084 elasticsearch-browser-10.1.3.tgz/elasticsearch.js:63292: rejectUnauthorized: false,
2084 elasticsearch-browser-10.1.3.tgz/elasticsearch.jquery.js:62546: rejectUnauthorized: false,
2084 elasticsearch-browser-10.1.3.tgz/elasticsearch.angular.js:62540: rejectUnauthorized: false,
2052 heroku-cli-util-5.7.4.tgz/lib/command.js:25: rejectUnauthorized: !(process.env.HEROKU_SSL_VERIFY === 'disable' || host.endsWith('herokudev.com')),
2023 jitsu-0.15.0.tgz/lib/jitsu.js:276: jitsu.config.set('rejectUnauthorized', false);
2023 jitsu-0.15.0.tgz/lib/jitsu.js:275: if (typeof rejectUnauthorized === 'undefined') {
2023 jitsu-0.15.0.tgz/lib/jitsu.js:274: var rejectUnauthorized = jitsu.config.get('rejectUnauthorized');
2022 bitcore-wallet-client-1.5.0.tgz/bitcore-wallet-client.js:85808: rejectUnauthorized : request.rejectUnauthorized,
2022 bitcore-wallet-client-1.5.0.tgz/bitcore-wallet-client.js:106201: poolKey += options.rejectUnauthorized
2022 bitcore-wallet-client-1.5.0.tgz/bitcore-wallet-client.js:106197: if (typeof options.rejectUnauthorized !== 'undefined') {
2022 bitcore-wallet-client-1.5.0.tgz/bitcore-wallet-client.js:106159: options.rejectUnauthorized = self.rejectUnauthorized
2022 bitcore-wallet-client-1.5.0.tgz/bitcore-wallet-client.js:106158: if (typeof self.rejectUnauthorized !== 'undefined') {
2022 bitcore-wallet-client-1.5.0.tgz/bitcore-wallet-client.js:105757: self.rejectUnauthorized = false
2020 dry-underscore-0.16.2.tgz/lib/http.node.js:28: if(this.unsafe){ call.rejectUnauthorized = false; }
2010 super-request-1.0.0.tgz/test/request.test.js:98: .rejectUnauthorized(false)
2010 super-request-1.0.0.tgz/index.js:258: "followAllRedirects", "maxRedirects", "encoding", "pool", "timeout", "oauth", "strictSSL", "jar", "aws", "auth", "rejectUnauthorized"]
2005 whistle-0.7.1.tgz/lib/util/connect-socks.js:40: rejectUnauthorized: false,
2005 whistle-0.7.1.tgz/lib/util/connect-http.js:33: rejectUnauthorized: false,
2005 whistle-0.7.1.tgz/lib/inspectors/res.js:261: options.rejectUnauthorized = false;
2005 whistle-0.7.1.tgz/lib/https/index.js:103: rejectUnauthorized: false,
2002 bitcoin-3.0.1.tgz/lib/jsonrpc.js:46: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
1995 openclient-1.7.10.tgz/client/io.js:363: if (allowInsecureCert && ssl) options.rejectUnauthorized = false;
1995 basho-riak-client-2.1.1.tgz/lib/core/riaknode.js:61: * @param {Boolean} [options.auth.rejectUnauthorized] A boolean indicating whether a server should automatically reject clients with invalid certificates. Only applies to servers with requestCert enabled.
1995 basho-riak-client-2.1.1.tgz/lib/core/riaknode.js:603: * @param {Boolean} [auth.rejectUnauthorized] A boolean indicating whether a server should automatically reject clients with invalid certificates. Only applies to servers with requestCert enabled. * @return {RiakNode.Builder}
1995 basho-riak-client-2.1.1.tgz/lib/core/riaknode.js:472: rejectUnauthorized: Joi.boolean()
1971 ngn-0.2.131.tgz/lib/BUS.js:283: rejectUnauthorized: false,
1932 airtable-0.2.2.tgz/lib/run_action.js:21: rejectUnauthorized: base._airtable._allowUnauthorizedSsl
1931 http-sync-win-0.0.7.tgz/test.js:34: rejectUnauthorized: true
1931 http-sync-win-0.0.7.tgz/index.js:96: options.rejectUnauthorized = options.rejectUnauthorized === false ? false : true;
1927 unexpected-mitm-8.2.0.tgz/test/unexpectedMitm.js:1034: rejectUnauthorized: false,
1927 unexpected-mitm-8.2.0.tgz/test/unexpectedMitm.js:1025: rejectUnauthorized: false,
1927 unexpected-mitm-8.2.0.tgz/lib/unexpectedMitm.js:14: metadataPropertyNames = messy.HttpRequest.metadataPropertyNames.concat('rejectUnauthorized');
1916 magsearch-0.12.5.tgz/index.js:99: rejectUnauthorized: false
1916 magsearch-0.12.5.tgz/index.js:354: rejectUnauthorized: false
1916 magsearch-0.12.5.tgz/index.js:343: rejectUnauthorized: false
1916 magsearch-0.12.5.tgz/index.js:297:// rejectUnauthorized: false
1916 magsearch-0.12.5.tgz/index.js:286:// rejectUnauthorized: false
1916 magsearch-0.12.5.tgz/index.js:205: rejectUnauthorized: false
1916 magsearch-0.12.5.tgz/index.js:193: rejectUnauthorized: false
1916 magsearch-0.12.5.tgz/index.js:110: rejectUnauthorized: false
1852 deployd-0.8.8.tgz/clib/socket.io.js:3411: opts.rejectUnauthorized = this.rejectUnauthorized;
1852 deployd-0.8.8.tgz/clib/socket.io.js:2873: opts.rejectUnauthorized = this.rejectUnauthorized;
1852 deployd-0.8.8.tgz/clib/socket.io.js:2846: this.rejectUnauthorized = opts.rejectUnauthorized;
1852 deployd-0.8.8.tgz/clib/socket.io.js:2777: opts.rejectUnauthorized = this.rejectUnauthorized;
1852 deployd-0.8.8.tgz/clib/socket.io.js:2278: this.rejectUnauthorized = opts.rejectUnauthorized;
1852 deployd-0.8.8.tgz/clib/socket.io.js:1702: rejectUnauthorized: this.rejectUnauthorized
1852 deployd-0.8.8.tgz/clib/socket.io.js:1629: this.rejectUnauthorized = opts.rejectUnauthorized || null;
1828 anyproxy-3.8.1.tgz/lib/requestHandler.js:133: options.rejectUnauthorized = false;
1791 mountebank-test-1.4.954.tgz/src/models/https/httpsServer.js:24: rejectUnauthorized: false
1791 mountebank-test-1.4.954.tgz/src/models/https/httpsServer.js:18: // to false for all self-signed certs; use rejectUnauthorized: true and a ca: field set to an array
1789 suite-js-sdk-6.6.0.tgz/lib/api-request/index.js:77: rejectUnauthorized: _.isUndefined(options.rejectUnauthorized) ? this.options.rejectUnauthorized : options.rejectUnauthorized,
1789 suite-js-sdk-6.6.0.tgz/config.js:10: rejectUnauthorized: process.env.SUITE_API_REJECT_UNAUTHORIZED !== 'false',
1789 suite-js-sdk-6.6.0.tgz/api/index.spec.js:98: rejectUnauthorized: false,
1789 suite-js-sdk-6.6.0.tgz/api/index.spec.js:83: this.sandbox.stub(config.suiteApi, 'rejectUnauthorized', false);
1789 suite-js-sdk-6.6.0.tgz/api/index.spec.js:74: rejectUnauthorized: false,
1789 suite-js-sdk-6.6.0.tgz/api/index.spec.js:63: this.sandbox.stub(config.suiteApi, 'rejectUnauthorized', false);
1789 suite-js-sdk-6.6.0.tgz/api/index.spec.js:48: rejectUnauthorized: true,
1789 suite-js-sdk-6.6.0.tgz/api/index.spec.js:178: rejectUnauthorized: false,
1789 suite-js-sdk-6.6.0.tgz/api/index.spec.js:148: rejectUnauthorized: true,
1789 suite-js-sdk-6.6.0.tgz/api/index.spec.js:122: rejectUnauthorized: false,
1789 suite-js-sdk-6.6.0.tgz/api/index.spec.js:109: this.sandbox.stub(config.suiteApi, 'rejectUnauthorized', false);
1789 suite-js-sdk-6.6.0.tgz/api/index.js:57: rejectUnauthorized: config.suiteApi.rejectUnauthorized,
1759 amqp10-2.2.1.tgz/lib/policies/default_policy.js:59: rejectUnauthorized: false
1759 amqp10-2.2.1.tgz/lib/connection.js:178: this._sslOptions.rejectUnauthorized = options.sslOptions.rejectUnauthorized;
1751 mongodb-topology-manager-1.0.5.tgz/test/single_server_tests.js:184: rejectUnauthorized:false
1751 mongodb-topology-manager-1.0.5.tgz/test/replset_tests.js:163: rejectUnauthorized:false
1746 mozu-node-sdk-2.4.0.tgz/src/plugins/fiddler-proxy.js:67: rejectUnauthorized: false
1746 mozu-node-sdk-2.4.0.tgz/plugins/fiddler-proxy.js:43: rejectUnauthorized: false
1708 nsqjs-0.7.10.tgz/src/nsqdconnection.coffee:125: rejectUnauthorized: @config.tlsVerification
1708 nsqjs-0.7.10.tgz/lib/nsqdconnection.js:168: rejectUnauthorized: this.config.tlsVerification
1702 ws.js-1.0.21.tgz/lib/handlers/client/http.js:16: , rejectUnauthorized: false
1677 tj-npm-1.3.23.tgz/lib/utils/fetch.js:84: , rejectUnauthorized: npm.config.get("strict-ssl")
1673 dreamface-2.5.2.tgz/lib/BlueMixCloudFoundry.js:346: var agent = new https.Agent({ rejectUnauthorized : false });
1673 dreamface-2.5.2.tgz/lib/BlueMixCloudFoundry.js:124: var agent = new https.Agent({ rejectUnauthorized : false });
1663 c2dm-1.2.1.tgz/lib/c2dm.js:33: rejectUnauthorized: false
1663 c2dm-1.2.1.tgz/lib/c2dm.js:25: rejectUnauthorized: false
1661 mowens.com-0.0.4.tgz/lib/modules/webmention.js:374: rejectUnauthorized: false,
1661 mowens.com-0.0.4.tgz/lib/modules/webmention.js:320: rejectUnauthorized: false,
1661 mowens.com-0.0.4.tgz/lib/modules/webmention.js:145: rejectUnauthorized: false,
1661 mowens.com-0.0.4.tgz/lib/modules/oembed.js:264: rejectUnauthorized: false,
1587 homebridge-philipstv-0.3.17.tgz/index.js:101: rejectUnauthorized: false
1577 cleverstack-cli-1.2.8.tgz/lib/packages.js:84: rejectUnauthorized: false,
1570 appc-platform-sdk-1.2.5.tgz/lib/index.js:269: opts.rejectUnauthorized = false;
1570 appc-platform-sdk-1.2.5.tgz/lib/auth.js:325: opts.rejectUnauthorized = false;
1548 pipedrive-2.0.4.tgz/lib/restler.js:100: rejectUnauthorized: process.env.PIPEDRIVE_API_HOST == 'api.pipedrive.com' ? true : false
1548 pipedrive-2.0.4.tgz/lib/channel.js:28: rejectUnauthorized: false
1547 browserid-local-verify-0.1.0.tgz/tests/lib/proxy.js:61: proxyOptions.rejectUnauthorized = false;
1547 browserid-local-verify-0.1.0.tgz/lib/lookup.js:133: rejectUnauthorized: !args.insecureSSL,
1521 loganalysis-1.0.4.tgz/lib/rest_client.js:60: this.agent = new this.client.Agent({ host: 'localhost', port: 1337, ca: this.ca, rejectUnauthorized: false });
1501 inbox-1.1.59.tgz/lib/client.js:373: this._connection = tls.connect(this.port, this.host, {rejectUnauthorized: false}, this._onConnect.bind(this));
1486 unexpected-http-5.1.0.tgz/lib/unexpectedHttp.js:93: }, _.pick(subject, ['ca', 'cert', 'key', 'rejectUnauthorized']));
1443 testcafe-15.1.3.tgz/hammerhead/lib/server.js:306: ctx.originReqOptions.rejectUnauthorized = false;
1393 riakpbc-2.1.0.tgz/lib/connection.js:89: this.client = tls.connect({ socket: this.client, rejectUnauthorized: false }, function () {
1365 tennu-4.8.0.tgz/lib/client.js:106: rejectUnauthorized: false,
1358 terriajs-cesium-1.15.6.tgz/ThirdParty/dojo-release-1.9.3/dojo/request/node.js:19:var _11=_f.requestOptions={hostname:_d.hostname,port:_d.port,socketPath:_e.socketPath,method:_e.method,headers:_e.headers,agent:_e.agent,pfx:_e.pfx,key:_e.key,passphrase:_e.passphrase,cert:_e.cert,ca:_e.ca,ciphers:_e.ciphers,rejectUnauthorized:_e.rejectUnauthorized===false?false:true};
1311 excess-0.2.6.tgz/lib/server/sketchfab.js:111: , options = { host: 'sketchfab.com', path: '/oembed?url=' + url, rejectUnauthorized: true }
1304 keigai-1.3.19.tgz/lib/keigai.js:9659: options.rejectUnauthorized = false;
1304 keigai-1.3.19.tgz/lib/keigai.es6.js:9103: options.rejectUnauthorized = false;
1301 drakov-0.2.0.tgz/lib/setup.js:31: rejectUnauthorized: false
1300 avoscloud-code-0.9.2.tgz/lib/cloud_code.js:24: _ref1.rejectUnauthorized = false;
1274 simplewebrtc-2.1.0.tgz/simplewebrtc.bundle.js:16226: opts.rejectUnauthorized = this.rejectUnauthorized;
1274 simplewebrtc-2.1.0.tgz/simplewebrtc.bundle.js:16199: this.rejectUnauthorized = opts.rejectUnauthorized;
1274 simplewebrtc-2.1.0.tgz/simplewebrtc.bundle.js:16130: opts.rejectUnauthorized = this.rejectUnauthorized;
1274 simplewebrtc-2.1.0.tgz/simplewebrtc.bundle.js:15845: opts.rejectUnauthorized = this.rejectUnauthorized;
1274 simplewebrtc-2.1.0.tgz/simplewebrtc.bundle.js:14240: this.rejectUnauthorized = opts.rejectUnauthorized;
1274 simplewebrtc-2.1.0.tgz/simplewebrtc.bundle.js:12361: rejectUnauthorized: this.rejectUnauthorized
1274 simplewebrtc-2.1.0.tgz/simplewebrtc.bundle.js:12288: this.rejectUnauthorized = opts.rejectUnauthorized || null;
1272 guanlecoja-0.6.1.tgz/vendors.js:98574: poolKey += options.rejectUnauthorized
1272 guanlecoja-0.6.1.tgz/vendors.js:98572: if (typeof options.rejectUnauthorized !== 'undefined') {
1272 guanlecoja-0.6.1.tgz/vendors.js:98540: if (typeof this.rejectUnauthorized !== 'undefined') options.rejectUnauthorized = this.rejectUnauthorized
1272 guanlecoja-0.6.1.tgz/vendors.js:98484: , rejectUnauthorized: self.rejectUnauthorized
1272 guanlecoja-0.6.1.tgz/vendors.js:98210: , rejectUnauthorized: self.rejectUnauthorized
1272 guanlecoja-0.6.1.tgz/vendors.js:98194: self.rejectUnauthorized = false
1272 guanlecoja-0.6.1.tgz/vendors.js:61417: poolKey += options.rejectUnauthorized
1272 guanlecoja-0.6.1.tgz/vendors.js:61413: if (typeof options.rejectUnauthorized !== 'undefined') {
1272 guanlecoja-0.6.1.tgz/vendors.js:61383: options.rejectUnauthorized = self.rejectUnauthorized
1272 guanlecoja-0.6.1.tgz/vendors.js:61382: if (typeof self.rejectUnauthorized !== 'undefined') {
1272 guanlecoja-0.6.1.tgz/vendors.js:60994: self.rejectUnauthorized = false
1272 guanlecoja-0.6.1.tgz/vendors.js:60722: rejectUnauthorized: request.rejectUnauthorized,
1272 guanlecoja-0.6.1.tgz/vendors.js:168987: poolKey += options.rejectUnauthorized
1272 guanlecoja-0.6.1.tgz/vendors.js:168985: if (typeof options.rejectUnauthorized !== 'undefined') {
1272 guanlecoja-0.6.1.tgz/vendors.js:168953: if (typeof this.rejectUnauthorized !== 'undefined') options.rejectUnauthorized = this.rejectUnauthorized
1272 guanlecoja-0.6.1.tgz/vendors.js:168894: , rejectUnauthorized: self.rejectUnauthorized
1272 guanlecoja-0.6.1.tgz/vendors.js:168508: , rejectUnauthorized: self.rejectUnauthorized
1272 guanlecoja-0.6.1.tgz/vendors.js:168482: self.rejectUnauthorized = false
1272 guanlecoja-0.6.1.tgz/vendors.js:124881: poolKey += options.rejectUnauthorized
1272 guanlecoja-0.6.1.tgz/vendors.js:124879: if (typeof options.rejectUnauthorized !== 'undefined') {
1272 guanlecoja-0.6.1.tgz/vendors.js:124847: if (typeof this.rejectUnauthorized !== 'undefined') options.rejectUnauthorized = this.rejectUnauthorized
1272 guanlecoja-0.6.1.tgz/vendors.js:124788: , rejectUnauthorized: self.rejectUnauthorized
1272 guanlecoja-0.6.1.tgz/vendors.js:124419: , rejectUnauthorized: self.rejectUnauthorized
1272 guanlecoja-0.6.1.tgz/vendors.js:124403: self.rejectUnauthorized = false
1265 serve-here-3.0.1.tgz/res/reload.js:3514: opts.rejectUnauthorized = this.rejectUnauthorized;
1265 serve-here-3.0.1.tgz/res/reload.js:2964: opts.rejectUnauthorized = this.rejectUnauthorized;
1265 serve-here-3.0.1.tgz/res/reload.js:2937: this.rejectUnauthorized = opts.rejectUnauthorized;
1265 serve-here-3.0.1.tgz/res/reload.js:2868: opts.rejectUnauthorized = this.rejectUnauthorized;
1265 serve-here-3.0.1.tgz/res/reload.js:2363: this.rejectUnauthorized = opts.rejectUnauthorized;
1265 serve-here-3.0.1.tgz/res/reload.js:1777: rejectUnauthorized: this.rejectUnauthorized
1265 serve-here-3.0.1.tgz/res/reload.js:1704: this.rejectUnauthorized = opts.rejectUnauthorized || null;
1252 nodejitsu-api-0.6.6.tgz/lib/client/client.js:188: rejectUnauthorized: this.options.get('rejectUnauthorized')
1218 bitcore-node-1.0.1.tgz/integration/regtest-node.js:108: rejectUnauthorized: false
1218 bitcore-node-1.0.1.tgz/integration/regtest.js:88: rejectUnauthorized: false
1218 bitcore-node-1.0.1.tgz/integration/p2p.js:91: rejectUnauthorized: false
1212 socksv5-0.0.6.tgz/lib/Agents.js:366: name += options.rejectUnauthorized;
1212 socksv5-0.0.6.tgz/lib/Agents.js:365: if (options.rejectUnauthorized !== void 0)
1199 manta-2.0.5.tgz/lib/create_client.js:84: rejectUnauthorized: options.rejectUnauthorized,
1199 manta-2.0.5.tgz/lib/create_client.js:220: opts.rejectUnauthorized = false;
1199 manta-2.0.5.tgz/lib/client.js:552: rejectUnauthorized: options.rejectUnauthorized,
1199 manta-2.0.5.tgz/lib/client.js:538: rejectUnauthorized: options.rejectUnauthorized,
1199 manta-2.0.5.tgz/lib/client.js:266: rejectUnauthorized: opts.rejectUnauthorized,
1191 minigun-1.3.4.tgz/lib/commands/run.js:144: result.script.config.tls = {rejectUnauthorized: false};
1191 minigun-1.3.4.tgz/lib/commands/run.js:142: result.script.config.tls.rejectUnauthorized = false;
1191 minigun-1.3.4.tgz/lib/commands/run.js:137: if (result.script.config.tls.rejectUnauthorized) {
1191 minigun-1.3.4.tgz/lib/commands/quick.js:32: rejectUnauthorized: false
1159 apiaxle-proxy-1.12.35.tgz/apiaxle-proxy.js:415: rejectUnauthorized: req.api.data.strictSSL
1153 aws2js-0.8.3.tgz/lib/internals.js:253: options.rejectUnauthorized = false;
1147 telegram-bot-api-c-6.6.6.tgz/src/server/createHTTP.js:107: "rejectUnauthorized": false
1138 localhost.daplie.com-certificates-1.1.2.tgz/lib/index.js:31:, rejectUnauthorized: true
1138 http-request-0.7.0.tgz/lib/request.js:608: this.reqOpt.rejectUnauthorized = false;
1138 http-request-0.7.0.tgz/lib/request.js:606: this.reqOpt.rejectUnauthorized = true;
1130 webcredits-0.0.35.tgz/bin/websocket.js:134: ws = new WebSocket(wss, null, {rejectUnauthorized: false});
1125 open-xchange-shared-grunt-config-0.12.3.tgz/tasks/shared/watch.js:29: rejectUnauthorized: false
1125 open-xchange-shared-grunt-config-0.12.3.tgz/tasks/shared/repair.js:23: grunt.log.warn(grunt.log.wraptext(80, 'If you are experiencing problems regarding TLS and certificate verification connecting to your development backend, add `"rejectUnauthorized": false` in your `grunt/local.conf.json` in the `appserver` section.'));
1125 open-xchange-shared-grunt-config-0.12.3.tgz/tasks/shared/repair.js:21: if (grunt.config('local.appserver.rejectUnauthorized') === undefined || grunt.config('local.appserver.rejectUnauthorized') === true) {
1111 triton-4.4.0.tgz/lib/tritonapi.js:157: rejectUnauthorized: rejectUnauthorized,
1111 triton-4.4.0.tgz/lib/tritonapi.js:133: var rejectUnauthorized = (profile.insecure === undefined
1111 triton-4.4.0.tgz/lib/cloudapi2.js:76: * {Boolean} rejectUnauthorized
1111 triton-4.4.0.tgz/lib/cloudapi2.js:279: self.client.rejectUnauthorized)
1082 hellosign-sdk-1.1.8.tgz/lib/HelloSignResource.js:381: rejectUnauthorized: self._hellosign.isDev()? false : true,
1071 rocky-0.4.10.tgz/test/server/server.js:47: rejectUnauthorized: false
1066 grunt-tinypng-0.6.1.tgz/tasks/model/ImageProcess.js:91: urlInfo.rejectUnauthorized = false;
1066 grunt-tinypng-0.6.1.tgz/tasks/model/ImageProcess.js:13: rejectUnauthorized: false,
1053 restify-clients-1.1.2.tgz/lib/HttpClient.js:637: self.rejectUnauthorized,
1053 restify-clients-1.1.2.tgz/lib/HttpClient.js:636: rejectUnauthorized: options.rejectUnauthorized ||
1053 restify-clients-1.1.2.tgz/lib/HttpClient.js:476: rejectUnauthorized: self.rejectUnauthorized
1053 restify-clients-1.1.2.tgz/lib/HttpClient.js:455: rejectUnauthorized: self.rejectUnauthorized,
1053 restify-clients-1.1.2.tgz/lib/HttpClient.js:379: this.rejectUnauthorized = true;
1053 restify-clients-1.1.2.tgz/lib/HttpClient.js:377: this.rejectUnauthorized = options.rejectUnauthorized;
1053 restify-clients-1.1.2.tgz/lib/HttpClient.js:376: if (typeof options.rejectUnauthorized !== 'undefined') {
1043 nats-0.5.4.tgz/test/tls.js:76: rejectUnauthorized: false,
1031 http-get-0.5.10.tgz/lib/tools.js:194: opt.rejectUnauthorized = false;
1031 http-get-0.5.10.tgz/lib/tools.js:192: opt.rejectUnauthorized = true;
1025 remotebuild-2.1.0.tgz/lib/server.js:250: rejectUnauthorized: false
1018 smartdc-8.1.0.tgz/lib/cloudapi.js:226: options.rejectUnauthorized = false;
1013 spm-webpack-server-1.0.0.tgz/index.js:209: rejectUnauthorized: false
1000 hdb-0.5.3.tgz/lib/Client.js:134: ['pfx', 'key', 'cert', 'ca', 'passphrase', 'rejectUnauthorized',
980 ship-0.2.5.tgz/lib/deployers/heroku/index.js:183: rejectUnauthorized: false,
951 ibmiotf-0.2.8.tgz/src/clients/BaseClient.js:61: rejectUnauthorized : true,
949 qlik-utils-2.0.42.tgz/lib/qlik/base.js:95: rejectUnauthorized: false,
949 qlik-utils-2.0.42.tgz/lib/qlik/base.js:216: rejectUnauthorized: false,
949 qlik-utils-2.0.42.tgz/lib/qlik/advanced.js:844: rejectUnauthorized: false,
949 qlik-utils-2.0.42.tgz/lib/qlik/advanced.js:535: rejectUnauthorized: false,
949 qlik-utils-2.0.42.tgz/lib/qlik/advanced.js:372: rejectUnauthorized: false,
949 qlik-utils-2.0.42.tgz/lib/qlik/advanced.js:113: rejectUnauthorized: false
949 qlik-utils-2.0.42.tgz/lib/qlik/advanced.js:1021: rejectUnauthorized: false,
945 freedom-for-node-0.2.18.tgz/providers/core.tcpsocket.js:145: rejectUnauthorized: true,
928 letsencrypt-express-1.0.6.tgz/lib/standalone.js:180: var protocol = ('honorCipherOrder' in server || 'rejectUnauthorized' in server) ? 'https': 'http';
928 letsencrypt-express-1.0.6.tgz/lib/standalone.js:110: // pfx, key, cert, passphrase, ca, ciphers, rejectUnauthorized, secureProtocol
924 libquassel-0.9.4.tgz/lib/libquassel.js:789: rejectUnauthorized: false,
924 libquassel-0.9.4.tgz/client/libquassel.js:19746: rejectUnauthorized: options.rejectUnauthorized
924 libquassel-0.9.4.tgz/client/libquassel.js:19736: rejectUnauthorized: '0' !== process.env.NODE_TLS_REJECT_UNAUTHORIZED,
924 libquassel-0.9.4.tgz/client/libquassel.js:19583: if (!options.rejectUnauthorized || !options.servername) {
924 libquassel-0.9.4.tgz/client/libquassel.js:19041: rejectUnauthorized: false,
923 gina-0.0.9-p67.tgz/core/controller/controller.js:909: rejectUnauthorized: undefined, // ignore verification when requesting on https (443)
918 sc-ws-1.0.1.tgz/lib/WebSocket.js:655: if (options.isDefinedAndNonNull('rejectUnauthorized')) requestOptions.rejectUnauthorized = options.value.rejectUnauthorized;
918 sc-ws-1.0.1.tgz/lib/WebSocket.js:647: || options.isDefinedAndNonNull('rejectUnauthorized')) {
918 sc-ws-1.0.1.tgz/lib/WebSocket.js:562: rejectUnauthorized: null,
917 sphere-node-product-csv-sync-0.6.10.tgz/lib/run.js:370: options.client.rejectUnauthorized = false;
917 sphere-node-product-csv-sync-0.6.10.tgz/lib/run.js:299: options.client.rejectUnauthorized = false;
917 sphere-node-product-csv-sync-0.6.10.tgz/lib/run.js:204: options.rejectUnauthorized = false;
917 sphere-node-product-csv-sync-0.6.10.tgz/lib/run.js:138: options.rejectUnauthorized = false;
911 tcp-socket-0.5.8.tgz/test/integration/tcp-socket-test.js:131: rejectUnauthorized: false
911 tcp-socket-0.5.8.tgz/test/integration/chrome/server.js:39: rejectUnauthorized: false
910 probe-image-size-1.0.5.tgz/lib/index.js:6:var request = require('request').defaults({ timeout: 30000, maxRedirects: 2, rejectUnauthorized: false });
905 aws-iot-device-sdk-1.0.9.tgz/common/lib/tls-reader.js:121: options.rejectUnauthorized = true;
903 scmod-0.4.1.tgz/lib/load.js:92: rejectUnauthorized: false,
893 easyexpress-0.4.5.tgz/lib/services/PushService.js:25: //rejectUnauthorized: true,
892 gebo-server-0.0.85.tgz/test/conversations/utils.js:772: test.equal(options.rejectUnauthorized, false);
892 gebo-server-0.0.85.tgz/test/conversations/utils.js:753: test.equal(options.rejectUnauthorized, false);
892 gebo-server-0.0.85.tgz/test/conversations/utils.js:734: test.equal(options.rejectUnauthorized, false);
892 gebo-server-0.0.85.tgz/conversations/utils.js:239: rejectUnauthorized: false,
892 gebo-server-0.0.85.tgz/config/token.js:163: rejectUnauthorized: false,
891 node-ral-0.5.0.tgz/test/protocol/http_protocol_get_test.js:79: rejectUnauthorized: false,
891 node-ral-0.5.0.tgz/test/protocol/http_protocol_get_test.js:69: rejectUnauthorized: false,
891 node-ral-0.5.0.tgz/lib/ext/protocol/httpProtocolBase.js:127: opt.rejectUnauthorized = config.rejectUnauthorized;
890 arsenic-logger-0.4.14.tgz/lib/transports/PaperTrailTransport.js:140: rejectUnauthorized: false
879 web3-provider-engine-4.0.1.tgz/subproviders/rpc.js:37: rejectUnauthorized: false,
878 ibot-0.8.0.tgz/lib/ibot.js:25: connection = tls.connect(config.port, config.host, {rejectUnauthorized:false}, callback)
875 createsend-node-0.8.2.tgz/lib/interface/utils.js:38: options.rejectUnauthorized = true;
863 node-server-1.0.18.tgz/lib/Application.js:116: rejectUnauthorized: false
862 react-wildcat-1.0.0-rc8.tgz/src/staticServer.js:56: https.globalAgent.options.rejectUnauthorized = false;
862 react-wildcat-1.0.0-rc8.tgz/src/server.js:50: https.globalAgent.options.rejectUnauthorized = false;
848 secret-service-0.9.6.tgz/lib/udeploy.js:40: rejectUnauthorized: false,
848 secret-service-0.9.6.tgz/lib/udeploy.js:119: rejectUnauthorized: false,
844 flowxo-sdk-3.9.0.tgz/tasks/lib/auth.js:177: rejectUnauthorized: false
844 elasticio-sailor-nodejs-1.1.2.tgz/lib/service.js:105: rejectUnauthorized: false,
839 iwebpp.io-2.2.0.tgz/lib/iwebpp.io-v2.js:698: self.srvsslcerts.rejectUnauthorized = false;
839 iwebpp.io-2.2.0.tgz/lib/iwebpp.io-v2.js:693: ['requestCert', 'rejectUnauthorized'].forEach(function(k){
839 iwebpp.io-2.2.0.tgz/lib/iwebpp.io-v2.js:691: // check ssl auth mode like: {requestCert: xxx, rejectUnauthorized: xxx}
839 iwebpp.io-2.2.0.tgz/lib/iwebpp.io-v2.js:446: wsopt.rejectUnauthorized = true;
839 iwebpp.io-2.2.0.tgz/lib/iwebpp.io-v2.js:348: wsopt.rejectUnauthorized = true;
839 iwebpp.io-2.2.0.tgz/lib/iwebpp.io-v2.js:1117: wsopt.rejectUnauthorized = true;
839 iwebpp.io-2.2.0.tgz/lib/iwebpp.io-v2.js:1054: wsopt.rejectUnauthorized = true;
839 iwebpp.io-2.2.0.tgz/lib/iwebpp.io-v2.js:1032: wsopt.rejectUnauthorized = true;
839 iwebpp.io-2.2.0.tgz/lib/iwebpp.io.js:978: rejectUnauthorized: true,
839 iwebpp.io-2.2.0.tgz/lib/iwebpp.io.js:970: rejectUnauthorized: true,
839 iwebpp.io-2.2.0.tgz/lib/iwebpp.io.js:655: self.srvsslcerts.rejectUnauthorized = false;
839 iwebpp.io-2.2.0.tgz/lib/iwebpp.io.js:650: ['requestCert', 'rejectUnauthorized'].forEach(function(k){
839 iwebpp.io-2.2.0.tgz/lib/iwebpp.io.js:648: // check ssl auth mode like: {requestCert: xxx, rejectUnauthorized: xxx}
839 iwebpp.io-2.2.0.tgz/lib/iwebpp.io.js:406: rejectUnauthorized: true,
839 iwebpp.io-2.2.0.tgz/lib/iwebpp.io.js:326: rejectUnauthorized: true,
839 iwebpp.io-2.2.0.tgz/lib/iwebpp.io.js:1027: rejectUnauthorized: true,
835 madeye-0.5.2.tgz/src/ddpClient.coffee:8:#require('https').globalAgent.options.rejectUnauthorized = false
824 abacus-request-0.0.4.tgz/src/index.js:48: rejectUnauthorized: false,
824 abacus-request-0.0.4.tgz/lib/index.js:54: rejectUnauthorized: false,
820 easysoap-1.0.4.tgz/src/request/request.js:276: rejectUnauthorized: params.rejectUnauthorized,
798 harvey-0.5.7.tgz/lib/testStepBuilder.js:17: rejectUnauthorized: false
791 apigeetool-0.6.3.tgz/lib/defaults.js:133: ro.agentOptions.rejectUnauthorized = false;
783 npmd-resolve-7.9.1.tgz/bin.js:7362: poolKey += options.rejectUnauthorized
783 npmd-resolve-7.9.1.tgz/bin.js:7358: if (typeof options.rejectUnauthorized !== 'undefined') {
783 npmd-resolve-7.9.1.tgz/bin.js:7320: options.rejectUnauthorized = self.rejectUnauthorized
783 npmd-resolve-7.9.1.tgz/bin.js:7319: if (typeof self.rejectUnauthorized !== 'undefined') {
783 npmd-resolve-7.9.1.tgz/bin.js:6922: self.rejectUnauthorized = false
783 npmd-resolve-7.9.1.tgz/bin.js:35752: rejectUnauthorized : request.rejectUnauthorized,
778 spark-cli-1.4.2.tgz/lib/ApiClient.js:733: rejectUnauthorized: rejectUnauthorized
778 spark-cli-1.4.2.tgz/lib/ApiClient.js:714: createWebhook: function (event, url, coreID, requestType, headers, json, query, auth, mydevices, rejectUnauthorized) {
773 homebridge-fhem-0.0.11.tgz/index.js:305: request = request.defaults( { 'auth': auth, 'rejectUnauthorized': false } );
765 zetta-1.0.0-beta.6.tgz/test/test_zetta.js:80: rejectUnauthorized: false
765 zetta-1.0.0-beta.6.tgz/test/test_peer_websocket.js:42: var ws = new Websocket(address, { rejectUnauthorized: false});
763 appbase-js-0.10.4.tgz/browser/appbase.js:8397: opts.rejectUnauthorized = this.options.rejectUnauthorized;
762 jsreport-express-0.3.0.tgz/lib/reporter.express.js:87: rejectUnauthorized: false // support invalid certificates
762 jsreport-express-0.3.0.tgz/lib/reporter.express.js:100: rejectUnauthorized: false // support invalid certificates
761 fh-cachekey-client-0.2.0.tgz/lib/http.js:81: request.post({ rejectUnauthorized : rejectUnauthorized, url: cfg.url + '/box/srv/1.1/dat/log/update', json: payload}, cb);
761 fh-cachekey-client-0.2.0.tgz/lib/http.js:64: request.post({ rejectUnauthorized : rejectUnauthorized, url: cfg.url + '/box/srv/1.1/dat/log/append', json: payload}, cb);
761 fh-cachekey-client-0.2.0.tgz/lib/http.js:51: request.post({ rejectUnauthorized : rejectUnauthorized, url: cfg.url + '/box/srv/1.1/dat/log/create', json: payload}, cb);
761 fh-cachekey-client-0.2.0.tgz/lib/http.js:43: request.get({ rejectUnauthorized : rejectUnauthorized, url : cfg.url + '/box/srv/1.1/dat/log/read?cacheKeys='+ JSON.stringify(cacheKeys) },cb);
761 fh-cachekey-client-0.2.0.tgz/lib/http.js:35: request.post({ rejectUnauthorized : rejectUnauthorized, url: url, json: {"guid": guid , "fields":{}}, headers: headers}, function (err, res, body) {
761 fh-cachekey-client-0.2.0.tgz/lib/http.js:12: rejectUnauthorized = (typeof config.rejectUnauthorized !== 'undefined') ? config.rejectUnauthorized : true;
754 sphere-stock-import-0.7.5.tgz/lib/run.js:139: options.rejectUnauthorized = false;
748 grunt-awsebtdeploy-0.2.0.tgz/tasks/awsebtdeploy.js:379: checkHealthPageRequest.rejectUnauthorized = false;
747 github4-0.5.1.tgz/index.js:647: options.rejectUnauthorized = this.config.rejectUnauthorized;
747 github4-0.5.1.tgz/index.js:646: if (this.config.rejectUnauthorized !== undefined)
744 cloudron-0.4.3.tgz/actions.js:845: rejectUnauthorized: false
744 cloudron-0.4.3.tgz/actions.js:644: { rejectUnauthorized: false }); // not sure why this is needed
740 node-xmpp-tls-connect-1.0.1.tgz/starttls.js:330: if (options.rejectUnauthorized) {
740 node-xmpp-tls-connect-1.0.1.tgz/starttls.js:255: rejectUnauthorized: !!options.rejectUnauthorized,
740 node-xmpp-tls-connect-1.0.1.tgz/starttls.js:222: rejectUnauthorized: '0' !== process.env.NODE_TLS_REJECT_UNAUTHORIZED,
740 node-xmpp-tls-connect-1.0.1.tgz/starttls.js:202: !!options.rejectUnauthorized,
735 nuclide-0.114.0.tgz/pkg/nuclide/server/scripts/mock/nuclide-main.js:40: rejectUnauthorized: true
735 nuclide-0.114.0.tgz/pkg/nuclide/server/lib/NuclideServer.js:75: rejectUnauthorized: true
720 catbox-data-cache-0.12.2.tgz/lib/wxs.js:55: rejectUnauthorized : false,
720 catbox-data-cache-0.12.2.tgz/lib/wxs.js:170: rejectUnauthorized : false,
720 catbox-data-cache-0.12.2.tgz/lib/wxs.js:139: rejectUnauthorized : false,
720 catbox-data-cache-0.12.2.tgz/lib/wxs.js:107: rejectUnauthorized : false,
715 kinesis-1.2.2.tgz/index.js:316: httpOptions.rejectUnauthorized = false
715 hudson-taylor-6.1.1.tgz/test/transports/http.js:205: rejectUnauthorized: false
710 api-javascript-0.5.34.tgz/src/imp/platform/node/transport_node.js:27: thriftOptions.nodeOptions.rejectUnauthorized = false;
705 taco-cli-1.2.0.tgz/test/utils/serverMock.js:18: rejectUnauthorized: false
705 taco-cli-1.2.0.tgz/cli/remoteBuild/connectionSecurityHelper.js:68: rejectUnauthorized: true
704 wpt-0.5.6.tgz/lib/getFile.js:10: reqOpts.rejectUnauthorized = false;
702 hnw-0.0.66.tgz/launcher_modules/request/request.js:839: poolKey += options.rejectUnauthorized
702 hnw-0.0.66.tgz/launcher_modules/request/request.js:835: if (typeof options.rejectUnauthorized !== 'undefined') {
702 hnw-0.0.66.tgz/launcher_modules/request/request.js:805: options.rejectUnauthorized = self.rejectUnauthorized
702 hnw-0.0.66.tgz/launcher_modules/request/request.js:804: if (typeof self.rejectUnauthorized !== 'undefined') {
702 hnw-0.0.66.tgz/launcher_modules/request/request.js:416: self.rejectUnauthorized = false
702 hnw-0.0.66.tgz/launcher_modules/request/request.js:144: rejectUnauthorized: request.rejectUnauthorized,
698 ldclient-node-1.5.0.tgz/eventsource.js:90: options.rejectUnauthorized = !(eventSourceInitDict && eventSourceInitDict.rejectUnauthorized == false);
689 homebridge-winpc-0.3.11.tgz/index.js:102: rejectUnauthorized: false,
687 npm2nix-5.12.1-beta.0.tgz/lib/package-fetcher.js:321: options["rejectUnauthorized"] = false;
687 npm2nix-5.12.1-beta.0.tgz/lib/package-fetcher.js:242: options["rejectUnauthorized"] = false;
686 escher-suiteapi-js-3.0.0.tgz/requestOption.js:7: this.rejectUnauthorized = options.rejectUnauthorized !== false;
686 escher-suiteapi-js-3.0.0.tgz/requestOption.js:70: options.rejectUnauthorized = rejectUnauthorized;
686 escher-suiteapi-js-3.0.0.tgz/requestOption.js:63:var CreateSuiteRequestOption = function(prefix, environment, rejectUnauthorized) {
686 escher-suiteapi-js-3.0.0.tgz/requestOption.js:60: return CreateSuiteRequestOption(prefix, environment, rejectUnauthorized);
686 escher-suiteapi-js-3.0.0.tgz/requestOption.js:59:SuiteRequestOption.create = function(environment, prefix, rejectUnauthorized) {
686 escher-suiteapi-js-3.0.0.tgz/requestOption.js:56: return CreateSuiteRequestOption('/api/services', environment, rejectUnauthorized);
686 escher-suiteapi-js-3.0.0.tgz/requestOption.js:55:SuiteRequestOption.createForServiceApi = function(environment, rejectUnauthorized) {
686 escher-suiteapi-js-3.0.0.tgz/requestOption.js:52: return CreateSuiteRequestOption('/api/v2/internal', environment, rejectUnauthorized);
686 escher-suiteapi-js-3.0.0.tgz/requestOption.js:51:SuiteRequestOption.createForInternalApi = function(environment, rejectUnauthorized) {
686 escher-suiteapi-js-3.0.0.tgz/requestOption.js:44: if (!this.rejectUnauthorized) hash.rejectUnauthorized = false;
686 escher-suiteapi-js-3.0.0.tgz/requestOption.js:20: this.rejectUnauthorized = rejectUnauthorized;
686 escher-suiteapi-js-3.0.0.tgz/requestOption.js:17: setToSecure: function(port, rejectUnauthorized) {
683 guvnor-3.5.17.tgz/lib/remote/RemoteDaemon.js:81: rejectUnauthorized: false
676 ampm-1.6.13.tgz/samples/web/libs/socket.io.js:4001: opts.rejectUnauthorized = this.rejectUnauthorized;
676 ampm-1.6.13.tgz/samples/web/libs/socket.io.js:3435: opts.rejectUnauthorized = this.rejectUnauthorized;
676 ampm-1.6.13.tgz/samples/web/libs/socket.io.js:3405: this.rejectUnauthorized = opts.rejectUnauthorized;
676 ampm-1.6.13.tgz/samples/web/libs/socket.io.js:3333: opts.rejectUnauthorized = this.rejectUnauthorized;
676 ampm-1.6.13.tgz/samples/web/libs/socket.io.js:2836: this.rejectUnauthorized = opts.rejectUnauthorized;
676 ampm-1.6.13.tgz/samples/web/libs/socket.io.js:2246: rejectUnauthorized: this.rejectUnauthorized,
676 ampm-1.6.13.tgz/samples/web/libs/socket.io.js:2165: this.rejectUnauthorized = opts.rejectUnauthorized === undefined ? null : opts.rejectUnauthorized;
670 jexia-sdk-js-1.1.7.tgz/lib/Dataset.js:260: rejectUnauthorized: false,
670 jexia-sdk-js-1.1.7.tgz/lib/browser/index.js:83: rejectUnauthorized: false,
670 jexia-sdk-js-1.1.7.tgz/lib/browser/index.js:496: rejectUnauthorized: false,
670 jexia-sdk-js-1.1.7.tgz/lib/browser/index.js:164: rejectUnauthorized: false,
670 jexia-sdk-js-1.1.7.tgz/lib/Auth.js:82: rejectUnauthorized: false,
670 jexia-sdk-js-1.1.7.tgz/lib/Auth.js:163: rejectUnauthorized: false,
668 sessioncache-express-0.0.2.tgz/lib/wxs.js:97: rejectUnauthorized : false,
668 sessioncache-express-0.0.2.tgz/lib/wxs.js:60: rejectUnauthorized : false,
668 sessioncache-express-0.0.2.tgz/lib/wxs.js:140: rejectUnauthorized : false,
668 appc-pubsub-0.0.34.tgz/lib/index.js:393: rejectUnauthorized: this.url.indexOf('360-local') < 0
662 vizsla-1.0.0.tgz/t/vizsla/vizsla.t.js:355: rejectUnauthorized: true
661 mongodb-tools-1.0.6.tgz/lib/tools/server_manager.js:438: opt.rejectUnauthorized = serverOptions.rejectUnauthorized;
661 mongodb-tools-1.0.6.tgz/lib/tools/server_manager.js:437: if (keys.indexOf('rejectUnauthorized') !== -1) {
661 mongodb-tools-1.0.6.tgz/lib/tools/server_manager.js:197: opt.rejectUnauthorized = serverOptions.rejectUnauthorized;
661 mongodb-tools-1.0.6.tgz/lib/tools/server_manager.js:196: if (keys.indexOf('rejectUnauthorized') !== -1) {
661 mongodb-tools-1.0.6.tgz/lib/tools/replset_manager.js:330: opts.rejectUnauthorized = replsetOptions.rejectUnauthorized;
661 mongodb-tools-1.0.6.tgz/lib/tools/replset_manager.js:329: if (keys.indexOf('rejectUnauthorized') !== -1) {
661 mongodb-tools-1.0.6.tgz/lib/tools/replset_manager.js:208: opts.rejectUnauthorized = replsetOptions.rejectUnauthorized;
661 mongodb-tools-1.0.6.tgz/lib/tools/replset_manager.js:207: if (keys.indexOf('rejectUnauthorized') !== -1) {
657 httpsys-0.3.2.tgz/test/501_https_mutual.js:92: rejectUnauthorized: true,
657 httpsys-0.3.2.tgz/test/201_ws.js:70: rejectUnauthorized: true,
657 httpsys-0.3.2.tgz/test/102_hello.js:79: rejectUnauthorized: true,
656 baboon-0.4.26.tgz/lib/mail.js:55: options.tls = {rejectUnauthorized: false};
655 preacher-api-0.1.7.tgz/lib/client/client.js:123: rejectUnauthorized: this.options.get('rejectUnauthorized')
649 node-jet-1.0.6.tgz/test/daemon-test.js:243: rejectUnauthorized: false
649 node-jet-1.0.6.tgz/test/daemon-test.js:230: rejectUnauthorized: false
649 node-jet-1.0.6.tgz/lib/jet/peer.js:41: * @param {Boolean} [config.rejectUnauthorized=false] Allow self signed server certificates when using
643 yahoo-arrow-0.6.16.tgz/lib/controller/webservice-controller.js:55: rejectUnauthorized: false
643 npm_lazy-1.8.0.tgz/test/api.test.js:93: rejectUnauthorized: true
643 npm_lazy-1.8.0.tgz/test/api.test.js:84: rejectUnauthorized: false
643 npm_lazy-1.8.0.tgz/server.js:61: rejectUnauthorized: config.rejectUnauthorized
643 npm_lazy-1.8.0.tgz/server.js:53: rejectUnauthorized: config.rejectUnauthorized,
643 npm_lazy-1.8.0.tgz/lib/resource.js:68: rejectUnauthorized = opts.rejectUnauthorized;
643 npm_lazy-1.8.0.tgz/lib/resource.js:67: if (typeof opts.rejectUnauthorized !== 'undefined') {
643 npm_lazy-1.8.0.tgz/lib/resource.js:376: if (!rejectUnauthorized && isHttps) {
643 npm_lazy-1.8.0.tgz/lib/resource.js:17: rejectUnauthorized = true,
643 npm_lazy-1.8.0.tgz/lib/package.js:51: opts.rejectUnauthorized = false;
643 npm_lazy-1.8.0.tgz/lib/package.js:50: if (!rejectUnauthorized && parsed.protocol == 'https:') {
643 npm_lazy-1.8.0.tgz/lib/package.js:28: rejectUnauthorized = opts.rejectUnauthorized;
643 npm_lazy-1.8.0.tgz/lib/package.js:27: if (typeof opts.rejectUnauthorized !== 'undefined') {
643 npm_lazy-1.8.0.tgz/lib/package.js:14: rejectUnauthorized = true,
643 npm_lazy-1.8.0.tgz/config.js:46: rejectUnauthorized: true,
642 mojio-js-3.5.2.tgz/src/titanium/HttpTitaniumWrapper.coffee:8:# #params.rejectUnauthorized = false
642 mojio-js-3.5.2.tgz/src/nodejs/HttpNodeWrapper.coffee:8:# #params.rejectUnauthorized = false
639 sockbot-2.11.10.tgz/lib/browser.js:16: rejectUnauthorized: false,
633 rdf-shell-0.1.34.tgz/bin/util.js:80: rejectUnauthorized: false,
633 rdf-shell-0.1.34.tgz/bin/util.js:265: rejectUnauthorized: false,
633 rdf-shell-0.1.34.tgz/bin/util.js:220: rejectUnauthorized: false,
633 rdf-shell-0.1.34.tgz/bin/util.js:174: rejectUnauthorized: false,
633 rdf-shell-0.1.34.tgz/bin/util.js:127: rejectUnauthorized: false,
630 formide-cli-1.0.12.tgz/lib/functions/project.js:272: rejectUnauthorized: false,
628 amq-0.4.8.tgz/lib/Connection.js:298:Connection.prototype._sockFields = [ 'socket' , 'pfx' , 'key' , 'passphrase' , 'NPNProtocols' , 'servername' , 'secureProtocol' , 'cert' , 'key' , 'ca' , 'rejectUnauthorized' , 'localAddress' , 'path' , 'allowHalfOpen' ]
626 grunt-http-upload-0.1.8.tgz/tasks/http_upload.js:57: rejectUnauthorized: options.rejectUnauthorized,
626 grunt-http-upload-0.1.8.tgz/tasks/http_upload.js:23: rejectUnauthorized: true,
623 amoeba-0.3.0.tgz/lib/httpClient.js:71: rejectUnauthorized: config.secureSsl
620 socksjs-0.5.0.tgz/socks.js:272: rejectUnauthorized: this.remote_options.rejectUnauthorized,
620 socksjs-0.5.0.tgz/socks.js:15: rejectUnauthorized: false
597 st2client-0.4.4.tgz/lib/request.js:47: if (params.rejectUnauthorized === false) {
597 st2client-0.4.4.tgz/lib/mixins/streamable.js:40: rejectUnauthorized: this.rejectUnauthorized
597 st2client-0.4.4.tgz/lib/endpoint.js:30: rejectUnauthorized: !!this.rejectUnauthorized,
597 st2client-0.4.4.tgz/integration/config.js:6: rejectUnauthorized: false,
597 st2client-0.4.4.tgz/index.js:91: value: opts.rejectUnauthorized
597 st2client-0.4.4.tgz/index.js:90: rejectUnauthorized: {
592 enebular-agent-0.0.2.tgz/app.js:33: rejectUnauthorized: false
581 homebridge-http-0.0.8.tgz/index.js:40: rejectUnauthorized: false,
581 coffea-0.4.23.tgz/index.js:291: rejectUnauthorized: !info.ssl_allow_invalid
581 coffea-0.4.23.tgz/index.js:267: rejectUnauthorized: !network.ssl_allow_invalid
578 auth-net-request-2.2.4.tgz/lib/index.js:86: rejectUnauthorized: options.rejectUnauthorized || false,
573 npm-proxy-cache-0.4.1.tgz/lib/proxy.js:87: rejectUnauthorized: false
566 wcag-0.2.2.tgz/lib/checkURI.js:7: opts.rejectUnauthorized = false;
561 heroku-run-2.9.2.tgz/commands/run.js:129: rejectUnauthorized: heroku.options.rejectUnauthorized,
561 heroku-run-2.9.2.tgz/commands/run.js:103: let c = tls.connect(uri.port, uri.hostname, {rejectUnauthorized: opts.rejectUnauthorized});
559 ubk-1.2.1.tgz/server/index.js:52: rejectUnauthorized : true,
555 marklogic-1.0.4.tgz/lib/marklogic.js:615: 'rejectUnauthorized', 'secureProtocol'].
555 marklogic-1.0.4.tgz/etc/test-config-qa-ssl.js:84: rejectUnauthorized: false,
555 marklogic-1.0.4.tgz/etc/test-config-qa-ssl.js:38:// For SSL without client cert, use rejectUnauthorized: false
555 marklogic-1.0.4.tgz/etc/test-config-qa.js:84: rejectUnauthorized: false,
555 marklogic-1.0.4.tgz/etc/test-config-qa.js:38:// For SSL without client cert, use rejectUnauthorized: false
555 marklogic-1.0.4.tgz/etc/test-config.js:85: rejectUnauthorized: false,
555 marklogic-1.0.4.tgz/etc/test-config.js:38:// For SSL without client cert, use rejectUnauthorized: false
555 adafruit-io-4.2.5.tgz/tunnel/lib/tunnel.js:8: options.rejectUnauthorized = true;
553 authom-0.4.36.tgz/lib/services/oauth2.js:49: request.rejectUnauthorized = this.rejectUnauthorizedRequests;
553 authom-0.4.36.tgz/lib/services/oauth2.js:10: this.rejectUnauthorizedRequests = !(options && options.rejectUnauthorized == false);
548 homebridge-punt-0.2.0.tgz/lib/gateway.js:107: this.request = request.defaults({ "auth": auth, "rejectUnauthorized": false });
532 spidex-2.1.1.tgz/lib/spidex.js:153: rejectUnauthorized : false
532 reso-api-server-0.1.44.tgz/index.js:37: rejectUnauthorized: false,
532 reso-api-server-0.1.44.tgz/index.js:251: rejectUnauthorized: false,
532 reso-api-server-0.1.44.tgz/index.js:113: rejectUnauthorized: false,
526 pact-node-1.3.6.tgz/src/server.js:73: options.rejectUnauthorized = false;
526 pact-node-1.3.6.tgz/src/server.js:188: options.rejectUnauthorized = false;
526 bagofrequest-0.1.2.tgz/lib/bagofrequest.js:35: rejectUnauthorized: false,
525 graphdat-relay-0.1.24.tgz/lib/relay.js:34: rejectUnauthorized : true
525 graphdat-relay-0.1.24.tgz/lib/relay.js:1721: rejectUnauthorized : _conf.rejectUnauthorized,
524 service-checker-0.9.3.tgz/src/lib/plugins/http.coffee:43: 'rejectUnauthorized'
524 service-checker-0.9.3.tgz/src/lib/plugins/http.coffee:30: rejectUnauthorized: true
524 service-checker-0.9.3.tgz/main/lib/plugins/http.js:44: return handler.request(_.pick(options, 'host', 'port', 'method', 'path', 'strictSSL', 'rejectUnauthorized', 'ca'));
524 service-checker-0.9.3.tgz/main/lib/plugins/http.js:38: rejectUnauthorized: true,
521 passport-imf-token-validation-1.0.4.tgz/lib/util/key-reader.js:47: request(requestUrl, {rejectUnauthorized: false,requestCert: true},function (error, response, body) {
520 docker-registry-client-3.1.2.tgz/lib/registry-client-v2.js:944: rejectUnauthorized: !this.insecure,
520 docker-registry-client-3.1.2.tgz/lib/registry-client-v2.js:662: rejectUnauthorized: rejectUnauthorized,
520 docker-registry-client-3.1.2.tgz/lib/registry-client-v2.js:655: rejectUnauthorized = opts.rejectUnauthorized;
520 docker-registry-client-3.1.2.tgz/lib/registry-client-v2.js:654: } else if (opts.rejectUnauthorized !== undefined) {
520 docker-registry-client-3.1.2.tgz/lib/registry-client-v2.js:653: rejectUnauthorized = !opts.insecure;
520 docker-registry-client-3.1.2.tgz/lib/registry-client-v2.js:651: 'cannot set both opts.insecure and opts.rejectUnauthorized');
520 docker-registry-client-3.1.2.tgz/lib/registry-client-v2.js:649: if (opts.insecure !== undefined && opts.rejectUnauthorized !== undefined) {
520 docker-registry-client-3.1.2.tgz/lib/registry-client-v2.js:648: var rejectUnauthorized;
520 docker-registry-client-3.1.2.tgz/lib/registry-client-v2.js:644: * options where `insecure` -> `rejectUnauthorized` translation has
520 docker-registry-client-3.1.2.tgz/lib/registry-client-v2.js:643: * We allow either opts.rejectUnauthorized (for passed in http client
520 docker-registry-client-3.1.2.tgz/lib/registry-client-v2.js:607: assert.optionalBool(opts.rejectUnauthorized, 'opts.rejectUnauthorized');
520 docker-registry-client-3.1.2.tgz/lib/registry-client-v2.js:205: rejectUnauthorized: !opts.insecure,
520 docker-registry-client-3.1.2.tgz/lib/registry-client-v1.js:84: rejectUnauthorized: !opts.insecure
520 docker-registry-client-3.1.2.tgz/lib/registry-client-v1.js:329: rejectUnauthorized: !this.insecure,
520 docker-registry-client-3.1.2.tgz/lib/registry-client-v1.js:144: rejectUnauthorized: !opts.insecure
518 branson-0.3.8.tgz/client.js:13: rejectUnauthorized: false,
517 self-signed-https-1.0.5.tgz/self-signed-https.js:16: rejectUnauthorized: false
516 macstack-0.0.21.tgz/config/express.js:111: rejectUnauthorized: false
514 hbase-0.2.2.tgz/lib/connection.js:34: rejectUnauthorized: false
509 mail-notifier-0.2.5.tgz/sample/toggled-mail-notifier.js:21: tlsOptions: { rejectUnauthorized: false }
509 mail-notifier-0.2.5.tgz/sample/simple-mail-notifier.js:9: tlsOptions: { rejectUnauthorized: false }
506 ocsp-1.0.2.tgz/test/cache-test.js:68: rejectUnauthorized: !/^v0.12/.test(process.version),
506 mqlight-dev-1.0.2016010409.tgz/mqlight.js:1681: rejectUnauthorized: false,
505 osmosis-0.1.1.tgz/index.js:116: rejectUnauthorized: false,
505 leanengine-0.3.0.tgz/lib/leanengine.js:31: https.globalAgent.options.rejectUnauthorized = false;
501 life_star-0.8.5.tgz/life_star.js:114: rejectUnauthorized: config.enableSSLClientAuth
496 joola-0.8.18.tgz/lib/webserver/index.js:420: secureOptions.rejectUnauthorized = false;
494 zipabox-0.0.37.tgz/lib/zipabox.js:827: "rejectUnauthorized": false,
493 hubot-stackstorm-0.3.3.tgz/scripts/stackstorm.js:108: rejectUnauthorized: false
482 rhapsody-0.5.2.tgz/test/httpsTest.js:35: request({url: 'https://localhost:4243/', rejectUnauthorized : false}, function(err, secondRes, body) {
482 changes-stream-1.1.0.tgz/index.js:49: this.rejectUnauthorized = options.strictSSL || options.rejectUnauthorized || true;
482 changes-stream-1.1.0.tgz/index.js:113: opts.rejectUnauthorized = this.rejectUnauthorized;
481 yoke-cli-1.0.5.tgz/commands/serve.js:305: rejectUnauthorized: false
480 reqrest-2.34.1.tgz/request.js:622: poolKey += options.rejectUnauthorized
480 reqrest-2.34.1.tgz/request.js:620: if (typeof options.rejectUnauthorized !== 'undefined') {
480 reqrest-2.34.1.tgz/request.js:588: if (typeof this.rejectUnauthorized !== 'undefined') options.rejectUnauthorized = this.rejectUnauthorized
480 reqrest-2.34.1.tgz/request.js:529: , rejectUnauthorized: self.rejectUnauthorized
480 reqrest-2.34.1.tgz/request.js:157: , rejectUnauthorized: self.rejectUnauthorized
480 reqrest-2.34.1.tgz/request.js:141: self.rejectUnauthorized = false
478 abacus-dbclient-0.0.4.tgz/src/index.js:104: rejectUnauthorized: false
478 abacus-dbclient-0.0.4.tgz/lib/index.js:105: rejectUnauthorized: false
471 poplib-0.1.7.tgz/main.js:284: rejectUnauthorized: !self.data.ignoretlserrs
469 couch-db-1.1.3.tgz/lib/base.js:62: opt.rejectUnauthorized = opt.strictSSL;
467 socketvat-0.0.27.tgz/test/test-socketvat.js:434: ,client:[port,{key:key,cert:cert, rejectUnauthorized: false}]}
467 socketvat-0.0.27.tgz/test/test-socketvat.js:433: , {server:[port,{key:key,cert:cert, rejectUnauthorized: false}]
467 socketvat-0.0.27.tgz/test/test-socketvat.js:355: , rejectUnauthorized: false
467 socketvat-0.0.27.tgz/socketvat.js:44: case 'rejectUnauthorized' :
467 socketvat-0.0.27.tgz/socketvat.js:119: case 'rejectUnauthorized':
467 hipache-0.3.1.tgz/xxx.moveaway/ws.js:71: rejectUnauthorized: false/*,
467 hipache-0.3.1.tgz/lib/proxy/http.js:34: outgoing.rejectUnauthorized = (typeof options.secure === "undefined") ? true : options.secure;
467 hipache-0.3.1.tgz/lib/proxy/http.js:161:// outgoing.rejectUnauthorized = (typeof options.secure === "undefined") ? true : options.secure;
462 icy-2.1.0.tgz/test/client.js:82: rejectUnauthorized: false, //Self signed certificate
460 loopback-connector-es-1.0.3.tgz/lib/esConnector.js:76: rejectUnauthorized: this.settings.ssl.rejectUnauthorized || true
451 amqp-node4-0.2.4-0.tgz/lib/connection.js:711: this.sslConnectionOptions.rejectUnauthorized = this.options.ssl.rejectUnauthorized;
451 amqp-node4-0.2.4-0.tgz/lib/connection.js:41: rejectUnauthorized: true
448 jsonrpc-node-1.2.92.tgz/src/http_client.coffee:38: options.rejectUnauthorized = false
446 mqttr-1.1.4.tgz/bin/sub.js:72: args.rejectUnauthorized = false;
446 mqttr-1.1.4.tgz/bin/pub.js:97: args.rejectUnauthorized = false;
446 lycamplus-0.2.2.tgz/lib/base.js:134: options.rejectUnauthorized = config.rejectUnauthorized;
446 lycamplus-0.2.2.tgz/lib/base.js:133: if (typeof (config.rejectUnauthorized) !== 'undefined') {
443 qsocks-2.1.10.tgz/qsocks.js:37: cfg.rejectUnauthorized = config.rejectUnauthorized;
443 qsocks-2.1.10.tgz/qsocks.bundle.js:38: cfg.rejectUnauthorized = config.rejectUnauthorized;
443 qsocks-2.1.10.tgz/examples/Global/connect-node-authenticate.js:8: rejectUnauthorized: false,
443 qsocks-2.1.10.tgz/examples/Global/connect-node-authenticate.js:44: rejectUnauthorized: false,
441 catberry-uhr-4.2.3.tgz/lib/UHR.js:102: rejectUnauthorized: ('unsafeHTTPS' in parameters) ?
441 bodhi-cli-0.9.24.tgz/lib/helpers.js:794: request({ url: archiveUrl, rejectUnauthorized: false, encoding: null, proxy: proxy }, function(err, res, body) {
435 iotkit-agent-1.8.2.tgz/api/mqtt/connector.js:64: me.credential.rejectUnauthorized = true;
435 iotkit-agent-1.8.2.tgz/api/mqtt/connector.js:40: me.crd.rejectUnauthorized = true;
433 normalize-proxy-1.0.4.tgz/app/server.js:8:keys.rejectUnauthorized = false
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:93: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:67: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:668: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:641: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:621: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:601: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:572: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:543: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:518: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:495: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:473: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:449: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:427: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:406: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:382: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:345: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:312: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:277: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:252: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:225: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:201: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:172: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:142: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/spec/jira.spec.coffee:120: rejectUnauthorized: true
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:954: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:894: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:840: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:792: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:755: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:716: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:652: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:596: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:543: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:488: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:441: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:399: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:350: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:303: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:255: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:209: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:2042: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:1951: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:1902: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:1866: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:1830: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:1779: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:1728: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:1672: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:1598: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:1558: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:1508: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:1467: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:1390: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:1342: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:1289: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:1228: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:1190: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:1147: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:1076: rejectUnauthorized: this.strictSSL,
426 jira-greenqloud-0.9.3.tgz/lib/jira.js:1017: rejectUnauthorized: this.strictSSL,
425 fling-0.6.0.tgz/lib/transport.sender.http.js:51: rejectUnauthorized: false,
423 resolver-0.1.12.tgz/lib/resolver.js:36: urlOptions.rejectUnauthorized = false;
412 kappa-1.0.0-rc.11.tgz/lib/delegate/proxy.js:52: options.rejectUnauthorized = false;
411 zetta-rpc-0.2.15.tgz/zetta-rpc.js:755: if(self.rejectUnauthorized && !stream.authorized)
411 zetta-rpc-0.2.15.tgz/zetta-rpc.js:72: if(iface.rejectUnauthorized && !tlsStream.authorized)
411 zetta-rpc-0.2.15.tgz/zetta-rpc.js:704: if(self.rejectUnauthorized && !tlsStream.authorized)
411 zetta-rpc-0.2.15.tgz/zetta-rpc.js:698: tlsOptions.rejectUnauthorized = options.rejectUnauthorized || false;
411 zetta-rpc-0.2.15.tgz/zetta-rpc.js:171: self.rejectUnauthorized = options.rejectUnauthorized || false;
408 mumble-0.3.8.tgz/index.js:40: options.rejectUnauthorized = false;
408 mumble-0.3.8.tgz/index.js:39: if( !options.rejectUnauthorized ) {
408 mumble-0.3.8.tgz/index.js:34: // If the options.rejectUnauthorized isn't defined default it to false.
408 common-node-0.10.20.tgz/lib/httpclient.js:203: options.rejectUnauthorized = this._opts.rejectUnauthorized;
408 common-node-0.10.20.tgz/lib/httpclient.js:202: if (this._opts.hasOwnProperty('rejectUnauthorized')) {
403 latte_lib-0.0.30.tgz/lib/old/xhr.js:50: rejectUnauthorized: this.rejectUnauthorized
403 latte_lib-0.0.30.tgz/lib/old/xhr.js:31: this.rejectUnauthorized = opts.rejectUnauthorized;
403 jhttp-client-0.1.8.tgz/index.js:61: rejectUnauthorized: false
401 jira-client-1.3.0.tgz/lib/jira.js:122: rejectUnauthorized: this.strictSSL,
399 pg-core-0.1.15.tgz/lib/connection.js:87: rejectUnauthorized: self.ssl.rejectUnauthorized,
396 vs-mda-remote-0.2.13.tgz/lib/server.js:159: rejectUnauthorized: false
393 user-api-client-0.3.4.tgz/lib/httpClient.js:20: rejectUnauthorized: config.secureSsl
389 node-json-rpc-0.0.1.tgz/lib/rpcserver.js:281: opts.rejectUnauthorized = conf.ssl.strict || true;
389 node-json-rpc-0.0.1.tgz/lib/rpcserver.js:276: opts.rejectUnauthorized = conf.ssl.strict || true;
389 node-json-rpc-0.0.1.tgz/lib/rpcclient.js:117: options.rejectUnauthorized = conf.ssl.strict || true;
389 node-json-rpc-0.0.1.tgz/lib/rpcclient.js:107: options.rejectUnauthorized = conf.ssl.strict || true;
389 maaperture-1.1.0.tgz/maap_server/index.js:256: rejectUnauthorized: false
387 granite-0.14.0.tgz/library/nucleus/scaled.coffee:130: merged.target.rejectUnauthorized = false
386 light-http-1.3.7.tgz/index.js:37: this.httpsAgent = new https.Agent({"rejectUnauthorized": false});
386 light-http-1.3.7.tgz/index.js:32: this.httpsAgent = new https.Agent({"rejectUnauthorized": true});
386 contentstack-framework-0.1.18.tgz/lib/utils/config/lib/config.js:22: //On Node.js, TLS and HTTPS will validate certificates before accepting them. Therefore, to use self-signed certificates with Node, you will need to set the rejectUnauthorized option when performing requests to false, or use:
386 any2api-generator-soap-0.2.3.tgz/tpl/impl/test/mintest.js:28: rejectUnauthorized: false,
384 zrecore-1.3.1.tgz/app.js:56: rejectUnauthorized: true
383 closeheat-editor-1.6.7.tgz/browser/js/core.js:141601: poolKey += options.rejectUnauthorized
383 closeheat-editor-1.6.7.tgz/browser/js/core.js:141597: if (typeof options.rejectUnauthorized !== 'undefined') {
383 closeheat-editor-1.6.7.tgz/browser/js/core.js:141559: options.rejectUnauthorized = self.rejectUnauthorized
383 closeheat-editor-1.6.7.tgz/browser/js/core.js:141558: if (typeof self.rejectUnauthorized !== 'undefined') {
383 closeheat-editor-1.6.7.tgz/browser/js/core.js:141157: self.rejectUnauthorized = false
383 closeheat-editor-1.6.7.tgz/browser/js/core.js:121780: rejectUnauthorized : request.rejectUnauthorized,
382 heroku-redis-1.1.1.tgz/lib/commands/redis/cli.js:134: client = tls.connect({port: parseInt(uri.port, 10) + 1, host: uri.hostname, rejectUnauthorized: false});
381 rippled-network-crawler-0.5.1.tgz/src/lib/crawler.js:296: rejectUnauthorized: false,
381 reso-api-reverse-proxy-0.4.4.tgz/index.js:244: rejectUnauthorized: false,
376 libxmljs-dom-0.0.4.tgz/lib/HttpRequest.js:12: rejectUnauthorized: false
372 hyperproxy-0.6.1.tgz/test/request.js:13: rejectUnauthorized: false,
371 dovecot-testing-0.0.4.tgz/cli.js:27: rejectUnauthorized: false
370 nproxy-1.4.5.tgz/lib/utils.js:96: rejectUnauthorized: false,
369 data-forge-from-yahoo-0.0.9.tgz/from-yahoo.dist.js:62893: poolKey += options.rejectUnauthorized
369 data-forge-from-yahoo-0.0.9.tgz/from-yahoo.dist.js:62889: if (typeof options.rejectUnauthorized !== 'undefined') {
369 data-forge-from-yahoo-0.0.9.tgz/from-yahoo.dist.js:62851: options.rejectUnauthorized = self.rejectUnauthorized
369 data-forge-from-yahoo-0.0.9.tgz/from-yahoo.dist.js:62850: if (typeof self.rejectUnauthorized !== 'undefined') {
369 data-forge-from-yahoo-0.0.9.tgz/from-yahoo.dist.js:62501: self.rejectUnauthorized = false
369 data-forge-from-yahoo-0.0.9.tgz/from-yahoo.dist.js:62138: rejectUnauthorized : request.rejectUnauthorized,
368 odataserver-0.2.9.tgz/tests/helpers.js:72: options.rejectUnauthorized = false;
366 modified-2.1.13.tgz/tests/test-protocol-changing-redirect.js:55: , rejectUnauthorized: false })
366 modified-2.1.13.tgz/tests/test-https.js:72: test.rejectUnauthorized = false
366 freight-0.5.2.tgz/modules/request/request.js:617: poolKey += options.rejectUnauthorized
366 freight-0.5.2.tgz/modules/request/request.js:615: if (typeof options.rejectUnauthorized !== 'undefined') {
366 freight-0.5.2.tgz/modules/request/request.js:583: if (typeof this.rejectUnauthorized !== 'undefined') options.rejectUnauthorized = this.rejectUnauthorized
366 freight-0.5.2.tgz/modules/request/request.js:525: , rejectUnauthorized: self.rejectUnauthorized
366 freight-0.5.2.tgz/modules/request/request.js:157: , rejectUnauthorized: self.rejectUnauthorized
366 freight-0.5.2.tgz/modules/request/request.js:141: self.rejectUnauthorized = false
364 ewdliteclient-0.10.0.tgz/lib/ewdliteclient.js:141: rejectUnauthorized: false // set this to true if remote site uses proper SSL certs
363 crowdutil-1.0.2.tgz/coffee_lib/atlassian-crowd-ext/atlassian-crowd-ext.coffee:110: rejectUnauthorized: (if "rejectUnauthorized" of @settings then @settings.rejectUnauthorized else true)
363 cf-nodejs-client-0.13.0.tgz/lib/utils/HttpUtils.js:44: rejectUnauthorized: false
360 nopar-0.8.4.tgz/lib/pkg.js:80: rejectUnauthorized : !settings.get("forwarder.ignoreCert")
360 nopar-0.8.4.tgz/lib/pkg.js:68: rejectUnauthorized : !settings.get("forwarder.ignoreCert")
360 nopar-0.8.4.tgz/lib/attachment.js:45: rejectUnauthorized : !settings.get("forwarder.ignoreCert")
360 noodle-js-0.0.9.tgz/lib/Connection.js:14: options.rejectUnauthorized = false;
359 redrum-js-sdk-0.0.28.tgz/RedrumSDK.js:65: rejectUnauthorized: false,
359 redrum-js-sdk-0.0.28.tgz/RedrumSDK.js:452: rejectUnauthorized: false,
359 redrum-js-sdk-0.0.28.tgz/RedrumSDK.js:391: rejectUnauthorized: false,
359 redrum-js-sdk-0.0.28.tgz/RedrumSDK.js:333: rejectUnauthorized: false,
359 redrum-js-sdk-0.0.28.tgz/RedrumSDK.js:261: rejectUnauthorized: false,
359 redrum-js-sdk-0.0.28.tgz/RedrumSDK.js:193: rejectUnauthorized: false,
359 redrum-js-sdk-0.0.28.tgz/RedrumSDK.js:123: rejectUnauthorized: false,
355 gulp-personium-0.1.1.tgz/test/watch.js:98: expect(obj.rejectUnauthorized).to.be.false;
355 gulp-personium-0.1.1.tgz/test/watch.js:70: expect(obj.rejectUnauthorized).to.be.false;
355 gulp-personium-0.1.1.tgz/test/watch.js:42: expect(obj.rejectUnauthorized).to.be.false;
355 gulp-personium-0.1.1.tgz/test/authentication.js:75: expect(obj.rejectUnauthorized).to.be.false;
355 gulp-personium-0.1.1.tgz/test/authentication.js:47: expect(obj.rejectUnauthorized).to.be.false;
355 gulp-personium-0.1.1.tgz/test/authentication.js:130: expect(obj.rejectUnauthorized).to.be.false;
355 gulp-personium-0.1.1.tgz/test/authentication.js:105: expect(obj.rejectUnauthorized).to.be.false;
355 gulp-personium-0.1.1.tgz/index.js:57: rejectUnauthorized : false
352 node-personal-0.1.12.tgz/lib/personal-app.js:215: rejectUnauthorized: true,
352 node-personal-0.1.12.tgz/lib/personal-app.coffee:168: rejectUnauthorized: true
352 node-personal-0.1.12.tgz/js/lib/personal-app.js:215: rejectUnauthorized: true,
350 hubot-vso-scripts-0.3.3.tgz/src/vsonline-scripts.coffee:165: rejectUnauthorized: SSLRejectUnauthorized,
347 node-syncthing-3.1.3.tgz/src/index.js:29: rejectUnauthorized: false
347 node-syncthing-3.1.3.tgz/lib/index.js:62: rejectUnauthorized: false
346 axis-api-0.8.3.tgz/axisAPI.bundle.js:3320: cfg.rejectUnauthorized = config.rejectUnauthorized;
342 vortexjs-0.0.30.tgz/socket.io.js:3411: opts.rejectUnauthorized = this.rejectUnauthorized;
342 vortexjs-0.0.30.tgz/socket.io.js:2873: opts.rejectUnauthorized = this.rejectUnauthorized;
342 vortexjs-0.0.30.tgz/socket.io.js:2846: this.rejectUnauthorized = opts.rejectUnauthorized;
342 vortexjs-0.0.30.tgz/socket.io.js:2777: opts.rejectUnauthorized = this.rejectUnauthorized;
342 vortexjs-0.0.30.tgz/socket.io.js:2278: this.rejectUnauthorized = opts.rejectUnauthorized;
342 vortexjs-0.0.30.tgz/socket.io.js:1702: rejectUnauthorized: this.rejectUnauthorized
342 vortexjs-0.0.30.tgz/socket.io.js:1629: this.rejectUnauthorized = opts.rejectUnauthorized || null;
340 thing-it-device-temperature-alert-0.0.13.tgz/measurementUnit.js:257: rejectUnauthorized: false
340 probe_couchdb-0.8.0.tgz/emitter.js:58: opts.rejectUnauthorized = DEFS.strict_ssl
337 cloudflash-bolt-0.3.4.tgz/lib/bolt.coffee:46: rejectUnauthorized: true
337 blockchain-wallet-client-prebuilt-3.4.1.tgz/modules/ws/lib/WebSocket.js:655: if (options.isDefinedAndNonNull('rejectUnauthorized')) requestOptions.rejectUnauthorized = options.value.rejectUnauthorized;
337 blockchain-wallet-client-prebuilt-3.4.1.tgz/modules/ws/lib/WebSocket.js:647: || options.isDefinedAndNonNull('rejectUnauthorized')) {
337 blockchain-wallet-client-prebuilt-3.4.1.tgz/modules/ws/lib/WebSocket.js:562: rejectUnauthorized: null,
336 share2nightscout-bridge-0.1.5.tgz/index.js:92: , rejectUnauthorized: false };
336 share2nightscout-bridge-0.1.5.tgz/index.js:187: , rejectUnauthorized: false };
336 share2nightscout-bridge-0.1.5.tgz/index.js:173: , rejectUnauthorized: false };
336 share2nightscout-bridge-0.1.5.tgz/index.js:121: , rejectUnauthorized: false };
336 mallorca-0.3.13.tgz/lib/upstream.js:43: rejectUnauthorized: agentOpts.rejectUnauthorized
336 mallorca-0.3.13.tgz/lib/mallorca.js:22: rejectUnauthorized: !options.skipUpstreamSSLVerification,
335 wtf_wikipedia-0.2.0.tgz/client_side/wikiscript.js:48511: poolKey += options.rejectUnauthorized
335 wtf_wikipedia-0.2.0.tgz/client_side/wikiscript.js:48507: if (typeof options.rejectUnauthorized !== 'undefined') {
335 wtf_wikipedia-0.2.0.tgz/client_side/wikiscript.js:48469: options.rejectUnauthorized = self.rejectUnauthorized
335 wtf_wikipedia-0.2.0.tgz/client_side/wikiscript.js:48468: if (typeof self.rejectUnauthorized !== 'undefined') {
335 wtf_wikipedia-0.2.0.tgz/client_side/wikiscript.js:48067: self.rejectUnauthorized = false
335 wtf_wikipedia-0.2.0.tgz/client_side/wikiscript.js:28628: rejectUnauthorized : request.rejectUnauthorized,
334 yaxy-0.1.15.tgz/lib/yaxy.js:322: rejectUnauthorized: false
331 smart-private-npm-2.2.0.tgz/lib/npm-proxy.js:54: this.secure = options.secure || options.strictSSL || options.rejectUnauthorized || false;
331 smart-private-npm-2.2.0.tgz/lib/npm-proxy.js:470: rejectUnauthorized: this.secure
331 smart-private-npm-2.2.0.tgz/lib/npm-proxy.js:371: rejectUnauthorized: this.secure
331 imapper-0.3.8.tgz/lib/mock-client.js:81: rejectUnauthorized: false,
331 hubot-vsonline-0.2.9.tgz/src/vsonline-adapter.coffee:200: rejectUnauthorized: SSLRejectUnauthorized,
330 mock2easy-0.0.19.tgz/server/getJsonByPostman.js:24: options.rejectUnauthorized = false;
329 pubsubshare-0.8.3.tgz/relay/BusNode.js:309: options.rejectUnauthorized = false;
329 pubsubshare-0.8.3.tgz/relay/BusNode.js:282: options.rejectUnauthorized = false;
329 pubsubshare-0.8.3.tgz/relay/BusNode.js:262: options.rejectUnauthorized = false;
329 pubsubshare-0.8.3.tgz/relay/BusNode.js:238: options.rejectUnauthorized = false;
328 oose-sdk-1.4.1.tgz/helpers/api.js:173: rejectUnauthorized: false,
328 oneone-0.6.3.tgz/test/Server.js:359: rejectUnauthorized: false,
327 jdf-sass-1.0.13.tgz/node-sass/scripts/install.js:32: applyProxy({ rejectUnauthorized: false }, function(options) {
326 node-amqp-1-0-0.0.16.tgz/lib/policies/policy_base.js:42: rejectUnauthorized: false
326 node-amqp-1-0-0.0.16.tgz/lib/connection.js:180: this._sslOptions.rejectUnauthorized = options.sslOptions.rejectUnauthorized;
325 uhura-0.1.2.tgz/test/basics.js:117: rejectUnauthorized: false // Self-signed cert
324 mb-mongodb-2.1.5.tgz/lib/server.js:129: if(typeof clonedOptions.sslValidate == 'boolean') clonedOptions.rejectUnauthorized = clonedOptions.sslValidate;
324 mb-mongodb-2.1.5.tgz/lib/replset.js:181: if(typeof options.sslValidate == 'boolean') finalOptions.rejectUnauthorized = options.sslValidate;
324 mb-mongodb-2.1.5.tgz/lib/mongos.js:116: if(typeof options.sslValidate == 'boolean') finalOptions.rejectUnauthorized = options.sslValidate;
322 loghubdemo-0.0.7.tgz/routes/nodejs/lib/util.js:59: opt.rejectUnauthorized = false;
322 capture-proxy-0.2.4.tgz/tests/replay.js:91: rejectUnauthorized: true
322 capture-proxy-0.2.4.tgz/tests/replay.js:66: rejectUnauthorized: true
322 capture-proxy-0.2.4.tgz/tests/connect.js:138: expect(options).to.have.property('rejectUnauthorized', false);
322 capture-proxy-0.2.4.tgz/tests/connect.js:133: it('should send the `rejectUnauthorized: false` property when `insecure: true`', function () {
322 capture-proxy-0.2.4.tgz/tests/connect.js:130: expect(options).to.have.property('rejectUnauthorized', true);
322 capture-proxy-0.2.4.tgz/tests/connect.js:125: it('should send the `rejectUnauthorized: true` property when `insecure: false`', function () {
322 capture-proxy-0.2.4.tgz/tests/connect.js:122: expect(options).to.have.property('rejectUnauthorized', true);
322 capture-proxy-0.2.4.tgz/tests/connect.js:117: it('should send the `rejectUnauthorized: true` property by default', function () {
322 capture-proxy-0.2.4.tgz/tests/connect.js:116: describe('rejectUnauthorized', function () {
322 capture-proxy-0.2.4.tgz/src/replay.js:61: rejectUnauthorized: !opts.insecure
322 capture-proxy-0.2.4.tgz/src/capture.js:109: rejectUnauthorized: !allowInsecure
321 vcremote-lib-2.0.1.tgz/debugger/ios-debug.js:207: rejectUnauthorized: true
321 conga-framework-0.0.26.tgz/lib/listener/express.js:159: rejectUnauthorized: false
321 bitcoind-rpc-0.5.0.tgz/test/index.js:466: rejectUnauthorized: true,
321 bitcoind-rpc-0.5.0.tgz/test/index.js:435: rejectUnauthorized: true,
321 bitcoind-rpc-0.5.0.tgz/test/index.js:404: rejectUnauthorized: true,
321 bitcoind-rpc-0.5.0.tgz/test/index.js:374: rejectUnauthorized: true,
321 bitcoind-rpc-0.5.0.tgz/test/index.js:341: rejectUnauthorized: true,
321 bitcoind-rpc-0.5.0.tgz/test/index.js:307: rejectUnauthorized: true,
321 bitcoind-rpc-0.5.0.tgz/test/index.js:29: s.rejectUnauthorized.should.equal(true);
321 bitcoind-rpc-0.5.0.tgz/test/index.js:277: rejectUnauthorized: true,
321 bitcoind-rpc-0.5.0.tgz/test/index.js:26: it('default to rejectUnauthorized as true', function() {
321 bitcoind-rpc-0.5.0.tgz/test/index.js:247: rejectUnauthorized: true,
321 bitcoind-rpc-0.5.0.tgz/test/index.js:208: rejectUnauthorized: true,
321 bitcoind-rpc-0.5.0.tgz/test/index.js:171: rejectUnauthorized: true,
321 bitcoind-rpc-0.5.0.tgz/test/index.js:135: rejectUnauthorized: true,
321 bitcoind-rpc-0.5.0.tgz/test/index.js:104: rejectUnauthorized: true,
321 bitcoind-rpc-0.5.0.tgz/lib/index.js:52: rejectUnauthorized: self.rejectUnauthorized,
321 bitcoind-rpc-0.5.0.tgz/lib/index.js:17: this.rejectUnauthorized = isRejectUnauthorized ? opts.rejectUnauthorized : true;
321 bitcoind-rpc-0.5.0.tgz/lib/index.js:16: var isRejectUnauthorized = typeof opts.rejectUnauthorized !== 'undefined';
319 wsdlrdr-0.3.7.tgz/src/index.js:46: rejectUnauthorized: params.rejectUnauthorized
319 wsdlrdr-0.3.7.tgz/src/index.js:37: params.rejectUnauthorized = true;
319 wsdlrdr-0.3.7.tgz/src/index.js:36: if (params.rejectUnauthorized === void 0) {
318 stable-socket-0.5.1.tgz/StableSocket.js:559: rejectUnauthorized: false
318 stable-socket-0.5.1.tgz/StableSocket.js:180: rejectUnauthorized: false
317 sphere-category-sync-0.2.6.tgz/lib/run.js:86: options.rejectUnauthorized = false;
315 lithium-sdk-1.0.2.tgz/lib/version-check.js:19: rejectUnauthorized: false
315 lithium-sdk-1.0.2.tgz/lib/sandbox-api.js:80: options.rejectUnauthorized = false;
315 lithium-sdk-1.0.2.tgz/lib/plugin-upload.js:70: options.rejectUnauthorized = false;
315 lithium-sdk-1.0.2.tgz/lib/plugin-export.js:27: callOpts.rejectUnauthorized = false;
315 iobroker.ical-1.1.1.tgz/main.js:125: if (sslignore === 'ignore') options.rejectUnauthorized = false;
314 octolog-1.2.8.tgz/lib/proxy.js:88: rejectUnauthorized: false
314 grunt-commit-plugin-0.0.6.tgz/tasks/commit_plugin.js:70: reqOptions.rejectUnauthorized = false;
314 grunt-commit-plugin-0.0.6.tgz/tasks/commit_plugin.js:374: this.http.request({hostname: this.options.site, path: '/system/history/' + this.update.uuid, rejectUnauthorized: false}, function(res) {
314 groovebasin-1.5.1.tgz/lib/download.js:18: parsedUrl.rejectUnauthorized = false;
310 wspp-0.8.0.tgz/lib/WebSocket.js:683: if (options.isDefinedAndNonNull('rejectUnauthorized')) requestOptions.rejectUnauthorized = options.value.rejectUnauthorized;
310 wspp-0.8.0.tgz/lib/WebSocket.js:675: || options.isDefinedAndNonNull('rejectUnauthorized')) {
310 wspp-0.8.0.tgz/lib/WebSocket.js:583: rejectUnauthorized: null,
310 vcremote-1.0.7.tgz/lib/server.js:157: rejectUnauthorized: false
308 ftl-server-1.0.1.tgz/lib/proxy/proxy.js:66: parsedLocation.rejectUnauthorized = false;
308 ftl-server-1.0.1.tgz/lib/proxy/proxy.js:44: parsedTarget.rejectUnauthorized = false;
306 joola.io.analytics-3.2.7.tgz/routes/login.js:53: rejectUnauthorized: false
306 joola.io.analytics-3.2.7.tgz/routes/login.js:16: rejectUnauthorized: false
305 thing-it-device-foscam-0.0.22.tgz/camera.js:226: rejectUnauthorized: false
304 elastic-transfer-0.3.97.tgz/eT.js:167: tlsOptions: { rejectUnauthorized: false }
304 bluebox-ng-1.0.2.tgz/modules/mysqlBrute.js:111: config.ssl = { rejectUnauthorized: false };
301 paastor-0.4.8.tgz/client.js:24: rejectUnauthorized: false
298 upload-files-0.1.8.tgz/tasks/upload_files.js:70: rejectUnauthorized: options.rejectUnauthorized,
298 upload-files-0.1.8.tgz/tasks/upload_files.js:23: rejectUnauthorized: true,
298 upload-files-0.1.8.tgz/Gruntfile.js:39: rejectUnauthorized: false,
295 jxm-0.4.0.tgz/backend/jxm_client.js:615: ret.rejectUnauthorized = false;
295 blether-0.59.1.tgz/src/client.js:129: rejectUnauthorized: false
292 sphere-node-connect-0.5.8.tgz/lib/rest.js:59: rejectUnauthorized: rejectUnauthorized,
292 sphere-node-connect-0.5.8.tgz/lib/rest.js:52: rejectUnauthorized = _.isUndefined(opts.rejectUnauthorized) ? true : opts.rejectUnauthorized;
292 sphere-node-connect-0.5.8.tgz/lib/rest.js:34: var config, oauth_options, rejectUnauthorized, userAgent;
292 sphere-node-connect-0.5.8.tgz/lib/rest.js:191: rejectUnauthorized: _this._options.rejectUnauthorized
292 sphere-node-connect-0.5.8.tgz/lib/oauth2.js:85: rejectUnauthorized: this._options.rejectUnauthorized
292 sphere-node-connect-0.5.8.tgz/lib/oauth2.js:56: rejectUnauthorized: rejectUnauthorized
292 sphere-node-connect-0.5.8.tgz/lib/oauth2.js:50: rejectUnauthorized = _.isUndefined(opts.rejectUnauthorized) ? true : opts.rejectUnauthorized;
292 sphere-node-connect-0.5.8.tgz/lib/oauth2.js:32: var config, rejectUnauthorized;
292 js-crawler-0.3.8.tgz/crawler.js:182: rejectUnauthorized : false,
292 internet-relay-chat-1.1.6.tgz/index.js:519: this.socket = tls.connect({"socket": net.connect(sockOptions), "rejectUnauthorized": false}, function() {
291 lirc-0.5.7.tgz/lib/lirc.coffee:133: rejectUnauthorized: false
291 dora-anyproxy-3.9.0.tgz/lib/requestHandler.js:133: options.rejectUnauthorized = false;
289 reasy-parser-sass-1.2.6.tgz/node-sass/scripts/install.js:32: applyProxy({ rejectUnauthorized: false }, function(options) {
289 appserver-0.5.7.tgz/lib/server.js:17: options.rejectUnauthorized = options.rejectUnauthorized === undefined || options.rejectUnauthorized;
289 appserver-0.5.7.tgz/lib/middleware/proxy.js:54: opt.rejectUnauthorized = options.rejectUnauthorized;
289 appserver-0.5.7.tgz/lib/middleware/manifests.js:76: opt.rejectUnauthorized = options.rejectUnauthorized;
289 appserver-0.5.7.tgz/lib/middleware/login.js:76: opt.rejectUnauthorized = options.rejectUnauthorized;
289 appserver-0.5.7.tgz/lib/middleware/appsload.js:63: opt.rejectUnauthorized = options.rejectUnauthorized;
288 gdc-api-0.1.18.tgz/test/api_test.js:56: rejectUnauthorized: false,
288 gdc-api-0.1.18.tgz/lib/request.js:43: options.rejectUnauthorized = false;
287 baboon-backend-0.7.13.tgz/lib/LxMail.js:61: options.tls = {rejectUnauthorized: false};
287 avoscloud-code-mock-sdk-0.2.4-rc2.tgz/lib/cloud_code.js:20: _ref1.rejectUnauthorized = false;
283 cfn-lambda-0.8.1.tgz/index.js:251: options.rejectUnauthorized = false;
283 cfn-lambda-0.8.1.tgz/index.js:242: rejectUnauthorized: parsedUrl.hostname !== 'localhost',
279 tuna-0.1.0.tgz/index.js:76: rejectUnauthorized: this.verify
279 leaflet-mapbox-vector-tile-0.1.6.tgz/test/visibletests/confetti_test.js:8435: poolKey += options.rejectUnauthorized
279 leaflet-mapbox-vector-tile-0.1.6.tgz/test/visibletests/confetti_test.js:8433: if (typeof options.rejectUnauthorized !== 'undefined') {
279 leaflet-mapbox-vector-tile-0.1.6.tgz/test/visibletests/confetti_test.js:8401: if (typeof this.rejectUnauthorized !== 'undefined') options.rejectUnauthorized = this.rejectUnauthorized
279 leaflet-mapbox-vector-tile-0.1.6.tgz/test/visibletests/confetti_test.js:7950: self.rejectUnauthorized = false
279 leaflet-mapbox-vector-tile-0.1.6.tgz/test/visibletests/confetti_test.js:7881: , rejectUnauthorized: self.rejectUnauthorized
278 ts-webapi-ref-0.1.20.tgz/src/App/ApiReader.ts:28: rejectUnauthorized: false,
278 discordbot-0.0.21.tgz/discordbot.js:84: _ws.connect(gateway, null, "https://discordapp.com", null, {rejectUnauthorized: fixCertificates});
278 4front-cli-0.0.20.tgz/commands/dev-sandbox.js:103: rejectUnauthorized: false
276 node-dweetio-0.0.11.tgz/lib/dweet.io.js:208: require('https').globalAgent.options.rejectUnauthorized = false;
276 node-dweetio-0.0.11.tgz/lib/dweet.io.js:206: require('https').globalAgent.options.rejectUnauthorized = true;
274 tlsnappy-0.1.0.tgz/test/server-test.js:10: rejectUnauthorized: false
274 crafity-0.1.0.tgz/commands/proxy/proxy.js:104: rejectUnauthorized: false,
273 soontm-0.6.0.tgz/index.js:85: rejectUnauthorized: options.sloppy === undefined ? true : !options.sloppy
271 backendjs-0.14.1.tgz/core.js:875: options.rejectUnauthorized = false;
270 http-tunnel-0.6.2.tgz/bin/http-tunnel.js:70: rejectUnauthorized: true
270 http-route-proxy-0.2.1.tgz/index.js:213: rejectUnauthorized: false
270 http-route-proxy-0.2.1.tgz/index.js:129: // nessary for fixing node-http-proxy rejectUnauthorized option not work bug
270 http-route-proxy-0.2.1.tgz/index.js:125: // rejectUnauthorized: false
269 tinify-1.1.1.tgz/lib/tinify/Client.js:14: rejectUnauthorized: true,
269 bevy-0.4.9.tgz/node-http-proxy/test/macros/http.js:68: options.request.rejectUnauthorized = false;
269 bevy-0.4.9.tgz/node-http-proxy/test/macros/http.js:31: options.request.rejectUnauthorized = false;
269 bevy-0.4.9.tgz/node-http-proxy/test/helpers/http.js:102: options.proxy.rejectUnauthorized = false;
269 bevy-0.4.9.tgz/node-http-proxy/examples/http/proxy-https-to-https.js:50: rejectUnauthorized: false
267 fetch-agent-0.4.3.tgz/lib/util.js:32: requestOption.rejectUnauthorized = false;
266 irrlicht-0.15.0.tgz/lib/irrlicht.js:84: rejectUnauthorized: false,
266 irrlicht-0.15.0.tgz/lib/irrlicht.js:73: rejectUnauthorized: false,
265 stormbolt-0.3.7.tgz/src/stormbolt.coffee:266: rejectUnauthorized: true
265 stormbolt-0.3.7.tgz/lib/stormbolt.js:343: rejectUnauthorized: true
263 6px-0.1.6.tgz/lib/px.js:423: rejectUnauthorized: false,
262 slack-quick-bots-0.1.5.tgz/lib/connector.js:45: rejectUnauthorized: false
261 somerandomtestpackage-1.54.0.tgz/lib/collector/http-agents.js:31: rejectUnauthorized: true,
261 json-rpc2-ethersim-1.0.1.tgz/src/client.js:75: options.rejectUnauthorized = opts.rejectUnauthorized;
261 json-rpc2-ethersim-1.0.1.tgz/src/client.js:74: if(opts.rejectUnauthorized !== undefined) {
260 siege-0.1.4.tgz/siege.js:73: this.options.rejectUnauthorized = rejectUnauthorized
260 siege-0.1.4.tgz/siege.js:72:siege.rejectUnauthorized = function(rejectUnauthorized) {
260 siege-0.1.4.tgz/siege_attack.js:148: requestOptions.rejectUnauthorized = options.rejectUnauthorized;
260 siege-0.1.4.tgz/siege_attack.js:147: if (options.rejectUnauthorized) {
255 toubkal-0.3.3.tgz/lib/sketchfab/sketchfab.js:92: , options = { host: 'sketchfab.com', path: '/oembed?url=' + url, rejectUnauthorized: true }
253 pimatic-probe-0.2.2.tgz/probe.coffee:56: @_options.rejectUnauthorized = config.verifyPeerCert
253 mollie-api-node-1.0.7.tgz/lib/mollie/api/client.js:83: parsedUrl.rejectUnauthorized = true;
251 fingi-0.4.1.tgz/lib/cmd/connect.coffee:134: rejectUnauthorized: not @insecure
251 codeflow-0.0.20.tgz/activities/codeflow/email/email.js:50: tlsOptions: { rejectUnauthorized: false }
251 bitgod-0.3.5.tgz/src/bitgod.js:191: return Q.nbind(this.client.call, this.client)(cmd, args, { https: !!config.proxyrpcssl, rejectUnauthorized: !config.proxyrpcsslallowunauthorizedcerts });
251 bitgod-0.3.5.tgz/src/bitgod.js:180: self.client.call(cmd, args, { https: !!config.proxyrpcssl, rejectUnauthorized: !config.proxyrpcsslallowunauthorizedcerts }, callback);
249 openshift-auth-proxy-0.0.20.tgz/lib/authHandlers.js:175: files.serverTLS['rejectUnauthorized'] = true;
248 wiki-security-persona-0.1.2.tgz/server/persona.coffee:120: rejectUnauthorized: true
248 aqua-1.0.0.tgz/externs/nodejs/tls.js:70:tls.createSecurePair = function(credentials, isServer, requestCert, rejectUnauthorized) {};
248 aqua-1.0.0.tgz/externs/nodejs/tls.js:67: * @param {boolean=} rejectUnauthorized
248 aqua-1.0.0.tgz/externs/nodejs/tls.js:50: * @typedef {{host: string, port: number, socket: *, pfx: (string|buffer.Buffer), key: (string|buffer.Buffer), passphrase: string, cert: (string|buffer.Buffer), ca: Array.<string>, rejectUnauthorized: boolean, NPNProtocols: Array.<string|buffer.Buffer>, servername: string}}
248 aqua-1.0.0.tgz/externs/nodejs/tls.js:37: * @typedef {{pfx: (string|buffer.Buffer), key: (string|buffer.Buffer), passphrase: string, cert: (string|buffer.Buffer), ca: Array.<string|buffer.Buffer>, crl: (string|Array.<string>), ciphers: string, honorCipherOrder: boolean, requestCert: boolean, rejectUnauthorized: boolean, NPNProtocols: (Array|buffer.Buffer), SNICallback: function(string), sessionIdContext: string}}
248 aqua-1.0.0.tgz/externs/nodejs/https.js:55: * @typedef {{host: ?string, hostname: ?string, port: ?number, method: ?string, path: ?string, headers: ?Object.<string,string>, auth: ?string, agent: ?(https.Agent|boolean), pfx: ?(string|buffer.Buffer), key: ?(string|buffer.Buffer), passphrase: ?string, cert: ?(string|buffer.Buffer), ca: ?Array.<string>, ciphers: ?string, rejectUnauthorized: ?boolean}}
247 fis-packager-autopack-0.2.1.tgz/lib/http-sync-win.js:96: options.rejectUnauthorized = options.rejectUnauthorized === false ? false : true;
243 nodecastor-0.1.8.tgz/lib/channel.js:41: options.rejectUnauthorized = false;
243 nodecastor-0.1.8.tgz/lib/channel.js:40: if (typeof options.rejectUnauthorized === 'undefined') {
242 thin-0.3.1.tgz/lib/thin.js:156: rejectUnauthorized: this.opts.rejectUnauthorized,
242 otiluke-0.0.19.tgz/main.js:72: mcks[hst] = Https.createServer({key:key, cert:crt, rejectUnauthorized:false});
242 otiluke-0.0.19.tgz/forward/index.js:21: parts.rejectUnauthorized = false;
240 open-browser-3.5.2.tgz/lib/handler/remote.js:22: rejectUnauthorized: false
240 open-browser-3.5.2.tgz/lib/handler/php.js:22: rejectUnauthorized: false
240 node-fifo-0.2.3.tgz/lib/fifo.js:67: rejectUnauthorized: false,
240 node-fifo-0.2.3.tgz/lib/fifo.js:49: rejectUnauthorized: false,
236 parcellab-api-1.1.7.tgz/index.js:218: rejectUnauthorized: false,
236 baidubce-sdk-0.0.17.tgz/src/http_client.js:114: options.rejectUnauthorized = false;
236 baidubce-sdk-0.0.17.tgz/src/http_client.js:111: // rejectUnauthorized: If true, the server certificate is verified against the list of supplied CAs.
236 baidubce-sdk-0.0.17.tgz/baidubce-sdk.bundle.js:5964: options.rejectUnauthorized = false;
236 baidubce-sdk-0.0.17.tgz/baidubce-sdk.bundle.js:5961: // rejectUnauthorized: If true, the server certificate is verified against the list of supplied CAs.
234 ganomede-0.8.2.tgz/bin/ganomede.js:318: var reqsOptions = { host : reqOptions.host, port : reqOptions.port, path : reqOptions.path, method : reqOptions.method, headers : reqOptions.headers, ciphers : null, rejectUnauthorized : null};
234 browserid-verify-0.1.2.tgz/browserid-verify.js:99: rejectUnauthorized : true,
233 nomniture-0.3.9.tgz/lib/tt.js:124: rejectUnauthorized: false,
233 nomniture-0.3.9.tgz/lib/client.js:70: rejectUnauthorized: false,
233 grunt-ftps-deploy-0.1.13.tgz/tasks/ftps_deploy.js:78: rejectUnauthorized: false
232 asknestor-0.5.0.tgz/src/robot.js:319:// robot.http("https://example.com", {rejectUnauthorized: false})
231 mystack-restapi-0.1.5.tgz/lib/restapi.js:204: options.rejectUnauthorized=false;
231 ircb-0.3.1.tgz/lib/ircb.js:38: rejectUnauthorized: self.rejectUnauthorized
231 ircb-0.3.1.tgz/lib/ircb.js:24: self.rejectUnauthorized = !!options.rejectUnauthorized;
229 sqlectron-core-2.0.0.tgz/lib/db/clients/mysql.js:264: rejectUnauthorized: false
227 winston-papertrail-enhanced-1.0.6.tgz/lib/winston-papertrail.js:172: rejectUnauthorized: false
227 weechat-0.0.17.tgz/src/weechat.js:84: rejectUnauthorized: false
227 notice-0.0.11.tgz/src/notice/client/connector.coffee:14: require('https').globalAgent.options.rejectUnauthorized = opts.rejectUnauthorized
227 notice-0.0.11.tgz/src/notice/client/connector.coffee:13: if opts.rejectUnauthorized?
227 notice-0.0.11.tgz/lib/notice/client/connector.js:8: require('https').globalAgent.options.rejectUnauthorized = opts.rejectUnauthorized;
227 notice-0.0.11.tgz/lib/notice/client/connector.js:7: if (opts.rejectUnauthorized != null) {
226 bluemix-secure-gateway-2.0.1.tgz/lib/bluemix_securegateway.js:27: rejectUnauthorized: false
225 react-image-publisher-1.0.0.tgz/example/build.js:93708: poolKey += options.rejectUnauthorized
225 react-image-publisher-1.0.0.tgz/example/build.js:93704: if (typeof options.rejectUnauthorized !== 'undefined') {
225 react-image-publisher-1.0.0.tgz/example/build.js:93666: options.rejectUnauthorized = self.rejectUnauthorized
225 react-image-publisher-1.0.0.tgz/example/build.js:93665: if (typeof self.rejectUnauthorized !== 'undefined') {
225 react-image-publisher-1.0.0.tgz/example/build.js:93264: self.rejectUnauthorized = false
225 react-image-publisher-1.0.0.tgz/example/build.js:78907: poolKey += options.rejectUnauthorized
225 react-image-publisher-1.0.0.tgz/example/build.js:78903: if (typeof options.rejectUnauthorized !== 'undefined') {
225 react-image-publisher-1.0.0.tgz/example/build.js:78865: options.rejectUnauthorized = self.rejectUnauthorized
225 react-image-publisher-1.0.0.tgz/example/build.js:78864: if (typeof self.rejectUnauthorized !== 'undefined') {
225 react-image-publisher-1.0.0.tgz/example/build.js:78467: self.rejectUnauthorized = false
225 react-image-publisher-1.0.0.tgz/example/build.js:58986: rejectUnauthorized : request.rejectUnauthorized,
224 tor-request-1.0.4.tgz/index.js:40: false // rejectUnauthorized option passed to tls.connect().
223 openapi-node-3.0.3.tgz/pakmanaged.js:58326: rejectUnauthorized: this.options.rejectUnauthorized
220 handydevserver-0.2.1.tgz/webserver.js:16: rejectUnauthorized: false
219 normalize-agent-1.0.0.tgz/lib/agent.js:54: rejectUnauthorized: this.rejectUnauthorized,
219 normalize-agent-1.0.0.tgz/lib/agent.js:33: this.rejectUnauthorized = options.rejectUnauthorized !== false
219 jsss-0.0.41.tgz/src/S3Api.js:405: rejectUnauthorized: false /*this need to be here since amazon does not provide custom SSL for each bucket and requests with ssl will not be authorized since S3 certificate is issue to S3 aws subdomain*/
218 node-scraper-1.0.13.tgz/index.js:97: "rejectUnauthorized": ("rejectUnauthorized" in this._config ? this._config.rejectUnauthorized : true)
218 connect-combo-0.3.1.tgz/lib/file.js:97: rejectUnauthorized: false,
218 clickatell-api-0.0.2.tgz/lib/http.js:123: reqSender = ['pfx', 'key', 'passphrase', 'cert', 'ca', 'ciphers', 'rejectUnauthorized', 'secureProtocol'];
218 catro-0.1.5.tgz/built/request.js:27:const rejectUnauthorized = process.argv.indexOf('--production') === -1;
218 catro-0.1.5.tgz/built/request.js:107: rejectUnauthorized: rejectUnauthorized
217 xinix-pax-1.1.0.tgz/lib/index.js:183: // rejectUnauthorized: false,
217 vaulted-2.1.1.tgz/lib/api.js:53: options.rejectUnauthorized = config.get('ssl_verify');
217 simple-lr-1.1.5.tgz/browser/lr-output.js:847: rejectUnauthorized: this.rejectUnauthorized
217 simple-lr-1.1.5.tgz/browser/lr-output.js:774: this.rejectUnauthorized = opts.rejectUnauthorized || null;
217 simple-lr-1.1.5.tgz/browser/lr-output.js:2556: opts.rejectUnauthorized = this.rejectUnauthorized;
217 simple-lr-1.1.5.tgz/browser/lr-output.js:2018: opts.rejectUnauthorized = this.rejectUnauthorized;
217 simple-lr-1.1.5.tgz/browser/lr-output.js:1991: this.rejectUnauthorized = opts.rejectUnauthorized;
217 simple-lr-1.1.5.tgz/browser/lr-output.js:1922: opts.rejectUnauthorized = this.rejectUnauthorized;
217 simple-lr-1.1.5.tgz/browser/lr-output.js:1423: this.rejectUnauthorized = opts.rejectUnauthorized;
217 httpp-proxy-0.10.3.tgz/test/macros/http.js:68: options.request.rejectUnauthorized = false;
217 httpp-proxy-0.10.3.tgz/test/macros/http.js:31: options.request.rejectUnauthorized = false;
217 httpp-proxy-0.10.3.tgz/test/helpers/http.js:102: options.proxy.rejectUnauthorized = false;
217 httpp-proxy-0.10.3.tgz/lib/node-http-proxy.js:415: ['pfx', 'key', 'passphrase', 'cert', 'ca', 'ciphers', 'rejectUnauthorized'].forEach(function (key) {
217 httpp-proxy-0.10.3.tgz/lib/node-http-proxy.js:409:// containing the relevant 'pfx', 'key', 'passphrase', 'cert', 'ca', 'ciphers', and 'rejectUnauthorized' properties.
217 httpp-proxy-0.10.3.tgz/lib/node-http-proxy.js:381: ['pfx', 'key', 'passphrase', 'cert', 'ca', 'ciphers', 'rejectUnauthorized'].forEach(function (key) {
217 httpp-proxy-0.10.3.tgz/examples/http/proxy-https-to-https.js:50: rejectUnauthorized: false
216 ddns-cli-1.2.1.tgz/lib/ddns-client.js:54: options.rejectUnauthorized = false;
214 userapp-2.0.0.tgz/lib/userapp/restclient.js:186: rejectUnauthorized: true
212 jswget-0.4.1.tgz/lib/jswget.js:53: * rejectUnauthorized #STRING when the protocol is https, the https client will be constructed using this configutation
212 hipchat-notify-1.0.3.tgz/index.js:51: rejectUnauthorized: false,
211 h2cli-0.19.0.tgz/lib/connection.js:94: opt['rejectUnauthorized'] = false;
209 ngrid-electric-login-1.1.0.tgz/getSignInPage.js:55: rejectUnauthorized: false
209 ngrid-electric-login-1.1.0.tgz/getSignInPage.js:36: rejectUnauthorized: false
209 ngrid-electric-login-1.1.0.tgz/getSignInPage.js:14: rejectUnauthorized: false,
207 rail-0.9.0.tgz/test/test-https-redirect.js:26: rejectUnauthorized: false
207 rail-0.9.0.tgz/test/test-http-https-redirect.js:26: rejectUnauthorized: false
207 rail-0.9.0.tgz/test/test-global.js:27: RAIL.globalClient.defaults.rejectUnauthorized = false;
207 rail-0.9.0.tgz/test/test-2-http2.js:26: rejectUnauthorized: false
207 rail-0.9.0.tgz/test/test-1-https.js:24: rejectUnauthorized: false
207 rail-0.9.0.tgz/lib/request-options.js:44: this.rejectUnauthorized = true;
207 rail-0.9.0.tgz/lib/request-options.js:20: 'rejectUnauthorized'
207 rail-0.9.0.tgz/lib/rail.js:49: rejectUnauthorized: req.rejectUnauthorized
207 ps-dock-0.4.3.tgz/lib/tcp_logging.js:93: rejectUnauthorized: false
207 ps-dock-0.4.3.tgz/lib/notify_api.js:56: rejectUnauthorized: false,
207 ap1-0.2.5.tgz/lib/ap1.js:192: , 'rejectUnauthorized': false
205 websockets-0.2.0.tgz/lib/websockets/rfc6455.js:356: opts['rejectUnauthorized'] = parent._options['rejectUnauthorized'];
205 websockets-0.2.0.tgz/examples/client.js:5: 'rejectUnauthorized': false
205 acs-apiclient-0.1.5.tgz/lib/quickhttp.js:120: reqobj.rejectUnauthorized = false;
204 gulp-inline-assets-0.1.1.tgz/lib/parseDeclaration.js:66: rejectUnauthorized: false
204 conekta-1.5.0.tgz/lib/conekta.js:79: rejectUnauthorized: false
203 grapevine-1.0.5.tgz/index.js:18: options.rejectUnauthorized = false
202 omniture-0.3.11.tgz/lib/tt.js:124: rejectUnauthorized: false,
202 omniture-0.3.11.tgz/lib/client.js:69: rejectUnauthorized: false,
202 node-moog-1.1.1.tgz/lib/node-moog.js:215: that.eventRequestOpts.rejectUnauthorized = false;
202 node-moog-1.1.1.tgz/lib/node-moog.js:209: that.eventRequestOpts.rejectUnauthorized = that.secure;
202 node-moog-1.1.1.tgz/lib/node-moog.js:172: that.secure = options.rejectUnauthorized || false;
202 lastwall-risc-node-0.3.4.tgz/index.js:344: rejectUnauthorized: false,
202 lamassu-atm-protocol-0.2.2.tgz/test/api/tickerTest.js:67: rejectUnauthorized: false,
202 lamassu-atm-protocol-0.2.2.tgz/test/api/tickerTest.js:60: rejectUnauthorized: false
202 lamassu-atm-protocol-0.2.2.tgz/test/api/sendTest.js:67: rejectUnauthorized: false,
202 kerplunk-server-0.1.9.tgz/lib/render/renderPageWithComponent.js:123: rejectUnauthorized: false,
201 tuc-0.0.11.tgz/lib/tuc.js:74: rejectUnauthorized: false
200 wsocks-1.2.2.tgz/server/index.js:34: opt.rejectUnauthorized = true;
200 wsocks-1.2.2.tgz/client/index.js:34: opt.rejectUnauthorized = true;
198 sphere-stock-export-0.3.9.tgz/lib/run.js:92: options.rejectUnauthorized = false;
198 dato-predictive-service-client-1.0.0.tgz/index.js:157: options.rejectUnauthorized = this.should_verify_certificate;
198 dato-predictive-service-client-1.0.0.tgz/index.js:117: options.rejectUnauthorized = this.should_verify_certificate;
197 tuber-client-0.0.12.tgz/lib/index.js:109: rejectUnauthorized: false,
196 js-suite-sdk-0.8.2.tgz/api/index.spec.js:35: SuiteAPI.create({ environment: 'environment', apiKey: 'apiKey', apiSecret: 'apiSecret', rejectUnauthorized: true });
196 js-suite-sdk-0.8.2.tgz/api/index.js:44: var requestOptions = SuiteRequestOptions.getSecureFor(options.environment, options.rejectUnauthorized);
196 js-suite-sdk-0.8.2.tgz/api/index.js:38: rejectUnauthorized: process.env.SUITE_API_REJECT_UNAUTHORIZED !== 'false'
195 node-dribbble-0.0.3.tgz/dribbble.js:5300: opts.rejectUnauthorized = this.options.rejectUnauthorized;
195 doppio-0.3.3.tgz/test/server_spec.js:24: options.rejectUnauthorized = false;
193 xcod-0.9.3.tgz/js/docUtils.js:196: rejectUnauthorized: false
193 xcod-0.9.3.tgz/js/docUtils.js:135: rejectUnauthorized: false
193 skylinkjs-0.6.9.tgz/publish/skylink.complete.js:3413: opts.rejectUnauthorized = this.rejectUnauthorized;
193 skylinkjs-0.6.9.tgz/publish/skylink.complete.js:2875: opts.rejectUnauthorized = this.rejectUnauthorized;
193 skylinkjs-0.6.9.tgz/publish/skylink.complete.js:2848: this.rejectUnauthorized = opts.rejectUnauthorized;
193 skylinkjs-0.6.9.tgz/publish/skylink.complete.js:2779: opts.rejectUnauthorized = this.rejectUnauthorized;
193 skylinkjs-0.6.9.tgz/publish/skylink.complete.js:2280: this.rejectUnauthorized = opts.rejectUnauthorized;
193 skylinkjs-0.6.9.tgz/publish/skylink.complete.js:1704: rejectUnauthorized: this.rejectUnauthorized
193 skylinkjs-0.6.9.tgz/publish/skylink.complete.js:1631: this.rejectUnauthorized = opts.rejectUnauthorized || null;
193 skylinkjs-0.6.9.tgz/demo/restart-failures/skylink.js:3407: opts.rejectUnauthorized = this.rejectUnauthorized;
193 skylinkjs-0.6.9.tgz/demo/restart-failures/skylink.js:2869: opts.rejectUnauthorized = this.rejectUnauthorized;
193 skylinkjs-0.6.9.tgz/demo/restart-failures/skylink.js:2842: this.rejectUnauthorized = opts.rejectUnauthorized;
193 skylinkjs-0.6.9.tgz/demo/restart-failures/skylink.js:2773: opts.rejectUnauthorized = this.rejectUnauthorized;
193 skylinkjs-0.6.9.tgz/demo/restart-failures/skylink.js:2274: this.rejectUnauthorized = opts.rejectUnauthorized;
193 skylinkjs-0.6.9.tgz/demo/restart-failures/skylink.js:1698: rejectUnauthorized: this.rejectUnauthorized
193 skylinkjs-0.6.9.tgz/demo/restart-failures/skylink.js:1625: this.rejectUnauthorized = opts.rejectUnauthorized || null;
193 skylinkjs-0.6.9.tgz/demo/debug.js:3407: opts.rejectUnauthorized = this.rejectUnauthorized;
193 skylinkjs-0.6.9.tgz/demo/debug.js:2869: opts.rejectUnauthorized = this.rejectUnauthorized;
193 skylinkjs-0.6.9.tgz/demo/debug.js:2842: this.rejectUnauthorized = opts.rejectUnauthorized;
193 skylinkjs-0.6.9.tgz/demo/debug.js:2773: opts.rejectUnauthorized = this.rejectUnauthorized;
193 skylinkjs-0.6.9.tgz/demo/debug.js:2274: this.rejectUnauthorized = opts.rejectUnauthorized;
193 skylinkjs-0.6.9.tgz/demo/debug.js:1698: rejectUnauthorized: this.rejectUnauthorized
193 skylinkjs-0.6.9.tgz/demo/debug.js:1625: this.rejectUnauthorized = opts.rejectUnauthorized || null;
193 jamendo-0.3.5.tgz/tests.js:25: rejectUnauthorized: false
193 jamendo-0.3.5.tgz/index.js:635: rejectUnauthorized: this.rejectUnauthorized,
193 jamendo-0.3.5.tgz/index.js:589: rejectUnauthorized: this.rejectUnauthorized,
193 jamendo-0.3.5.tgz/index.js:22: this.rejectUnauthorized = settings.rejectUnauthorized || false;
193 jamendo-0.3.5.tgz/index.js:148: rejectUnauthorized: this.rejectUnauthorized,
193 jamendo-0.3.5.tgz/index.js:112: rejectUnauthorized: this.rejectUnauthorized,
192 ssltunnel-0.2.3.tgz/lib/ssltunnel.js:69: rejectUnauthorized: true,
189 relayr-0.3.8.tgz/lib/rMQTT.js:84: rejectUnauthorized : false,
189 kido-0.1.16.tgz/lib/index.js:480: rejectUnauthorized: self.strictSSL
186 atlassian-crowd-0.5.0.tgz/lib/index.js:81: rejectUnauthorized: "rejectUnauthorized" in this.settings ? this.settings.rejectUnauthorized : true,
185 yans-4.6.0.tgz/index.js:105: rejectUnauthorized: false
185 sceney-0.2.2.tgz/clarifai_node.js:274: rejectUnauthorized : false,
185 funcis-0.1.6.tgz/lib/connection.js:27: , 'rejectUnauthorized'
185 funcis-0.1.6.tgz/lib/connection.js:11: , rejectUnauthorized: true
184 reverse-wstunnel-1.2.2.tgz/lib/httpSetup.js:80: options.rejectUnauthorized = false;
184 reverse-wstunnel-1.2.2.tgz/lib/httpSetup.js:59: rejectUnauthorized: (anyCert ? false : true)
184 reverse-wstunnel-1.2.2.tgz/lib/httpSetup.js:44: options.rejectUnauthorized = false;
184 reverse-wstunnel-1.2.2.tgz/lib/httpSetup.js:40: options.rejectUnauthorized = false;
184 questly-0.0.9.tgz/lib/qRequestNode.js:54: defaults(options, {port: 443, scheme: 'https', rejectUnauthorized: false});
183 qonsumer-0.5.1.tgz/src/qonsumer.coffee:328: rejectUnauthorized: no
183 qonsumer-0.5.1.tgz/src/qonsumer.coffee:130: rejectUnauthorized: no
183 qonsumer-0.5.1.tgz/lib/qonsumer.js:413: rejectUnauthorized: false,
183 qonsumer-0.5.1.tgz/lib/qonsumer.js:168: rejectUnauthorized: false,
183 mailtool-0.3.2.tgz/lib/mailtool.coffee:399: if config.transport.rejectUnauthorized is false
183 ciper-1.1.4.tgz/index.js:67: rejectUnauthorized: false
183 bitmark-lib-0.0.11.tgz/lib/rpc/connection.js:65: this.stream = tls.connect(this.port, this.ip, {rejectUnauthorized: false});
182 sc-1.0.1.tgz/tcpproxy.js:55: s = tls.connect(cf.port, cf.host, {rejectUnauthorized: false}, function() {
182 sc-1.0.1.tgz/proxy.js:6:https.globalAgent.rejectUnauthorized = false;
181 talker-client-1.4.1.tgz/lib/index.coffee:69: @socket = tls.connect @port, @host, {rejectUnauthorized: false}, =>
181 http-sync-4-1.0.0.tgz/test.js:35: rejectUnauthorized: true
181 http-sync-4-1.0.0.tgz/http-sync.js:73: rejectUnauthorized: this._options.rejectUnauthorized,
181 http-sync-4-1.0.0.tgz/http-sync.js:156: options.rejectUnauthorized = options.rejectUnauthorized === false ?
181 http2-protocol-0.14.1.tgz/example/client.js:18: rejectUnauthorized: false,
180 spm-status-0.2.4.tgz/index.js:171: parsed.rejectUnauthorized = false;
180 gravity-js-0.7.7.tgz/gravity.js:113: options.rejectUnauthorized = false;
179 voisus-0.4.9.tgz/lib/hapi/util.js:9: rest.get(url, {rejectUnauthorized: false}).on('complete', function(result) {
179 voisus-0.4.9.tgz/lib/hapi/util.js:36: rest.del(url, {rejectUnauthorized: false}).on('complete', function(result) {
179 voisus-0.4.9.tgz/lib/hapi/util.js:27: rest.put(url, {data: data, rejectUnauthorized: false}).on('complete', function(result) {
179 voisus-0.4.9.tgz/lib/hapi/util.js:18: rest.post(url, {data: data, rejectUnauthorized: false}).on('complete', function(result) {
179 voisus-0.4.9.tgz/bfd.js:3:rest.post('https://10.2.141.1/api/syspower/reboot', {rejectUnauthorized: false}).on('complete', function(result) {
179 appsngen-viewer-2.0.5.tgz/src/processor/modules/services/restservicesrequester.js:28: rejectUnauthorized: false,
179 appsngen-viewer-2.0.5.tgz/src/processor/modules/services/baseservicerequester.js:59: rejectUnauthorized: false,
179 appsngen-viewer-2.0.5.tgz/src/processor/modules/services/baseservicerequester.js:35: rejectUnauthorized: false,
178 superdesk-core-0.0.5.tgz/spec/helpers/backend.js:69: rejectUnauthorized: false,
178 superdesk-core-0.0.5.tgz/spec/helpers/backend.js:54: params.rejectUnauthorized = false;
178 serve-https-1.5.2.tgz/serve.js:138: opts.rejectUnauthorized = true;
178 popcorntv-0.2.3.tgz/webserver.js:658: , rejectUnauthorized: false
178 https-auto-0.5.12.tgz/lib/AutoBootHttps.js:285: options.rejectUnauthorized = false;
178 https-auto-0.5.12.tgz/lib/AutoBootHttps.js:274: options.rejectUnauthorized = false;
177 meili-cli-watch-0.0.14.tgz/libs/restler/lib/restler.js:81: rejectUnauthorized: this.options.rejectUnauthorized
177 homebridge-sonytv-0.0.9.tgz/index.js:39: rejectUnauthorized: false,
176 sphere-order-export-0.18.6.tgz/lib/run.js:147: clientOptions.rejectUnauthorized = false;
175 grunt-cmsdeploy-0.2.9.tgz/tasks/cmsdeploy.js:36: options.remoteServer.rejectUnauthorized = false;
175 gebo-performatives-0.0.12.tgz/index.js:167: rejectUnauthorized: false,
174 open-apis-0.0.12.tgz/lib/open-apis.js:81: rejectUnauthorized: false
173 quartermaster-0.3.12.tgz/lib/cli.coffee:36:require('https').globalAgent.options.rejectUnauthorized = false
173 longshoreman-0.3.3.tgz/lib/controller.js:19: rejectUnauthorized: false
173 homebridge-http-jeedom-0.0.4.tgz/index.js:39: rejectUnauthorized: false
171 gq-aws-sdk-1.0.7.tgz/lib/http/node.js:98: AWS.NodeHttpClient.sslAgent = new https.Agent({rejectUnauthorized: true});
171 chili-0.3.2.tgz/lib/server.js:259: , 'rejectUnauthorized': false
170 psql-api-0.9.11.tgz/kdman.js:78: rejectUnauthorized: false
170 co-urllib-0.2.3.tgz/lib/urllib.js:183: options.rejectUnauthorized = args.rejectUnauthorized;
170 co-urllib-0.2.3.tgz/lib/urllib.js:182: if (args.rejectUnauthorized !== undefined) {
170 co-urllib-0.2.3.tgz/lib/urllib.js:120: * - {Boolean} [rejectUnauthorized]: If true, the server certificate is verified against the list of supplied CAs.
170 att-dhs-1.0.2.tgz/js/att.dhs.oauth.js:170: rejectUnauthorized: false
170 att-dhs-1.0.2.tgz/js/att.dhs.e911.js:155: rejectUnauthorized: false
169 joola.io.auth-3.2.8.tgz/lib/joola.io.auth.js:207: rejectUnauthorized: false
169 joola.io.auth-3.2.8.tgz/lib/joola.io.auth.js:167: rejectUnauthorized: false
168 pnode-0.2.5.tgz/out/transport-mgr/transports/tls.js:57: opts.rejectUnauthorized = false;
168 pnode-0.2.5.tgz/out/transport-mgr/transports/tls.js:56: if (opts.rejectUnauthorized === undefined) {
168 pnode-0.2.5.tgz/out/transport-mgr/transports/tls.js:24: opts.rejectUnauthorized = false;
168 pnode-0.2.5.tgz/out/transport-mgr/transports/tls.js:23: if (opts.rejectUnauthorized === undefined) {
168 pnode-0.2.5.tgz/out/transport-mgr/transports/https.js:23: opts.rejectUnauthorized = false;
168 pnode-0.2.5.tgz/out/transport-mgr/transports/https.js:22: if (!('rejectUnauthorized' in opts)) {
167 swu-maildev-0.15.6.tgz/lib/outgoing.js:56: tls: { rejectUnauthorized: false },
166 simple-socket-0.0.11.tgz/index.js:9: rejectUnauthorized: true
166 simple-socket-0.0.11.tgz/index.js:27: var options = _.pick(self.options, 'host', 'port', 'key', 'cert', 'ca', 'rejectUnauthorized', 'servername', 'requestCert');
165 minifridge-0.2.10.tgz/lib/minifridge.js:98: rejectUnauthorized: rejectUnauthorized,
165 minifridge-0.2.10.tgz/lib/minifridge.js:87:MiniFridge.prototype.buildPostOptions = function (server, port, path, contentType, body, rejectUnauthorized, followRedirects) {
165 minifridge-0.2.10.tgz/lib/minifridge.js:83: * @param rejectUnauthorized - The reject unauthorized flag.
165 minifridge-0.2.10.tgz/lib/minifridge.js:119: rejectUnauthorized: rejectUnauthorized,
165 minifridge-0.2.10.tgz/lib/minifridge.js:112:MiniFridge.prototype.buildGetOptions = function (server, port, path, rejectUnauthorized, followRedirects) {
165 minifridge-0.2.10.tgz/lib/minifridge.js:108: * @param rejectUnauthorized - The reject unauthorized flag.
165 homebridge-better-http-rgb-1.0.0.tgz/index.js:492: rejectUnauthorized: false,
165 dockerlib-0.0.6.tgz/index.js:148: //rejectUnauthorized: false
164 hoodiecrow-imap-2.0.1.tgz/lib/mock-client.js:81: rejectUnauthorized: false,
164 bunyan-logstash-amqp-1.0.5.tgz/lib/logstash-amqp.js:81: rejectUnauthorized : sslRejectUnauthorized.sslKey
164 augur-client-0.1.3.tgz/app/app.js:66861: poolKey += options.rejectUnauthorized
164 augur-client-0.1.3.tgz/app/app.js:66857: if (typeof options.rejectUnauthorized !== 'undefined') {
164 augur-client-0.1.3.tgz/app/app.js:66819: options.rejectUnauthorized = self.rejectUnauthorized
164 augur-client-0.1.3.tgz/app/app.js:66818: if (typeof self.rejectUnauthorized !== 'undefined') {
164 augur-client-0.1.3.tgz/app/app.js:66469: self.rejectUnauthorized = false
164 augur-client-0.1.3.tgz/app/app.js:38148: rejectUnauthorized : request.rejectUnauthorized,
163 manta-client-1.0.5.tgz/mclient.js:40: opts.rejectUnauthorized = false;
162 webtail-0.0.12.tgz/webtail.js:140: requestOptions.rejectUnauthorized = !(argv.insecure === true);
162 webtail-0.0.12.tgz/webtail.js:118: requestOptions.rejectUnauthorized = !(argv.insecure === true);
162 ringleader-0.1.12.tgz/lib/server.js:430: , 'rejectUnauthorized': false
162 redirect-rules-0.1.0.tgz/test/util.js:82: requestOpts.rejectUnauthorized = false;
162 redirect-rules-0.1.0.tgz/test/util.js:103: rejectUnauthorized: false
162 publicsuffixlist-0.2.6.tgz/download_list.js:84: rejectUnauthorized : !!config.verifyCertificates,
162 getui-wrapper-0.0.4.tgz/lib/httpManager.js:24: rejectUnauthorized: false,
162 getui-wrapper-0.0.4.tgz/lib/GT.push.js:63: rejectUnauthorized: false
162 flatmarket-2.1.0.tgz/lib/index.js:70: rejectUnauthorized: false,
162 flatmarket-2.1.0.tgz/lib/index.js:196: rejectUnauthorized: false,
162 dingle-nodejs-0.3.5.tgz/request.js:80: rejectUnauthorized: false,
162 dingle-nodejs-0.3.5.tgz/request.js:183: rejectUnauthorized: false,
160 twister-lib-js-0.4.1.tgz/twister-lib.js:28852: poolKey += options.rejectUnauthorized
160 twister-lib-js-0.4.1.tgz/twister-lib.js:28848: if (typeof options.rejectUnauthorized !== 'undefined') {
160 twister-lib-js-0.4.1.tgz/twister-lib.js:28810: options.rejectUnauthorized = self.rejectUnauthorized
160 twister-lib-js-0.4.1.tgz/twister-lib.js:28809: if (typeof self.rejectUnauthorized !== 'undefined') {
160 twister-lib-js-0.4.1.tgz/twister-lib.js:28418: self.rejectUnauthorized = false
160 twister-lib-js-0.4.1.tgz/twister-lib.js:28151: rejectUnauthorized : request.rejectUnauthorized,
159 spdyproxy-0.2.7.tgz/test/basic-proxy-tests.js:19: rejectUnauthorized: false
159 simple-imap-inbox-0.1.8.tgz/lib/inbox.js:101: rejectUnauthorized: false
159 fuzzcat-0.7.0.tgz/index.js:33: this.connectOptions.rejectUnauthorized = false;
159 crypto-cacerts-0.1.0.tgz/app.js:10: rejectUnauthorized: true,
159 anx-api-2.1.1.tgz/lib/api.js:59: rejectUnauthorized: false,
158 smp-1.0.8.tgz/bm/sub.js:31: rejectUnauthorized: false,
158 smp-1.0.8.tgz/bm/pub.js:29: rejectUnauthorized: false,
158 pushinator-1.6.3.tgz/lib/client.js:86: options.rejectUnauthorized = false;
158 prever-0.4.5.tgz/browser_runner/reporter.js:33369: opts.rejectUnauthorized = this.rejectUnauthorized;
158 prever-0.4.5.tgz/browser_runner/reporter.js:31243: this.rejectUnauthorized = opts.rejectUnauthorized;
158 prever-0.4.5.tgz/browser_runner/reporter.js:30740: opts.rejectUnauthorized = this.rejectUnauthorized;
158 prever-0.4.5.tgz/browser_runner/reporter.js:30713: this.rejectUnauthorized = opts.rejectUnauthorized;
158 prever-0.4.5.tgz/browser_runner/reporter.js:30644: opts.rejectUnauthorized = this.rejectUnauthorized;
158 prever-0.4.5.tgz/browser_runner/reporter.js:29876: rejectUnauthorized: this.rejectUnauthorized
158 prever-0.4.5.tgz/browser_runner/reporter.js:29803: this.rejectUnauthorized = opts.rejectUnauthorized || null;
157 pillar7-1.0.12.tgz/lib/socket.io.js:3405: opts.rejectUnauthorized = this.rejectUnauthorized;
157 pillar7-1.0.12.tgz/lib/socket.io.js:2867: opts.rejectUnauthorized = this.rejectUnauthorized;
157 pillar7-1.0.12.tgz/lib/socket.io.js:2840: this.rejectUnauthorized = opts.rejectUnauthorized;
157 pillar7-1.0.12.tgz/lib/socket.io.js:2771: opts.rejectUnauthorized = this.rejectUnauthorized;
157 pillar7-1.0.12.tgz/lib/socket.io.js:2272: this.rejectUnauthorized = opts.rejectUnauthorized;
157 pillar7-1.0.12.tgz/lib/socket.io.js:1696: rejectUnauthorized: this.rejectUnauthorized
157 pillar7-1.0.12.tgz/lib/socket.io.js:1623: this.rejectUnauthorized = opts.rejectUnauthorized || null;
157 cps-api-0.0.11.tgz/lib/connection.js:85: //this.connectionOptions.rejectUnauthorized = true;
157 cps-api-0.0.11.tgz/lib/connection.js:70: rejectUnauthorized: false,
156 homebridge-httptemperaturehumidity-0.0.10.tgz/index.js:34: rejectUnauthorized: false
155 mailx-0.0.9.tgz/lib/poplib.js:239: rejectUnauthorized: !self.data.ignoretlserrs
155 mailx-0.0.9.tgz/lib/imapStore.js:25: tlsOptions: {rejectUnauthorized: false}
155 cozy-desktop-0.7.0.tgz/backend/config.js:137: rejectUnauthorized: false,
154 anodot-relay-0.3.0.tgz/lib/relay.js:22: rejectUnauthorized: false, // FIXME - remove when we will issue a real certificate for our service
153 vault-pki-client-1.0.2.tgz/index.js:119: rejectUnauthorized: !config.vault.server["tls-skip-verify"]
153 request-enterprise-2.1.1.tgz/request.js:42: rejectUnauthorized : false
153 request-enterprise-2.1.1.tgz/request.js:22: rejectUnauthorized : false
153 react-published-images-list-0.0.13.tgz/example/build.js:62450: poolKey += options.rejectUnauthorized
153 react-published-images-list-0.0.13.tgz/example/build.js:62446: if (typeof options.rejectUnauthorized !== 'undefined') {
153 react-published-images-list-0.0.13.tgz/example/build.js:62408: options.rejectUnauthorized = self.rejectUnauthorized
153 react-published-images-list-0.0.13.tgz/example/build.js:62407: if (typeof self.rejectUnauthorized !== 'undefined') {
153 react-published-images-list-0.0.13.tgz/example/build.js:62010: self.rejectUnauthorized = false
153 react-published-images-list-0.0.13.tgz/example/build.js:40954: rejectUnauthorized : request.rejectUnauthorized,
153 mqtt-for-milkcocoa-1.6.3.tgz/test/secure_client.js:98: rejectUnauthorized: true
153 mqtt-for-milkcocoa-1.6.3.tgz/test/secure_client.js:88: var config = { protocol: 'mqtts', port: port, rejectUnauthorized: false };
153 mqtt-for-milkcocoa-1.6.3.tgz/test/secure_client.js:130: rejectUnauthorized: true
153 mqtt-for-milkcocoa-1.6.3.tgz/test/secure_client.js:115: rejectUnauthorized: true
153 mqtt-for-milkcocoa-1.6.3.tgz/test/old/tls.test.js:16: rejectUnauthorized : false
153 mqtt-for-milkcocoa-1.6.3.tgz/lib/connect/ws.js:17: wsOpt.rejectUnauthorized = opts.rejectUnauthorized;
153 mqtt-for-milkcocoa-1.6.3.tgz/lib/connect/ws.js:16: if (opts.hasOwnProperty('rejectUnauthorized')) {
153 mqtt-for-milkcocoa-1.6.3.tgz/lib/connect/tls.js:9: opts.rejectUnauthorized = false !== opts.rejectUnauthorized;
153 mqtt-for-milkcocoa-1.6.3.tgz/lib/connect/tls.js:31: if (opts.rejectUnauthorized) {
153 mqtt-for-milkcocoa-1.6.3.tgz/lib/connect/tls.js:14: if (opts.rejectUnauthorized && !connection.authorized) {
153 mqtt-for-milkcocoa-1.6.3.tgz/lib/connect/sockjs.js:17: wsOpt.rejectUnauthorized = opts.rejectUnauthorized;
153 mqtt-for-milkcocoa-1.6.3.tgz/lib/connect/sockjs.js:16: if (opts.hasOwnProperty('rejectUnauthorized')) {
153 mqtt-for-milkcocoa-1.6.3.tgz/examples/wss/client.js:23: rejectUnauthorized: false,
153 mqtt-for-milkcocoa-1.6.3.tgz/examples/tls client/mqttclient.js:29: rejectUnauthorized : true,
153 mqtt-for-milkcocoa-1.6.3.tgz/examples/client/secure-client.js:12: rejectUnauthorized : false
153 mqtt-for-milkcocoa-1.6.3.tgz/bin/sub.js:69: args.rejectUnauthorized = false;
153 mqtt-for-milkcocoa-1.6.3.tgz/bin/pub.js:84: args.rejectUnauthorized = false;
153 express-user-activator-0.1.12.tgz/lib/sendmail.js:49: * eg. {rejectUnauthorized: true}
152 websocketio-1.0.1.tgz/node-websocketio.js:36: this.ws = new WebSocket(ws, null, {rejectUnauthorized: strictSSL});
152 single-tls-tunnel-1.0.0.tgz/test/support/MockClient.js:32: options.rejectUnauthorized
152 single-tls-tunnel-1.0.0.tgz/test/support/ClientDeath.js:14: rejectUnauthorized: true
152 single-tls-tunnel-1.0.0.tgz/test/src/Server.js:40: rejectUnauthorized: true
152 single-tls-tunnel-1.0.0.tgz/test/src/Server.js:31: rejectUnauthorized: true,
152 single-tls-tunnel-1.0.0.tgz/test/src/index.js:61: rejectUnauthorized: true
152 single-tls-tunnel-1.0.0.tgz/test/src/index.js:53: rejectUnauthorized: true
152 single-tls-tunnel-1.0.0.tgz/test/src/index.js:45: rejectUnauthorized: true
152 single-tls-tunnel-1.0.0.tgz/test/src/index.js:35: rejectUnauthorized: true
152 single-tls-tunnel-1.0.0.tgz/test/src/index.js:27: rejectUnauthorized: true
152 single-tls-tunnel-1.0.0.tgz/test/src/Client.js:69: SERVER_OPTIONS.rejectUnauthorized
152 single-tls-tunnel-1.0.0.tgz/test/src/Client.js:36: rejectUnauthorized: true
152 single-tls-tunnel-1.0.0.tgz/test/src/Client.js:28: rejectUnauthorized: true
152 single-tls-tunnel-1.0.0.tgz/test/src/Client.js:206: SERVER_OPTIONS.rejectUnauthorized
152 single-tls-tunnel-1.0.0.tgz/test/src/Client.js:130: SERVER_OPTIONS.rejectUnauthorized
152 single-tls-tunnel-1.0.0.tgz/src/Server.js:53: options.rejectUnauthorized
152 single-tls-tunnel-1.0.0.tgz/src/Client.js:37: upstreamOptions.rejectUnauthorized
151 tls.js-0.5.1.tgz/test/socket-test.js:176: rejectUnauthorized: false,
151 grunt-nest-proxy-0.1.3.tgz/test/request_test.js:148: rejectUnauthorized: false
151 grunt-nest-proxy-0.1.3.tgz/tasks/nest_proxy.js:15: rejectUnauthorized: false, // Enable HTTPs reponse witout Authrize
151 grunt-nest-proxy-0.1.3.tgz/lib/proxy.js:184: rejectUnauthorized: false
151 grunt-nest-proxy-0.1.3.tgz/Gruntfile.js:42: rejectUnauthorized: false, // Enable HTTPs reponse witout Authrize
150 ngn-idk-core-1.0.7.tgz/lib/core/HttpTransport.js:427: this.serverOptions.rejectUnauthorizedCert = true;
150 ngn-idk-core-1.0.7.tgz/lib/core/HttpTransport.js:426: if (this.rejectUnauthorizedCert)
150 ngn-idk-core-1.0.7.tgz/lib/core/HttpTransport.js:422: if (this.requireClientCert || this.rejectUnauthorizedCert) {
150 ngn-idk-core-1.0.7.tgz/lib/core/HttpTransport.js:143: value: NGN.coalesce(config.rejectUnauthorizedClientCert,false),
150 ngn-idk-core-1.0.7.tgz/lib/core/HttpTransport.js:142: rejectUnauthorizedCert: {
150 ngn-idk-core-1.0.7.tgz/lib/core/HttpTransport.js:137: * @cfg {Boolean} [rejectUnauthorizedClientCert=false]
150 ljve.io-0.4.10.tgz/core/config/mail.server.js:30: 'rejectUnauthorized': false
149 client-request-1.0.1.tgz/request.js:170: ["pfx", "key", "cert", "ca", "ciphers", "rejectUnauthorized", "secureProtocol"].forEach(function ea(key) {
148 codius-1.2.1.tgz/lib/commands/upload.js:77: rejectUnauthorized: !self.codius.config.get('allowUnauthorizedSsl')
148 codius-1.2.1.tgz/lib/commands/upload.js:72: rejectUnauthorized: !self.codius.config.get('allowUnauthorizedSsl')
148 axiscam-0.1.1.tgz/lib/axis.js:30: this.url.rejectUnauthorized = false
147 statsd-instrumental-backend-0.11.1.tgz/lib/instrumental.js:98: connection = tls.connect(port, host, { rejectUnauthorized: verifyCert, ca: caChain }, function(){
147 nodeweibo-2.0.4.tgz/lib/Weibo.js:69: options.rejectUnauthorized = false;
147 lamassu-identitymind-1.2.7.tgz/lib/main.js:138: rejectUnauthorized: true,
146 mongodb-minimal-2015.8.1.tgz/mongodb/test/functional/ssl_x509_connect_tests.js:43: rejectUnauthorized: false,
146 mongodb-minimal-2015.8.1.tgz/mongodb/test/functional/ssl_x509_connect_tests.js:438: rejectUnauthorized: false,
146 mongodb-minimal-2015.8.1.tgz/mongodb/test/functional/ssl_x509_connect_tests.js:249: rejectUnauthorized: false,
146 mongodb-minimal-2015.8.1.tgz/mongodb/test/functional/ssl_x509_connect_tests.js:148: rejectUnauthorized: false,
146 mongodb-minimal-2015.8.1.tgz/mongodb/test/functional/ssl_validation_tests.js:478: rejectUnauthorized: true,
146 mongodb-minimal-2015.8.1.tgz/mongodb/test/functional/ssl_validation_tests.js:31: rejectUnauthorized: false,
146 mongodb-minimal-2015.8.1.tgz/mongodb/test/functional/ssl_mongoclient_tests.js:580: , rejectUnauthorized:false
146 mongodb-minimal-2015.8.1.tgz/mongodb/test/functional/ssl_mongoclient_tests.js:523: rejectUnauthorized: false,
146 mongodb-minimal-2015.8.1.tgz/mongodb/test/functional/ssl_mongoclient_tests.js:458: rejectUnauthorized: false,
146 mongodb-minimal-2015.8.1.tgz/mongodb/test/functional/ssl_mongoclient_tests.js:396: rejectUnauthorized: false,
146 mongodb-minimal-2015.8.1.tgz/mongodb/test/functional/ssl_mongoclient_tests.js:337: , rejectUnauthorized:false
146 mongodb-minimal-2015.8.1.tgz/mongodb/test/functional/ssl_mongoclient_tests.js:240: , rejectUnauthorized:true
146 mongodb-minimal-2015.8.1.tgz/mongodb/test/functional/ssl_mongoclient_tests.js:178: , rejectUnauthorized:true
146 mongodb-minimal-2015.8.1.tgz/mongodb/lib/server.js:125: if(typeof clonedOptions.sslValidate == 'boolean') clonedOptions.rejectUnauthorized = clonedOptions.sslValidate;
146 mongodb-minimal-2015.8.1.tgz/mongodb/lib/replset.js:177: if(typeof options.sslValidate == 'boolean') finalOptions.rejectUnauthorized = options.sslValidate;
146 mongodb-minimal-2015.8.1.tgz/mongodb/lib/mongos.js:111: if(typeof options.sslValidate == 'boolean') finalOptions.rejectUnauthorized = options.sslValidate;
146 mongodb-minimal-2015.8.1.tgz/mongodb-core/lib/topologies/server.js:477: * @param {boolean} [options.rejectUnauthorized=true] Reject unauthorized server certificates
146 mongodb-minimal-2015.8.1.tgz/mongodb-core/lib/topologies/server.js:454: , 'socketTimeout', 'singleBufferSerializtion', 'ssl', 'ca', 'cert', 'key', 'rejectUnauthorized', 'promoteLongs'];
146 mongodb-minimal-2015.8.1.tgz/mongodb-core/lib/topologies/replset.js:83: * @param {boolean} [options.rejectUnauthorized=true] Reject unauthorized server certificates
146 mongodb-minimal-2015.8.1.tgz/mongodb-core/lib/topologies/mongos.js:193: * @param {boolean} [options.rejectUnauthorized=true] Reject unauthorized server certificates
146 mongodb-minimal-2015.8.1.tgz/mongodb-core/lib/connection/pool.js:34: * @param {boolean} [options.rejectUnauthorized=false] Reject unauthorized server certificates
146 mongodb-minimal-2015.8.1.tgz/mongodb-core/lib/connection/connection.js:96: if(!this.ssl) this.rejectUnauthorized = false;
146 mongodb-minimal-2015.8.1.tgz/mongodb-core/lib/connection/connection.js:93: this.rejectUnauthorized = typeof options.rejectUnauthorized == 'boolean' ? options.rejectUnauthorized : true
146 mongodb-minimal-2015.8.1.tgz/mongodb-core/lib/connection/connection.js:36: * @param {boolean} [options.rejectUnauthorized=true] Reject unauthorized server certificates
146 mongodb-minimal-2015.8.1.tgz/mongodb-core/lib/connection/connection.js:350: if(self.connection.authorizationError && self.rejectUnauthorized) {
146 mongodb-minimal-2015.8.1.tgz/mongodb-core/lib/connection/connection.js:339: , rejectUnauthorized: self.rejectUnauthorized
146 mongodb-minimal-2015.8.1.tgz/mongodb-core/lib/connection/connection.js:17: , 'rejectUnauthorized', 'promoteLongs'];
146 foscam-client-0.2.2.tgz/lib/Foscam.js:31: rejectUnauthorized: this.rejectUnauthorizedCerts,
146 foscam-client-0.2.2.tgz/lib/Foscam.js:28: this.rejectUnauthorizedCerts = 'rejectUnauthorizedCerts' in config ? config.rejectUnauthorizedCerts : true;
146 blockapps-js-2.2.5.tgz/js/HTTPQuery.js:14: rejectUnauthorized: false,
146 abacus-demo-client-0.0.4.tgz/src/test/post.js:52: rejectUnauthorized: false,
146 abacus-demo-client-0.0.4.tgz/lib/test/post.js:46: rejectUnauthorized: false,
145 schema-client-1.2.10.tgz/lib/connection.js:59: rejectUnauthorized: this.options.verifyCert === false ? false : true
145 pylon-balancer-0.0.40.tgz/pylon-balancer.js:109: case 'rejectUnauthorized' : opts.tls[k] = x[k]; break;
144 bitcoin-async-1.0.0.tgz/lib/jsonrpc.js:44: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
143 passport-yahoo-oauth2-0.2.5.tgz/lib/passport-yahoo-oauth/oauth2.js:205: rejectUnauthorized: false,
143 passport-yahoo-oauth2-0.2.5.tgz/lib/passport-yahoo-oauth/oauth2.js:119: rejectUnauthorized: false,
142 wstunnel-1.1.1.tgz/lib/httpSetup.js:80: options.rejectUnauthorized = false;
142 wstunnel-1.1.1.tgz/lib/httpSetup.js:59: rejectUnauthorized: (anyCert ? false : true)
142 wstunnel-1.1.1.tgz/lib/httpSetup.js:44: options.rejectUnauthorized = false;
142 wstunnel-1.1.1.tgz/lib/httpSetup.js:40: options.rejectUnauthorized = false;
141 shoal-0.2.3.tgz/lib/auth.js:64: rejectUnauthorized: true
141 shoal-0.2.3.tgz/lib/auth.js:124: this._httpOptions.agentOptions.rejectUnauthorized = true;
141 shoal-0.2.3.tgz/lib/auth.js:120: this._httpOptions.agentOptions.rejectUnauthorized = false;
141 nodeplayer-plugin-express-0.2.0.tgz/index.js:28: rejectUnauthorized: config.rejectUnauthorized
141 nodeplayer-plugin-express-0.2.0.tgz/default-config.js:12:defaultConfig.rejectUnauthorized = true;
140 whaler-0.1.8.tgz/modules/daemon/index.js:51: rejectUnauthorized: true,
140 node-vsphere-soap-0.0.2-5.tgz/lib/client.js:42: rejectUnauthorized: false,
140 krb5-0.1.0.tgz/segfault.js:14: options.rejectUnauthorized = false
140 krb5-0.1.0.tgz/samples/spnego_async.js:32: options.rejectUnauthorized = false
140 krb5-0.1.0.tgz/safe.js:14: options.rejectUnauthorized = false
140 farmjs-0.1.12.tgz/test/lib/instman.js:283: rejectUnauthorized: false,
138 tunnel2-0.0.4.tgz/test/keys/test.js:31: rejectUnauthorized: true
138 tunnel2-0.0.4.tgz/test/keys/test.js:16: rejectUnauthorized: true,
138 tunnel2-0.0.4.tgz/test/https-over-https.js:60: rejectUnauthorized: true
138 tunnel2-0.0.4.tgz/test/https-over-https.js:44: rejectUnauthorized: true
138 tunnel2-0.0.4.tgz/test/https-over-https-error.js:69: rejectUnauthorized: true
138 tunnel2-0.0.4.tgz/test/https-over-https-error.js:43: rejectUnauthorized: true
138 tunnel2-0.0.4.tgz/test/https-over-https-error.js:243: rejectUnauthorized: true,
138 tunnel2-0.0.4.tgz/test/https-over-https-error.js:235: rejectUnauthorized: true,
138 tunnel2-0.0.4.tgz/test/https-over-https-error.js:222: rejectUnauthorized: true,
138 tunnel2-0.0.4.tgz/test/https-over-https-error.js:214: rejectUnauthorized: true,
138 tunnel2-0.0.4.tgz/test/https-over-https-error.js:204: rejectUnauthorized: true,
138 tunnel2-0.0.4.tgz/test/https-over-https-error.js:197: rejectUnauthorized: true,
138 tunnel2-0.0.4.tgz/test/https-over-https-error.js:184: rejectUnauthorized: true,
138 tunnel2-0.0.4.tgz/test/https-over-https-error.js:178: rejectUnauthorized: true,
138 tunnel2-0.0.4.tgz/test/https-over-https-error.js:167: rejectUnauthorized: true,
138 tunnel2-0.0.4.tgz/test/https-over-https-error.js:160: rejectUnauthorized: true,
138 tunnel2-0.0.4.tgz/test/https-over-https-error.js:149: rejectUnauthorized: true,
138 tunnel2-0.0.4.tgz/test/https-over-https-error.js:144: rejectUnauthorized: true,
138 tunnel2-0.0.4.tgz/test/https-over-https-error.js:114: rejectUnauthorized: true,
138 tunnel2-0.0.4.tgz/test/https-over-http.js:85: rejectUnauthorized: true,
138 tunnel2-0.0.4.tgz/test/https-over-http.js:39: rejectUnauthorized: true
138 tunnel2-0.0.4.tgz/test/http-over-https.js:87: rejectUnauthorized: true
138 tunnel2-0.0.4.tgz/test/http-over-https.js:48: rejectUnauthorized: true
138 snapchat-2.0.2.tgz/lib/request.js:209: rejectUnauthorized: false
138 shredder-sdk-1.1.9.tgz/helpers/api.js:10: rejectUnauthorized: false,
138 getprove-0.0.5.tgz/index.js:88: , rejectUnauthorized: !devMode
138 dia-0.3.2.tgz/lib/librarian/http.js:87: options.rejectUnauthorized = false;
137 sslinfo-0.1.6.tgz/lib/method.js:71: rejectUnauthorized: false,
137 sslinfo-0.1.6.tgz/lib/cipher.js:75: rejectUnauthorized: false
137 sslinfo-0.1.6.tgz/lib/certificate.js:27: rejectUnauthorized: false
136 pangolin-1.0.9.tgz/lib/node-http2/lib/http.js:985: options.rejectUnauthorized != null ||
136 gocd-api-0.8.0.tgz/lib/requestor.js:15: rejectUnauthorized: false,
136 e2e-0.0.7.tgz/end-to-end/lib/closure-compiler/contrib/nodejs/tls.js:83: * @param {boolean=} rejectUnauthorized
136 e2e-0.0.7.tgz/end-to-end/lib/closure-compiler/contrib/nodejs/tls.js:65: * @typedef {{host: string, port: number, socket: *, pfx: (string|Buffer), key: (string|Buffer), passphrase: string, cert: (string|Buffer), ca: Array.<string>, rejectUnauthorized: boolean, NPNProtocols: Array.<string|Buffer>, servername: string}}
136 e2e-0.0.7.tgz/end-to-end/lib/closure-compiler/contrib/nodejs/tls.js:45:tls.CreateOptions.prototype.rejectUnauthorized;
136 e2e-0.0.7.tgz/end-to-end/lib/closure-compiler/contrib/nodejs/https.js:55: * @typedef {{host: ?string, hostname: ?string, port: ?number, method: ?string, path: ?string, headers: ?Object.<string,string>, auth: ?string, agent: ?(https.Agent|boolean), pfx: ?(string|Buffer), key: ?(string|Buffer), passphrase: ?string, cert: ?(string|Buffer), ca: ?Array.<string>, ciphers: ?string, rejectUnauthorized: ?boolean}}
135 node-posh-0.1.1.tgz/src/index.coffee:287: rejectUnauthorized: false
135 node-posh-0.1.1.tgz/src/index.coffee:276: rejectUnauthorized: false
135 node-posh-0.1.1.tgz/lib/index.js:370: rejectUnauthorized: false,
135 node-posh-0.1.1.tgz/lib/index.js:356: rejectUnauthorized: false
135 finch-core-1.3.3.tgz/lib/tunnel.js:247: rejectUnauthorized: false
134 tokumx-1.4.0-rc8.tgz/lib/mongodb/connection/connection.js:114: , rejectUnauthorized: false
134 node-rwe-smarterhome-lib-0.0.4.tgz/lib/smarthome.js:114: rejectUnauthorized: false,
133 homebridge-lightwaverf-0.0.3.tgz/testLWRF.js:37: rejectUnauthorized:false
132 maltose-ws-0.0.4.tgz/ws/lib/WebSocket.js:570: if (options.isDefinedAndNonNull('rejectUnauthorized')) requestOptions.rejectUnauthorized = options.value.rejectUnauthorized;
132 maltose-ws-0.0.4.tgz/ws/lib/WebSocket.js:558: || options.isDefinedAndNonNull('rejectUnauthorized')) {
132 maltose-ws-0.0.4.tgz/ws/lib/WebSocket.js:473: rejectUnauthorized: null
130 simple-irc-socket-1.2.1.tgz/irc-socket.js:139: // set rejectUnauthorized because most IRC servers don't have certified certificates anyway.
130 simple-irc-socket-1.2.1.tgz/irc-socket.js:137: this.impl = tls.connect(this.port, this.netname, {rejectUnauthorized: false});
130 aitch-1.0.1.tgz/lib/Transport.js:66: options.rejectUnauthorized = this.tls.rejectUnauthorized;
130 aitch-1.0.1.tgz/lib/Transport.js:57:// `ciphers`, `rejectUnauthorized` and `secureProtocol`) to `options`.
130 aitch-1.0.1.tgz/lib/Transport.js:30: // `rejectUnauthorized` and `secureProtocol`. Consult the [Node
129 devserve-0.0.5.tgz/devserve.js:115: rejectUnauthorized: false
128 boss-remote-1.1.2.tgz/lib/RemoteDaemon.js:79: rejectUnauthorized: false
127 whatismyip-0.0.8.tgz/nn/request/tests/test-protocol-changing-redirect.js:55: , rejectUnauthorized: false })
127 whatismyip-0.0.8.tgz/nn/request/tests/test-https.js:72: test.rejectUnauthorized = false
127 whatismyip-0.0.8.tgz/nn/request/request.js:529: poolKey += options.rejectUnauthorized
127 whatismyip-0.0.8.tgz/nn/request/request.js:527: if (typeof options.rejectUnauthorized !== 'undefined') {
127 whatismyip-0.0.8.tgz/nn/request/request.js:495: if (typeof this.rejectUnauthorized !== 'undefined') options.rejectUnauthorized = this.rejectUnauthorized
127 whatismyip-0.0.8.tgz/nn/request/request.js:439: , rejectUnauthorized: self.rejectUnauthorized
127 whatismyip-0.0.8.tgz/nn/request/request.js:165: , rejectUnauthorized: self.rejectUnauthorized
127 whatismyip-0.0.8.tgz/nn/request/request.js:149: self.rejectUnauthorized = false
127 sawrocket-node-0.4.0.tgz/tls.js:56: verifyClient: options.requestCert ? options.rejectUnauthorized ? true : 'optional' : false,
127 sawrocket-node-0.4.0.tgz/sawrocket-node.browser.js:31212: verifyClient: options.requestCert ? options.rejectUnauthorized ? true : 'optional' : false,
127 emailjs-tcp-socket-1.0.1.tgz/test/integration/tcp-socket-test.js:131: rejectUnauthorized: false
127 emailjs-tcp-socket-1.0.1.tgz/test/integration/chrome/server.js:39: rejectUnauthorized: false
127 dpm2-0.4.0.tgz/lib/publish.js:38: options.rejectUnauthorized = false;
127 detour-proxy-0.0.23.tgz/server.js:265: ['pfx', 'key', 'passphrase', 'cert', 'ca', 'ciphers', 'rejectUnauthorized', 'secureProtocol'].forEach(function (name) {
127 byrd-1.2.0.tgz/lib/server-transport.js:44: rejectUnauthorized: false
126 rut-status-1.0.3.tgz/lib/index.js:27: rejectUnauthorized: false,
125 nstudyplugin-0.1.8.tgz/nstudyplugin.js:135: options.rejectUnauthorized = false
124 oauth-flow-0.3.5.tgz/lib/oauth-flow.js:99: rejectUnauthorized: !options.provider.selfSignedCertificate,
124 oauth-flow-0.3.5.tgz/lib/oauth-flow.js:14: true : this.options.rejectUnauthorized;
124 oauth-flow-0.3.5.tgz/lib/oauth-flow.js:13: options.rejectUnauthorized = this.options.rejectUnauthorized == null ?
124 norman-business-catalog-manager-server-0.3.0.tgz/lib/services/catalog/index.js:320: rejectUnauthorized: false
124 homebridge-http-temperature-humidity-0.0.8.tgz/index.js:31: rejectUnauthorized: false
124 gulp-live-serve-1.0.2.tgz/test/main.js:113: rejectUnauthorized: false // trust self signed cert
123 thrift-hack-0.9.29.tgz/test/multiplex_client.js:52: options.rejectUnauthorized = false;
123 thrift-hack-0.9.29.tgz/test/http_client.js:59: options.nodeOptions = { rejectUnauthorized: false };
123 thrift-hack-0.9.29.tgz/test/client.js:76: options.rejectUnauthorized = false;
123 gulp-externs-0.0.11.tgz/externs/node/v0.12.0/tls.js:60: opt_requestCert, opt_rejectUnauthorized) {};
123 gulp-externs-0.0.11.tgz/externs/node/v0.12.0/tls.js:56: * @param {boolean=} opt_rejectUnauthorized
122 wo-0.3.0.tgz/lib/index.js:36: rejectUnauthorized: Joi.boolean(),
122 wo-0.3.0.tgz/lib/index.js:306: agents[type] = (type === 'http' ? new Http.Agent() : (type === 'https' ? new Https.Agent() : new Https.Agent({ rejectUnauthorized: false })));
122 wo-0.3.0.tgz/lib/index.js:304: const type = (protocol === 'http' ? 'http' : (settings.rejectUnauthorized === false ? 'insecure' : 'https'));
121 securemq-0.0.9.tgz/lib/securemq.js:485: options.rejectUnauthorized = _settings.rejectUnauthorized;
121 securemq-0.0.9.tgz/lib/securemq.js:484: if ( _settings.rejectUnauthorized != undefined ) {
121 securemq-0.0.9.tgz/lib/securemq.js:152: settings.rejectUnauthorized = options.rejectUnauthorized;
121 securemq-0.0.9.tgz/lib/securemq.js:151: if ( options.rejectUnauthorized != undefined ) {
121 securemq-0.0.9.tgz/examples/pushpull/pull.js:8: rejectUnauthorized: false,
121 securemq-0.0.9.tgz/examples/pubsub/sub.js:8: rejectUnauthorized: false,
121 securemq-0.0.9.tgz/examples/chitchat/chat.js:8: rejectUnauthorized: false, // false: if using self signed certificate.
121 securemq-0.0.9.tgz/benchmark/sub.js:16: rejectUnauthorized: false, // false: if using self signed certificate.
121 securemq-0.0.9.tgz/benchmark/subbatch.js:17: rejectUnauthorized: false, // false: if using self signed certificate.
121 maksunappi-1.0.5.tgz/sample/app.js:45: rejectUnauthorized: false
120 shuo-0.54.2.tgz/src/client.js:137: if (server.rejectUnauthorized && (args.host != config.defaults.host)) {
120 shuo-0.54.2.tgz/src/client.js:129: rejectUnauthorized: !config.displayNetwork
120 oneapm-sdk-0.0.4.tgz/lib/middleware.js:10: rejectUnauthorized: process.env.ONEAPM_LOGIN_URL === 'https://user.oneapm.com/account/login.do'
120 needle-retry-x-0.11.2.tgz/test/redirect_spec.js:68: opts.rejectUnauthorized = false;
120 needle-retry-x-0.11.2.tgz/lib/needle.js:29:var tls_options = 'agent pfx key passphrase cert ca ciphers rejectUnauthorized secureProtocol';
120 grel-0.1.5.tgz/grel.js:95: // rejectUnauthorized: false,
119 sept-0.1.11.tgz/lib/aliren.js:84: rejectUnauthorized:false,
119 sept-0.1.11.tgz/lib/aliren.js:152: rejectUnauthorized:false,
119 sept-0.1.11.tgz/lib/aliren.js:111: rejectUnauthorized:false,
119 nproxy-plus-1.6.3.tgz/lib/utils.js:97: rejectUnauthorized: false,
119 node-ytx-0.3.0.tgz/index.js:87: rejectUnauthorized: false,
119 node-sass-china-3.4.2.tgz/scripts/install.js:38: applyProxy({ rejectUnauthorized: false }, function(options) {
119 node-sap-mailer-0.3.1.tgz/lib/config.js:12: rejectUnauthorized: false
119 node-red-contrib-td-0.0.8.tgz/td.js:48: rejectUnauthorized: false,
119 jwks-utils-1.0.5.tgz/test/setup.js:50: rejectUnauthorized: false
118 nodeplayer-defaults-0.1.9.tgz/index.js:63:defaultConfig.rejectUnauthorized = true; // Disabling leaves you vulnerable to MITM
118 gulp.sass-1.3.9.tgz/node-sass/scripts/install.js:21: applyProxy({ rejectUnauthorized: false }, function(options) {
117 node-sass-x64-3.5.6.tgz/scripts/install.js:38: applyProxy({ rejectUnauthorized: false }, function(options) {
117 grunt-nagios-0.2.0.tgz/tasks/nagios.js:29: rejectUnauthorized: false,
116 vk-io-1.0.3.tgz/base/longpoll.js:87: rejectUnauthorized: false,
116 vk-io-1.0.3.tgz/base/api.js:119: rejectUnauthorized: false,
116 grunt-uploadtunnel-0.1.3.tgz/tasks/grunt-uploadtunnel.js:70: rejectUnauthorized: options.rejectUnauthorized,
116 grunt-uploadtunnel-0.1.3.tgz/tasks/grunt-uploadtunnel.js:23: rejectUnauthorized: true,
116 github-conventional-changelog-0.0.8.tgz/lib/client.js:21: rejectUnauthorized: options.sslCheck,
115 cf-abacus-0.0.4.tgz/lib/utils/request/src/index.js:48: rejectUnauthorized: false,
115 cf-abacus-0.0.4.tgz/lib/utils/request/lib/index.js:54: rejectUnauthorized: false,
115 cf-abacus-0.0.4.tgz/lib/utils/dbclient/src/index.js:104: rejectUnauthorized: false
115 cf-abacus-0.0.4.tgz/lib/utils/dbclient/lib/index.js:105: rejectUnauthorized: false
115 cf-abacus-0.0.4.tgz/demo/client/src/test/post.js:52: rejectUnauthorized: false,
115 cf-abacus-0.0.4.tgz/demo/client/lib/test/post.js:46: rejectUnauthorized: false,
112 vz-0.2.10.tgz/vidzapper.js:45: rejectUnauthorized: false
112 hmreload-0.1.0.tgz/test/index.test.coffee:66: rejectUnauthorized: false
111 nsqueue-0.5.0.tgz/test/tls.js:19: //rejectUnauthorized: false,
111 net-registry-0.0.8.tgz/index.js:13: rejectUnauthorized: false
111 jsonquest-0.2.3.tgz/lib/jsonquest.js:19: rejectUnauthorized: options.rejectUnauthorized,
110 socks-client-1.1.4.tgz/lib/socks-agent.js:9: this.rejectUnauthorized = rejectUnauthorized;
110 socks-client-1.1.4.tgz/lib/socks-agent.js:6:function SocksAgent(options, secure, rejectUnauthorized) {
110 socks-client-1.1.4.tgz/lib/socks-agent.js:47: rejectUnauthorized: self.rejectUnauthorized
110 socks-client-1.1.4.tgz/lib/socks-agent.js:12: this.rejectUnauthorized = true;
110 socks-client-1.1.4.tgz/lib/socks-agent.js:11: if (this.rejectUnauthorized === undefined) {
110 react-as-tagfield-0.2.1.tgz/demo.entry.js:6803: opts.rejectUnauthorized = this.rejectUnauthorized;
110 react-as-tagfield-0.2.1.tgz/demo.entry.js:4689: this.rejectUnauthorized = opts.rejectUnauthorized;
110 react-as-tagfield-0.2.1.tgz/demo.entry.js:4174: opts.rejectUnauthorized = this.rejectUnauthorized;
110 react-as-tagfield-0.2.1.tgz/demo.entry.js:4147: this.rejectUnauthorized = opts.rejectUnauthorized;
110 react-as-tagfield-0.2.1.tgz/demo.entry.js:4078: opts.rejectUnauthorized = this.rejectUnauthorized;
110 react-as-tagfield-0.2.1.tgz/demo.entry.js:3310: rejectUnauthorized: this.rejectUnauthorized
110 react-as-tagfield-0.2.1.tgz/demo.entry.js:3237: this.rejectUnauthorized = opts.rejectUnauthorized || null;
110 icebreaker-peer-tls-1.0.4.tgz/index.js:58: ['key', 'ca', 'cert', 'pfx', 'rejectUnauthorized', 'port','handshakeTimeout'],
110 icebreaker-peer-tls-1.0.4.tgz/index.js:41: ['key', 'ca', 'cert', 'pfx', 'rejectUnauthorized', 'requestCert','handshakeTimeout'],
110 icebreaker-peer-tls-1.0.4.tgz/index.js:34: rejectUnauthorized: false,
110 icebreaker-peer-tls-1.0.4.tgz/index.js:117: if (!params.ca && this.cert && this.rejectUnauthorized === false)
110 icebreaker-peer-tls-1.0.4.tgz/index.js:112: 'key', 'ca', 'cert', 'pfx', 'rejectUnauthorized', 'port', 'address','handshakeTimeout'
110 geteventstore-client-0.1.6.tgz/lib/Client.js:247: rejectUnauthorized: opts.rejectUnauthorized,
110 geteventstore-client-0.1.6.tgz/lib/Client.js:21: this.rejectUnauthorized = opts.rejectUnauthorized || true
110 geteventstore-client-0.1.6.tgz/lib/Client.js:218: rejectUnauthorized: this.opts.rejectUnauthorized,
109 requesty-0.10.0.tgz/lib/core.js:38: options.rejectUnauthorized = false;
109 hpcsa-3.0.0.tgz/old/testXml.js:28: rejectUnauthorized : false,
109 hpcsa-3.0.0.tgz/old/testXml.js:23: rejectUnauthorized : false,
109 hpcsa-3.0.0.tgz/old/getRequestFromSub.js:24: rejectUnauthorized : false,
109 hpcsa-3.0.0.tgz/modifySub.js:31: rejectUnauthorized : false,
109 hpcsa-3.0.0.tgz/modifySub.js:26: rejectUnauthorized : false,
109 hpcsa-3.0.0.tgz/legacy/uploadFile.js:39: rejectUnauthorized: false,
109 hpcsa-3.0.0.tgz/legacy/legacyutils.js:90: rejectUnauthorized: false,
109 hpcsa-3.0.0.tgz/legacy.js:14: rejectUnauthorized : false,
109 hpcsa-3.0.0.tgz/legacy/apply.js:37: rejectUnauthorized : false,
109 hpcsa-3.0.0.tgz/legacy/apply.js:32: rejectUnauthorized : false,
109 hpcsa-3.0.0.tgz/hpcsa.js:933: rejectUnauthorized: false,
109 hpcsa-3.0.0.tgz/hpcsa.js:908: rejectUnauthorized: false,
109 hpcsa-3.0.0.tgz/hpcsa.js:877: rejectUnauthorized: false,
109 hpcsa-3.0.0.tgz/hpcsa.js:830: rejectUnauthorized: false,
109 hpcsa-3.0.0.tgz/hpcsa.js:789: rejectUnauthorized: false,
109 hpcsa-3.0.0.tgz/hpcsa.js:637: rejectUnauthorized: false,
109 hpcsa-3.0.0.tgz/hpcsa.js:487: rejectUnauthorized: false,
109 hpcsa-3.0.0.tgz/hpcsa.js:476: rejectUnauthorized: false,
109 hpcsa-3.0.0.tgz/hpcsa.js:380: rejectUnauthorized: false,
109 hpcsa-3.0.0.tgz/hpcsa.js:251: rejectUnauthorized : REJECT_UNAUTHORIZED,
109 hpcsa-3.0.0.tgz/hpcsa.js:160: rejectUnauthorized: false,
109 hpcsa-3.0.0.tgz/delSubs.js:19: rejectUnauthorized : false,
109 hpcsa-3.0.0.tgz/config.js:47: rejectUnauthorized : config.csaConn.REJECT_UNAUTHORIZED,
109 hpcsa-3.0.0.tgz/config.js:41: rejectUnauthorized : config.csaConn.REJECT_UNAUTHORIZED,
109 hpcsa-3.0.0.tgz/bulksub.js:53: rejectUnauthorized : false,
109 hpcsa-3.0.0.tgz/bulksub.js:48: rejectUnauthorized : false,
108 azure-iot-mqtt-base-1.0.0-preview.11.tgz/lib/_mqtt_test.js:99: assert.equal(transport._options.rejectUnauthorized, false);
108 azure-iot-mqtt-base-1.0.0-preview.11.tgz/lib/mqtt.js:39: rejectUnauthorized: false,
107 rejewski-0.0.8.tgz/test/test-config.js:42: rejectUnauthorized: false,
107 rejewski-0.0.8.tgz/lib/Rejewski.js:66: rejectUnauthorized: false,
107 rejewski-0.0.8.tgz/lib/Rejewski.js:49: * @param {Boolean} rejectUnauthorized - Force client certificate auth
107 normalize-registry-1.0.4.tgz/app/server.js:8:keys.rejectUnauthorized = false
107 greenwave-gop-1.0.1.tgz/gop.js:114: self.options.rejectUnauthorized = false;
107 alir-0.0.7.tgz/put.js:118: rejectUnauthorized: false
106 hp-0.1.5.tgz/lib/proxy.js:95: rejectUnauthorized: false,
106 homebridge-mqttswitch-0.0.2.tgz/index.js:49: rejectUnauthorized: false
105 noradle-nodejs-client-0.14.1.tgz/DBDriver.js:202: rejectUnauthorized : false,
105 kappa-bridge-0.0.5.tgz/proxy.js:92: , rejectUnauthorized : false
105 kappa-bridge-0.0.5.tgz/proxy.js:73: options.tls.rejectUnauthorized = true
105 cesiumjs-1.10.0.tgz/ThirdParty/dojo-release-1.9.3/dojo/request/node.js:19:var _11=_f.requestOptions={hostname:_d.hostname,port:_d.port,socketPath:_e.socketPath,method:_e.method,headers:_e.headers,agent:_e.agent,pfx:_e.pfx,key:_e.key,passphrase:_e.passphrase,cert:_e.cert,ca:_e.ca,ciphers:_e.ciphers,rejectUnauthorized:_e.rejectUnauthorized===false?false:true};
104 soundcrawler-1.0.2.tgz/index.js:47: rejectUnauthorized : false,
104 qlik-auth-1.1.0.tgz/index.js:59: rejectUnauthorized: false,
104 qlik-auth-1.1.0.tgz/index.js:199: rejectUnauthorized: false,
104 pomelo-webconnector-0.1.0.tgz/example/https-client.js:20: rejectUnauthorized:false,
104 lightstep-tracer-0.5.36.tgz/src/imp/platform/node/transport_node.js:27: thriftOptions.nodeOptions.rejectUnauthorized = false;
104 greniertv-crawler-0.0.3.tgz/libs/crawlers/MovieTube.js:87: rejectUnauthorized: false
104 greniertv-crawler-0.0.3.tgz/libs/crawlers/MovieTube.js:65: rejectUnauthorized: false
104 greniertv-crawler-0.0.3.tgz/libs/crawlers/MovieTube.js:23: rejectUnauthorized: false
104 greniertv-crawler-0.0.3.tgz/libs/crawlers/Movies123.js:75: rejectUnauthorized: false
104 greniertv-crawler-0.0.3.tgz/libs/crawlers/Movies123.js:50: rejectUnauthorized: false
104 greniertv-crawler-0.0.3.tgz/libs/crawlers/Movies123.js:23: rejectUnauthorized: false
104 greniertv-crawler-0.0.3.tgz/libs/crawlers/Movies123.js:150: rejectUnauthorized: false
104 greniertv-crawler-0.0.3.tgz/libs/crawlers/Movies123.js:128: rejectUnauthorized: false
103 electron-mumble-0.4.1.tgz/index.js:40: options.rejectUnauthorized = false;
103 electron-mumble-0.4.1.tgz/index.js:39: if( !options.rejectUnauthorized ) {
103 electron-mumble-0.4.1.tgz/index.js:34: // If the options.rejectUnauthorized isn't defined default it to false.
102 vmerlin-1.0.13.tgz/lib/dispatch/flusher.js:155: options.rejectUnauthorized = true;
102 vmerlin-1.0.13.tgz/lib/dispatch/flusher.js:141: options.rejectUnauthorized = false;
102 vmerlin-1.0.13.tgz/lib/dispatch/flusher.js:136: options.rejectUnauthorized = true;
102 vmerlin-1.0.13.tgz/lib/dispatch/flusher.js:131: options.rejectUnauthorized = false;
102 tls-browserify-0.1.3.tgz/index.js:57: if (!options.rejectUnauthorized || !options.servername) {
102 tls-browserify-0.1.3.tgz/index.js:209: rejectUnauthorized: options.rejectUnauthorized
102 tls-browserify-0.1.3.tgz/index.js:199: rejectUnauthorized: '0' !== process.env.NODE_TLS_REJECT_UNAUTHORIZED,
102 fritzboxtools-0.3.3.tgz/lib/fritzboxtools.js:242: reqOptions.rejectUnauthorized = false;
102 dom-collector-1.0.6.tgz/lib/dom-collector.js:131: rejectUnauthorized: false,
102 cardi-0.1.6.tgz/cardi.js:21: rejectUnauthorized: false,
101 naked-websocket-0.0.7.tgz/examples/secure-server.js:11: rejectUnauthorized: false,
101 naked-websocket-0.0.7.tgz/examples/secure-client.js:11: rejectUnauthorized: false,
101 naked-websocket-0.0.7.tgz/benchmark/sub.js:34: options.rejectUnauthorized = false,
101 naked-websocket-0.0.7.tgz/benchmark/pub.js:33: options.rejectUnauthorized = false,
101 jdf-ws-1.0.3.tgz/ws/lib/WebSocket.js:570: if (options.isDefinedAndNonNull('rejectUnauthorized')) requestOptions.rejectUnauthorized = options.value.rejectUnauthorized;
101 jdf-ws-1.0.3.tgz/ws/lib/WebSocket.js:558: || options.isDefinedAndNonNull('rejectUnauthorized')) {
101 jdf-ws-1.0.3.tgz/ws/lib/WebSocket.js:473: rejectUnauthorized: null
101 irc-connect-2.1.3.tgz/connect.js:70: if(options.secure && options.lazyCA) options.connection.rejectUnauthorized = false
101 hangouts-js-0.0.7.tgz/lib/messenger.js:11: rejectUnauthorized: false
101 dpd-js-sdk-0.0.7.tgz/dpd-browser.js:12562: poolKey += options.rejectUnauthorized
101 dpd-js-sdk-0.0.7.tgz/dpd-browser.js:12560: if (typeof options.rejectUnauthorized !== 'undefined') {
101 dpd-js-sdk-0.0.7.tgz/dpd-browser.js:12528: if (typeof this.rejectUnauthorized !== 'undefined') options.rejectUnauthorized = this.rejectUnauthorized
101 dpd-js-sdk-0.0.7.tgz/dpd-browser.js:12469: , rejectUnauthorized: self.rejectUnauthorized
101 dpd-js-sdk-0.0.7.tgz/dpd-browser.js:12083: , rejectUnauthorized: self.rejectUnauthorized
101 dpd-js-sdk-0.0.7.tgz/dpd-browser.js:12057: self.rejectUnauthorized = false
101 bitcoind-rpc-client-0.3.1.tgz/src/index.js:115: rejectUnauthorized: this._opts.ssl && this._opts.sslStrict !== false
101 bitcoind-rpc-client-0.3.1.tgz/lib/index.js:171: rejectUnauthorized: _this._opts.ssl && _this._opts.sslStrict !== false
101 asanabot-0.0.8.tgz/lib/asanabot.js:187: rejectUnauthorized: false,
100 tupas-0.1.6.tgz/sample/app.js:38: rejectUnauthorized: false
99 tart-marshal-0.3.1.tgz/examples/tls.js:44: rejectUnauthorized: true,
99 tart-marshal-0.3.1.tgz/examples/tls.js:123: rejectUnauthorized: true,
99 tart-marshal-0.3.1.tgz/examples/tls.js:104: rejectUnauthorized: true,
99 tart-marshal-0.3.1.tgz/examples/https.js:43: rejectUnauthorized: true,
99 tart-marshal-0.3.1.tgz/examples/https.js:122: rejectUnauthorized: true,
99 tart-marshal-0.3.1.tgz/examples/https.js:103: rejectUnauthorized: true,
99 swagger-to-raml-object-0.0.6.tgz/bin/swagger-to-raml-object.js:63: rejectUnauthorized: false
99 sam-node-2.0.1.tgz/lib/SAMResource.js:189: rejectUnauthorized: false,
99 openhim-core-1.4.0.tgz/test/unit/tlsAuthenticationTest.coffee:36: options.should.not.have.property "rejectUnauthorized"
99 openhim-core-1.4.0.tgz/test/unit/tlsAuthenticationTest.coffee:28: options.rejectUnauthorized.should.be.false
99 openhim-core-1.4.0.tgz/test/testUtils.coffee:95: rejectUnauthorized: true
99 openhim-core-1.4.0.tgz/test/testUtils.coffee:63: rejectUnauthorized: true
99 openhim-core-1.4.0.tgz/src/middleware/tlsAuthentication.coffee:63: options.rejectUnauthorized = false # we test authority ourselves
99 openhim-core-1.4.0.tgz/src/middleware/router.coffee:343: rejectUnauthorized: options.rejectUnauthorized
99 openhim-core-1.4.0.tgz/src/middleware/router.coffee:110: rejectUnauthorized: true
99 openhim-core-1.4.0.tgz/lib/middleware/tlsAuthentication.js:89: options.rejectUnauthorized = false;
99 openhim-core-1.4.0.tgz/lib/middleware/router.js:455: rejectUnauthorized: options.rejectUnauthorized,
99 openhim-core-1.4.0.tgz/lib/middleware/router.js:197: rejectUnauthorized: true,
99 lamassu-bitcoind-0.1.0.tgz/lib/util/quick_https.js:55: rejectUnauthorized: false,
99 lamassu-bitcoind-0.1.0.tgz/lib/util/quick_https.js:20: rejectUnauthorized: false,
99 jcl-0.0.5.tgz/lib/link.js:32: rejectUnauthorized: this.strictSSL,
99 iwebpp.io-stun-proxy-2.0.3.tgz/proxy.js:717: rejectUnauthorized: nmcln.secerts && nmcln.secerts.rejectUnauthorized,
99 iwebpp.io-stun-proxy-2.0.3.tgz/proxy.js:171: rejectUnauthorized: nmcln.secerts && nmcln.secerts.rejectUnauthorized,
99 grunt-stackhub-publish-0.2.0.tgz/tasks/stackhub_publish.js:116: rejectUnauthorized: true,
99 apigee2swagger-0.1.5.tgz/lib/downloadApi.js:93: ro.agentOptions.rejectUnauthorized = false;
98 crawler-cat-1.1.2.tgz/pakmanaged.js:63258: 'jar','aws','rejectUnauthorized','requestCert'];
98 crawler-cat-1.1.2.tgz/lib/crawler.js:316: 'jar','aws','rejectUnauthorized','requestCert'];
97 owlin-connect-0.0.6.tgz/index.js:43: rejectUnauthorized : false
97 node-spotify-webhelper-0.0.4.tgz/index.js:39: request({ 'url': url, 'headers': headers, 'rejectUnauthorized' : false}, function (err, req, body) {
97 node-spotify-webhelper-0.0.4.tgz/index.js:37: // rejectUnauthorized:false should be ok here since we are working with localhost
97 hubot-stigify-twitter-0.0.5.tgz/src/stigify-twitter.coffee:93: rejectUnauthorized: false
97 find-satellite-0.0.15.tgz/location.js:29: rejectUnauthorized: false, //Avoir error UNABLE_TO_VERIFY_LEAF_SIGNATURE
97 checkurl-0.2.3.tgz/lib/checkurl.js:104: parsed.rejectUnauthorized = false;
96 statsd-jut-backend-0.0.9.tgz/lib/send-receiver.js:39: http_opts.rejectUnauthorized = false;
96 statsd-jut-backend-0.0.9.tgz/lib/send-receiver.js:36: http_opts.rejectUnauthorized = true;
96 stackhub-cli-0.1.8.tgz/bin/stackhub.js:173: rejectUnauthorized: true,
96 spreadr-1.2.0.tgz/lib/http_proxy.js:91: proxy_options.rejectUnauthorized = clientConfig.target_https_check_certificate;
96 node-red-contrib-rsh-0.0.8.tgz/rsh.js:80: rejectUnauthorized: false,
96 ldapp-0.1.6.tgz/test/test.js:17: options.rejectUnauthorized = false;
96 ldapp-0.1.6.tgz/lib/utils/accept-all-certs-request.js:20: options.rejectUnauthorized = false;
96 flower-power-cloud-0.2.1.tgz/flower-power-cloud.js:205: options.rejectUnauthorized = false; // self-signed certificate?
95 npm2-2.0.0.tgz/lib/utils/fetch.js:84: , rejectUnauthorized: npm.config.get("strict-ssl")
95 mycroft-0.1.4.tgz/mycroft.js:79: rejectUnauthorized: false,
95 httpstream-0.1.1.tgz/tests/stress-abort.js:112: 'rejectUnauthorized': false,
95 chain-request-0.0.7.tgz/lib/request.js:82: rejectUnauthorized: _rejectUnauthorized
95 chain-request-0.0.7.tgz/lib/request.js:44: var _rejectUnauthorized = true;
95 chain-request-0.0.7.tgz/lib/request.js:138: _rejectUnauthorized = false;
94 sugar-client-1.0.1.tgz/primus.js:4334: opts.rejectUnauthorized = this.rejectUnauthorized;
94 sugar-client-1.0.1.tgz/primus.js:3796: opts.rejectUnauthorized = this.rejectUnauthorized;
94 sugar-client-1.0.1.tgz/primus.js:3769: this.rejectUnauthorized = opts.rejectUnauthorized;
94 sugar-client-1.0.1.tgz/primus.js:3700: opts.rejectUnauthorized = this.rejectUnauthorized;
94 sugar-client-1.0.1.tgz/primus.js:3201: this.rejectUnauthorized = opts.rejectUnauthorized;
94 sugar-client-1.0.1.tgz/primus.js:2625: rejectUnauthorized: this.rejectUnauthorized
94 sugar-client-1.0.1.tgz/primus.js:2552: this.rejectUnauthorized = opts.rejectUnauthorized || null;
93 unifi-0.0.8.tgz/lib/status/device.js:10: rejectUnauthorized: false,
93 unifi-0.0.8.tgz/lib/commands/reboot.js:10: rejectUnauthorized: false,
93 unifi-0.0.8.tgz/lib/commands/login.js:10: rejectUnauthorized: false,
93 staplesconnecthub-1.0.2.tgz/StaplesConnectHub.js:263: ws = new WebSocket('wss://' + RAS + ':8088/socket.io/1/websocket/' + wsSessionId, {rejectUnauthorized: false});
93 staplesconnecthub-1.0.2.tgz/StaplesConnectHub.js:166: rejectUnauthorized: false,
93 mj-pkg-0.0.9.tgz/lib/Drivers/mj-freeway.js:105: rejectUnauthorized: false,
93 github2-2.4.0.tgz/index.js:733: rejectUnauthorized: this.config.rejectUnauthorized
93 gh-preview-1.0.0-next.tgz/client/app.js:35743: opts.rejectUnauthorized = this.rejectUnauthorized;
93 gh-preview-1.0.0-next.tgz/client/app.js:35205: opts.rejectUnauthorized = this.rejectUnauthorized;
93 gh-preview-1.0.0-next.tgz/client/app.js:35178: this.rejectUnauthorized = opts.rejectUnauthorized;
93 gh-preview-1.0.0-next.tgz/client/app.js:35109: opts.rejectUnauthorized = this.rejectUnauthorized;
93 gh-preview-1.0.0-next.tgz/client/app.js:34610: this.rejectUnauthorized = opts.rejectUnauthorized;
93 gh-preview-1.0.0-next.tgz/client/app.js:34034: rejectUnauthorized: this.rejectUnauthorized
93 gh-preview-1.0.0-next.tgz/client/app.js:33961: this.rejectUnauthorized = opts.rejectUnauthorized || null;
93 connectedbytcp-0.0.8.tgz/index.js:81: rejectUnauthorized: false,
93 connectedbytcp-0.0.8.tgz/index.js:51: rejectUnauthorized: false,
93 auth-proxy-0.1.5.tgz/test/integration.js:95: rejectUnauthorized : false,
93 auth-proxy-0.1.5.tgz/test/integration.js:372: rejectUnauthorized : false,
93 auth-proxy-0.1.5.tgz/test/integration.js:323: rejectUnauthorized : false,
93 auth-proxy-0.1.5.tgz/test/integration.js:153: rejectUnauthorized : false,
93 auth-proxy-0.1.5.tgz/test/integration.js:129: rejectUnauthorized : false,
93 auth-proxy-0.1.5.tgz/test/integration.js:112: rejectUnauthorized : false,
92 needle-podsystem-0.0.6.tgz/lib/needle.js:30:var node_tls_opts = 'agent pfx key passphrase cert ca ciphers rejectUnauthorized secureProtocol';
92 nebulab-dropbox-1.0.0.tgz/test/src/fast/vars_test.coffee:15: agent.options.rejectUnauthorized = false
92 nebulab-dropbox-1.0.0.tgz/test/src/fast/util/xhr_test.coffee:565: agent.options.rejectUnauthorized = false
92 coinspot-api-0.1.20.tgz/coinspot.js:23: rejectUnauthorized: false,
91 linerate_node_rest_api_module-0.0.7.tgz/lib/index.xhr.js:29: rejectUnauthorized: false
91 linerate_node_rest_api_module-0.0.7.tgz/lib/index.js:26: rejectUnauthorized: false
91 linerate_node_rest_api_module-0.0.7.tgz/lib/index.browser.js:28: rejectUnauthorized: false
91 linerate_node_rest_api_module-0.0.7.tgz/browser/index.js:26: // rejectUnauthorized: false
91 gradebook-0.2.1.tgz/gradebook.js:74: rejectUnauthorized: false,
91 gradebook-0.2.1.tgz/gradebook.js:56: rejectUnauthorized: false,
91 gradebook-0.2.1.tgz/gradebook.js:380: rejectUnauthorized: false,
91 gradebook-0.2.1.tgz/gradebook.js:372: rejectUnauthorized: false,
91 gradebook-0.2.1.tgz/gradebook.js:351: rejectUnauthorized: false,
91 gradebook-0.2.1.tgz/gradebook.js:343: rejectUnauthorized: false,
91 gradebook-0.2.1.tgz/gradebook.js:191: rejectUnauthorized: false,
91 gradebook-0.2.1.tgz/gradebook.js:109: rejectUnauthorized: false,
91 daproxy-0.0.6.tgz/lib/proxy.js:140: rejectUnauthorized: false,
90 dimap-0.3.0.tgz/lib/attachment-grabber.js:47: tlsOptions: { rejectUnauthorized: false }
89 request-html-charset-fix-2.67.4.tgz/request.js:664: poolKey += options.rejectUnauthorized
89 request-html-charset-fix-2.67.4.tgz/request.js:660: if (typeof options.rejectUnauthorized !== 'undefined') {
89 request-html-charset-fix-2.67.4.tgz/request.js:622: options.rejectUnauthorized = self.rejectUnauthorized
89 request-html-charset-fix-2.67.4.tgz/request.js:621: if (typeof self.rejectUnauthorized !== 'undefined') {
89 request-html-charset-fix-2.67.4.tgz/request.js:272: self.rejectUnauthorized = false
89 request-html-charset-fix-2.67.4.tgz/lib/tunnel.js:84: rejectUnauthorized : request.rejectUnauthorized,
88 jstestr-0.4.2.tgz/dojo/request/node.js:49: rejectUnauthorized: options.rejectUnauthorized === false ? false : true
88 fiware-orion-mintaka-0.3.2.tgz/index.js:19: rejectUnauthorized: false,
87 proxy-eval-1.1.2.tgz/index.js:110: opts.rejectUnauthorized = false;
87 net-event-0.0.8.tgz/example_server.js:29: rejectUnauthorized: true
87 net-event-0.0.8.tgz/example_client.js:25: rejectUnauthorized: true
87 net-event-0.0.8.tgz/cli.js:25: rejectUnauthorized: true
86 ubk_v2-1.2.1.tgz/server/index.js:58: rejectUnauthorized : true,
86 gandalf-2.0.2.tgz/providers/oauth2.js:49: request.rejectUnauthorized = this.rejectUnauthorizedRequests;
86 gandalf-2.0.2.tgz/providers/oauth2.js:10: this.rejectUnauthorizedRequests = !(options && options.rejectUnauthorized == false);
85 ufds-1.1.1.tgz/lib/index.js:460: rejectUnauthorized: false
85 npm-test-helpers-0.0.4.tgz/fixtures/request@2.36.0/request.js:619: poolKey += options.rejectUnauthorized
85 npm-test-helpers-0.0.4.tgz/fixtures/request@2.36.0/request.js:617: if (typeof options.rejectUnauthorized !== 'undefined') {
85 npm-test-helpers-0.0.4.tgz/fixtures/request@2.36.0/request.js:585: if (typeof this.rejectUnauthorized !== 'undefined') options.rejectUnauthorized = this.rejectUnauthorized
85 npm-test-helpers-0.0.4.tgz/fixtures/request@2.36.0/request.js:526: , rejectUnauthorized: self.rejectUnauthorized
85 npm-test-helpers-0.0.4.tgz/fixtures/request@2.36.0/request.js:157: , rejectUnauthorized: self.rejectUnauthorized
85 npm-test-helpers-0.0.4.tgz/fixtures/request@2.36.0/request.js:141: self.rejectUnauthorized = false
85 no-frills-request-1.1.0.tgz/index.js:42: nodeOptions.rejectUnauthorized = !options.https_ignore_errors;
85 equalitie-bundler-1.1.4.tgz/src/bundler.js:69: rejectUnauthorized: false
84 nodejs-nocaptcha-recaptcha-1.0.0.tgz/index.js:25: rejectUnauthorized: true,
84 autowiring-0.0.6.tgz/examples/config/ldap-config.js:7: rejectUnauthorized: false
83 techpay-1.0.0.tgz/Lib.js:14: rejectUnauthorized: false,
83 sawrocket-xmpp-0.3.0.tgz/sawrocket-xmpp.browser.js:53552: verifyClient: options.requestCert ? options.rejectUnauthorized ? true : 'optional' : false,
83 sawrocket-xmpp-0.3.0.tgz/sawrocket-xmpp.browser.js:25832: rejectUnauthorized: opts.rejectUnauthorized,
83 sawrocket-xmpp-0.3.0.tgz/sawrocket-xmpp.browser.js:25750: rejectUnauthorized: this.options.rejectUnauthorized,
83 sawrocket-xmpp-0.3.0.tgz/sawrocket-xmpp.browser.js:25691: this.options.rejectUnauthorized = true
83 sawrocket-xmpp-0.3.0.tgz/sawrocket-xmpp.browser.js:25690: (this.options.rejectUnauthorized !== false)) {
83 sawrocket-xmpp-0.3.0.tgz/sawrocket-xmpp.browser.js:25675: * options.rejectUnauthorized : reject when client cert missmatches (see tls.createSecurePair for more)
83 sawrocket-xmpp-0.3.0.tgz/sawrocket-xmpp.browser.js:24641: if (options.rejectUnauthorized) {
83 sawrocket-xmpp-0.3.0.tgz/sawrocket-xmpp.browser.js:24566: rejectUnauthorized: !!options.rejectUnauthorized,
83 sawrocket-xmpp-0.3.0.tgz/sawrocket-xmpp.browser.js:24536: rejectUnauthorized: '0' !== process.env.NODE_TLS_REJECT_UNAUTHORIZED,
83 sawrocket-xmpp-0.3.0.tgz/sawrocket-xmpp.browser.js:24516: !!options.rejectUnauthorized,
83 sawrocket-xmpp-0.3.0.tgz/sawrocket-xmpp.browser.js:22452: rejectUnauthorized: this.rejectUnauthorized,
83 sawrocket-xmpp-0.3.0.tgz/sawrocket-xmpp.browser.js:22220: this.rejectUnauthorized = (opts && opts.rejectUnauthorized) ? true : false
83 cas-proxy-1.0.9.tgz/lib/cas-auth.js:48: }, config.rejectUnauthorized);
83 cas-proxy-1.0.9.tgz/config.js:14: "rejectUnauthorized": false,
82 ro-0.1.4.tgz/example/ssl/client.js:4: createStream : tls.connect.bind(null, 7000, {rejectUnauthorized: false})
82 req-then-0.2.4.tgz/lib/req-then.js:60: ? options.rejectUnauthorized
82 req-then-0.2.4.tgz/lib/req-then.js:59: reqOptions.rejectUnauthorized = t.isDefined(options.rejectUnauthorized)
82 req-then-0.2.4.tgz/lib/req-then.js:33:* @param [options.rejectUnauthorized] {boolean}
81 pageproxy-0.9.6.tgz/lib/pageproxy.js:239: 'rejectUnauthorized' : false
81 normalize-rc-1.2.1.tgz/index.js:27: options.rejectUnauthorized = options.rejectUnauthorized === true
81 mmtrix-0.3.1.tgz/lib/collector/http-agents.js:31: rejectUnauthorized: true,
81 icontrol-0.1.5.tgz/lib/iControl.js:86: rejectUnauthorized: this.strict
81 artillery-1.3.2.tgz/lib/commands/run.js:144: result.script.config.tls = {rejectUnauthorized: false};
81 artillery-1.3.2.tgz/lib/commands/run.js:142: result.script.config.tls.rejectUnauthorized = false;
81 artillery-1.3.2.tgz/lib/commands/run.js:137: if (result.script.config.tls.rejectUnauthorized) {
81 artillery-1.3.2.tgz/lib/commands/quick.js:32: rejectUnauthorized: false
80 wikichip-0.0.1-alpha.1.tgz/lib/WikiChip.js:21: rejectUnauthorized: false,
80 ol3-cesium-3.9.2.tgz/cesium/ThirdParty/dojo-release-1.9.3/dojo/request/node.js:19:var _11=_f.requestOptions={hostname:_d.hostname,port:_d.port,socketPath:_e.socketPath,method:_e.method,headers:_e.headers,agent:_e.agent,pfx:_e.pfx,key:_e.key,passphrase:_e.passphrase,cert:_e.cert,ca:_e.ca,ciphers:_e.ciphers,rejectUnauthorized:_e.rejectUnauthorized===false?false:true};
80 node-letsencrypt-0.0.5.tgz/lib/acme.js:645: opts.rejectUnauthorized = false;
80 node-letsencrypt-0.0.5.tgz/lib/acme.js:204: rejectUnauthorized: false
80 node-letsencrypt-0.0.5.tgz/lib/acme.js:133: rejectUnauthorized: false
80 jira-tamarasaurus-0.6.4.tgz/spec/jira.spec.coffee:85: rejectUnauthorized: true
80 jira-tamarasaurus-0.6.4.tgz/spec/jira.spec.coffee:61: rejectUnauthorized: true
80 jira-tamarasaurus-0.6.4.tgz/spec/jira.spec.coffee:477: rejectUnauthorized: true
80 jira-tamarasaurus-0.6.4.tgz/spec/jira.spec.coffee:451: rejectUnauthorized: true
80 jira-tamarasaurus-0.6.4.tgz/spec/jira.spec.coffee:429: rejectUnauthorized: true
80 jira-tamarasaurus-0.6.4.tgz/spec/jira.spec.coffee:409: rejectUnauthorized: true
80 jira-tamarasaurus-0.6.4.tgz/spec/jira.spec.coffee:390: rejectUnauthorized: true
80 jira-tamarasaurus-0.6.4.tgz/spec/jira.spec.coffee:38: rejectUnauthorized: true
80 jira-tamarasaurus-0.6.4.tgz/spec/jira.spec.coffee:369: rejectUnauthorized: true
80 jira-tamarasaurus-0.6.4.tgz/spec/jira.spec.coffee:350: rejectUnauthorized: true
80 jira-tamarasaurus-0.6.4.tgz/spec/jira.spec.coffee:332: rejectUnauthorized: true
80 jira-tamarasaurus-0.6.4.tgz/spec/jira.spec.coffee:311: rejectUnauthorized: true
80 jira-tamarasaurus-0.6.4.tgz/spec/jira.spec.coffee:286: rejectUnauthorized: true
80 jira-tamarasaurus-0.6.4.tgz/spec/jira.spec.coffee:256: rejectUnauthorized: true
80 jira-tamarasaurus-0.6.4.tgz/spec/jira.spec.coffee:224: rejectUnauthorized: true
80 jira-tamarasaurus-0.6.4.tgz/spec/jira.spec.coffee:202: rejectUnauthorized: true
80 jira-tamarasaurus-0.6.4.tgz/spec/jira.spec.coffee:178: rejectUnauthorized: true
80 jira-tamarasaurus-0.6.4.tgz/spec/jira.spec.coffee:157: rejectUnauthorized: true
80 jira-tamarasaurus-0.6.4.tgz/spec/jira.spec.coffee:131: rejectUnauthorized: true
80 jira-tamarasaurus-0.6.4.tgz/spec/jira.spec.coffee:104: rejectUnauthorized: true
80 jira-tamarasaurus-0.6.4.tgz/lib/jira.js:967: rejectUnauthorized: this.strictSSL,
80 jira-tamarasaurus-0.6.4.tgz/lib/jira.js:893: rejectUnauthorized: this.strictSSL,
80 jira-tamarasaurus-0.6.4.tgz/lib/jira.js:856: rejectUnauthorized: this.strictSSL,
80 jira-tamarasaurus-0.6.4.tgz/lib/jira.js:814: rejectUnauthorized: this.strictSSL,
80 jira-tamarasaurus-0.6.4.tgz/lib/jira.js:737: rejectUnauthorized: this.strictSSL,
80 jira-tamarasaurus-0.6.4.tgz/lib/jira.js:672: rejectUnauthorized: this.strictSSL,
80 jira-tamarasaurus-0.6.4.tgz/lib/jira.js:618: rejectUnauthorized: this.strictSSL,
80 jira-tamarasaurus-0.6.4.tgz/lib/jira.js:574: rejectUnauthorized: this.strictSSL,
80 jira-tamarasaurus-0.6.4.tgz/lib/jira.js:509: rejectUnauthorized: this.strictSSL,
80 jira-tamarasaurus-0.6.4.tgz/lib/jira.js:453: rejectUnauthorized: this.strictSSL,
80 jira-tamarasaurus-0.6.4.tgz/lib/jira.js:400: rejectUnauthorized: this.strictSSL,
80 jira-tamarasaurus-0.6.4.tgz/lib/jira.js:340: rejectUnauthorized: this.strictSSL,
80 jira-tamarasaurus-0.6.4.tgz/lib/jira.js:289: rejectUnauthorized: this.strictSSL,
80 jira-tamarasaurus-0.6.4.tgz/lib/jira.js:258: rejectUnauthorized: this.strictSSL,
80 jira-tamarasaurus-0.6.4.tgz/lib/jira.js:216: rejectUnauthorized: this.strictSSL,
80 jira-tamarasaurus-0.6.4.tgz/lib/jira.js:175: rejectUnauthorized: this.strictSSL,
80 jira-tamarasaurus-0.6.4.tgz/lib/jira.js:1218: rejectUnauthorized: this.strictSSL,
80 jira-tamarasaurus-0.6.4.tgz/lib/jira.js:1163: rejectUnauthorized: this.strictSSL,
80 jira-tamarasaurus-0.6.4.tgz/lib/jira.js:1096: rejectUnauthorized: this.strictSSL,
80 jira-tamarasaurus-0.6.4.tgz/lib/jira.js:1057: rejectUnauthorized: this.strictSSL,
80 jira-tamarasaurus-0.6.4.tgz/lib/jira.js:1007: rejectUnauthorized: this.strictSSL,
80 coim_node-0.1.1.tgz/lib/coim.js:602: rejectUnauthorized: false,
80 coim_node-0.1.1.tgz/lib/coim.js:401: rejectUnauthorized: false,
80 coim_node-0.1.1.tgz/lib/coim.js:272: rejectUnauthorized: false,
80 clt-api-1.3.0.tgz/lib/services/cvs.js:22: rejectUnauthorized: false
80 clt-api-1.3.0.tgz/lib/services/cocs.js:23: rejectUnauthorized: false
79 socket-signaler-client-0.2.6.tgz/libs/socket.io.js:3425: opts.rejectUnauthorized = this.rejectUnauthorized;
79 socket-signaler-client-0.2.6.tgz/libs/socket.io.js:2883: opts.rejectUnauthorized = this.rejectUnauthorized;
79 socket-signaler-client-0.2.6.tgz/libs/socket.io.js:2856: this.rejectUnauthorized = opts.rejectUnauthorized;
79 socket-signaler-client-0.2.6.tgz/libs/socket.io.js:2787: opts.rejectUnauthorized = this.rejectUnauthorized;
79 socket-signaler-client-0.2.6.tgz/libs/socket.io.js:2288: this.rejectUnauthorized = opts.rejectUnauthorized;
79 socket-signaler-client-0.2.6.tgz/libs/socket.io.js:1697: rejectUnauthorized: this.rejectUnauthorized,
79 socket-signaler-client-0.2.6.tgz/libs/socket.io.js:1624: this.rejectUnauthorized = opts.rejectUnauthorized || null;
79 plagtool-0.0.7.tgz/plagtool.js:213: rejectUnauthorized: false,
79 fedach-0.2.0.tgz/index.js:46: rejectUnauthorized: true
79 fedach-0.2.0.tgz/index.coffee:47: rejectUnauthorized: true
79 chatup-1.2.1.tgz/examples/client/chatuplib.js:4045: opts.rejectUnauthorized = this.rejectUnauthorized;
79 chatup-1.2.1.tgz/examples/client/chatuplib.js:3507: opts.rejectUnauthorized = this.rejectUnauthorized;
79 chatup-1.2.1.tgz/examples/client/chatuplib.js:3480: this.rejectUnauthorized = opts.rejectUnauthorized;
79 chatup-1.2.1.tgz/examples/client/chatuplib.js:3411: opts.rejectUnauthorized = this.rejectUnauthorized;
79 chatup-1.2.1.tgz/examples/client/chatuplib.js:2912: this.rejectUnauthorized = opts.rejectUnauthorized;
79 chatup-1.2.1.tgz/examples/client/chatuplib.js:2336: rejectUnauthorized: this.rejectUnauthorized
79 chatup-1.2.1.tgz/examples/client/chatuplib.js:2263: this.rejectUnauthorized = opts.rejectUnauthorized || null;
79 chatup-1.2.1.tgz/client/lib.js:4045: opts.rejectUnauthorized = this.rejectUnauthorized;
79 chatup-1.2.1.tgz/client/lib.js:3507: opts.rejectUnauthorized = this.rejectUnauthorized;
79 chatup-1.2.1.tgz/client/lib.js:3480: this.rejectUnauthorized = opts.rejectUnauthorized;
79 chatup-1.2.1.tgz/client/lib.js:3411: opts.rejectUnauthorized = this.rejectUnauthorized;
79 chatup-1.2.1.tgz/client/lib.js:2912: this.rejectUnauthorized = opts.rejectUnauthorized;
79 chatup-1.2.1.tgz/client/lib.js:2336: rejectUnauthorized: this.rejectUnauthorized
79 chatup-1.2.1.tgz/client/lib.js:2263: this.rejectUnauthorized = opts.rejectUnauthorized || null;
78 soap-cli-simple-0.3.3.tgz/index.js:52: rejectUnauthorized: options.rejectUnauthorized,
78 pryv-0.1.10.tgz/source/utility/request-node.js:33: rejectUnauthorized: false,
78 messente-0.3.1.tgz/lib/client.js:85: rejectUnauthorized: false
78 http-stub-1.0.3.tgz/index.js:29: request.rejectUnauthorized = false;
78 hn-webpack-1.3.0.tgz/index.js:126: rejectUnauthorized: false,
77 tls-tunnel-1.0.0.tgz/test/src/Server/Switchboard.js:84: rejectUnauthorized: true
77 tls-tunnel-1.0.0.tgz/test/src/Server/Switchboard.js:61: rejectUnauthorized: true
77 tls-tunnel-1.0.0.tgz/test/src/Server/Switchboard.js:107: rejectUnauthorized: true
77 tls-tunnel-1.0.0.tgz/test/src/Server/Server.js:36: rejectUnauthorized: true
77 tls-tunnel-1.0.0.tgz/test/src/Client/Client.js:96: rejectUnauthorized: true,
77 tls-tunnel-1.0.0.tgz/test/src/Client/Client.js:64: rejectUnauthorized: true,
77 tls-tunnel-1.0.0.tgz/test/src/Client/Client.js:31: rejectUnauthorized: true,
77 tls-tunnel-1.0.0.tgz/test/src/Client/Client.js:105: rejectUnauthorized: true
77 tls-tunnel-1.0.0.tgz/test/spikes/Tunnel.js:73: rejectUnauthorized: true
77 tls-tunnel-1.0.0.tgz/test/spikes/Tunnel.js:42: rejectUnauthorized: true
77 tls-tunnel-1.0.0.tgz/test/spikes/TlsTunnel.js:61: rejectUnauthorized: true
77 tls-tunnel-1.0.0.tgz/test/spikes/TlsTunnel.js:33: rejectUnauthorized: false
77 tls-tunnel-1.0.0.tgz/test/spikes/tlsThroughNet.js:38: rejectUnauthorized: true
77 tls-tunnel-1.0.0.tgz/test/spikes/tlsThroughNet.js:12: rejectUnauthorized: true
77 tls-tunnel-1.0.0.tgz/test/spikes/tlsThroughNetAndTls.js:77: rejectUnauthorized: true
77 tls-tunnel-1.0.0.tgz/test/spikes/tlsThroughNetAndTls.js:52: rejectUnauthorized: true
77 tls-tunnel-1.0.0.tgz/test/spikes/tlsThroughNetAndTls.js:35: rejectUnauthorized: true
77 tls-tunnel-1.0.0.tgz/test/spikes/tlsThroughNetAndTls.js:16: rejectUnauthorized: true
77 tls-tunnel-1.0.0.tgz/test/spikes/httpsThroughNetAndTls.js:62: rejectUnauthorized: true
77 tls-tunnel-1.0.0.tgz/test/spikes/httpsThroughNetAndTls.js:28: rejectUnauthorized: true
77 tls-tunnel-1.0.0.tgz/test/integration/protocols.js:130: rejectUnauthorized: true
77 tls-tunnel-1.0.0.tgz/test/integration/protocols.js:114: rejectUnauthorized: true
77 tls-tunnel-1.0.0.tgz/src/Server/Switchboard.js:19: rejectUnauthorized: true
77 tls-tunnel-1.0.0.tgz/src/Server/Server.js:16: rejectUnauthorized: true,
77 tls-tunnel-1.0.0.tgz/src/Client/Client.js:47: rejectUnauthorized: true
77 tls-tunnel-1.0.0.tgz/src/Client/Client.js:19: rejectUnauthorized: true
77 seafish-http-proxy-meteor-0.1.4.tgz/test/macros/http.js:68: options.request.rejectUnauthorized = false;
77 seafish-http-proxy-meteor-0.1.4.tgz/test/macros/http.js:31: options.request.rejectUnauthorized = false;
77 seafish-http-proxy-meteor-0.1.4.tgz/test/helpers/http.js:102: options.proxy.rejectUnauthorized = false;
77 seafish-http-proxy-meteor-0.1.4.tgz/examples/http/proxy-https-to-https.js:50: rejectUnauthorized: false
77 scs-sdk-0.1.4.tgz/lib/http/node.js:89: AWS.NodeHttpClient.sslAgent = new https.Agent({rejectUnauthorized: true});
77 q-server-0.1.5.tgz/test/server-realtime.spec.coffee:137: require('https').globalAgent.options.rejectUnauthorized = false;
77 q-server-0.1.5.tgz/test/client.spec.coffee:70: q.getPackageInfo 'my-package', 'https://localhost:8965', {rejectUnauthorized:false}, (err,info)->
77 q-server-0.1.5.tgz/test/client.spec.coffee:61: q.getPackageInfo 'my-package@0.1.0', 'https://localhost:8965', {rejectUnauthorized:false}, (err,info)->
77 q-server-0.1.5.tgz/test/client.spec.coffee:53: q.listPackageVersions 'my-package@0.1.x', 'https://localhost:8965', {rejectUnauthorized:false}, (err,versions)->
77 q-server-0.1.5.tgz/test/client.spec.coffee:45: q.listPackageVersions 'my-package', 'https://localhost:8965', {rejectUnauthorized:false}, (err,versions)->
77 jira-facade-0.1.1.tgz/index.js:84: rejectUnauthorized: this.jira.strictSSL,
77 hapi-webpack-dev-plugin-0.1.1.tgz/client/live.bundle.js:15720: opts.rejectUnauthorized = this.rejectUnauthorized;
77 hapi-webpack-dev-plugin-0.1.1.tgz/client/live.bundle.js:15185: opts.rejectUnauthorized = this.rejectUnauthorized;
77 hapi-webpack-dev-plugin-0.1.1.tgz/client/live.bundle.js:15158: this.rejectUnauthorized = opts.rejectUnauthorized;
77 hapi-webpack-dev-plugin-0.1.1.tgz/client/live.bundle.js:15089: opts.rejectUnauthorized = this.rejectUnauthorized;
77 hapi-webpack-dev-plugin-0.1.1.tgz/client/live.bundle.js:13899: this.rejectUnauthorized = opts.rejectUnauthorized;
77 hapi-webpack-dev-plugin-0.1.1.tgz/client/live.bundle.js:13311: rejectUnauthorized: this.rejectUnauthorized
77 hapi-webpack-dev-plugin-0.1.1.tgz/client/live.bundle.js:13238: this.rejectUnauthorized = opts.rejectUnauthorized || null;
77 hapi-webpack-dev-plugin-0.1.1.tgz/client/index.bundle.js:5953: opts.rejectUnauthorized = this.rejectUnauthorized;
77 hapi-webpack-dev-plugin-0.1.1.tgz/client/index.bundle.js:5418: opts.rejectUnauthorized = this.rejectUnauthorized;
77 hapi-webpack-dev-plugin-0.1.1.tgz/client/index.bundle.js:5391: this.rejectUnauthorized = opts.rejectUnauthorized;
77 hapi-webpack-dev-plugin-0.1.1.tgz/client/index.bundle.js:5322: opts.rejectUnauthorized = this.rejectUnauthorized;
77 hapi-webpack-dev-plugin-0.1.1.tgz/client/index.bundle.js:4132: this.rejectUnauthorized = opts.rejectUnauthorized;
77 hapi-webpack-dev-plugin-0.1.1.tgz/client/index.bundle.js:3544: rejectUnauthorized: this.rejectUnauthorized
77 hapi-webpack-dev-plugin-0.1.1.tgz/client/index.bundle.js:3471: this.rejectUnauthorized = opts.rejectUnauthorized || null;
77 canopy-node-client-0.0.44.tgz/canopy-util.js:31: rejectUnauthorized: !params.skipSSLCheck
76 vidzapper-0.1.8.tgz/vidzapper.js:62: rejectUnauthorized: false
76 thrift-browserify-1.0.0-dev.2014.12.2.tgz/test/ws_client.js:57: options.wsOptions = { rejectUnauthorized: false };
76 thrift-browserify-1.0.0-dev.2014.12.2.tgz/test/multiplex_client.js:52: options.rejectUnauthorized = false;
76 thrift-browserify-1.0.0-dev.2014.12.2.tgz/test/http_client.js:59: options.nodeOptions = { rejectUnauthorized: false };
76 thrift-browserify-1.0.0-dev.2014.12.2.tgz/test/client.js:76: options.rejectUnauthorized = false;
76 psocket.io-client-0.0.4.tgz/psocket.io.js:4555: opts.rejectUnauthorized = this.rejectUnauthorized;
76 psocket.io-client-0.0.4.tgz/psocket.io.js:4017: opts.rejectUnauthorized = this.rejectUnauthorized;
76 psocket.io-client-0.0.4.tgz/psocket.io.js:3990: this.rejectUnauthorized = opts.rejectUnauthorized;
76 psocket.io-client-0.0.4.tgz/psocket.io.js:3921: opts.rejectUnauthorized = this.rejectUnauthorized;
76 psocket.io-client-0.0.4.tgz/psocket.io.js:3422: this.rejectUnauthorized = opts.rejectUnauthorized;
76 psocket.io-client-0.0.4.tgz/psocket.io.js:2846: rejectUnauthorized: this.rejectUnauthorized
76 psocket.io-client-0.0.4.tgz/psocket.io.js:2773: this.rejectUnauthorized = opts.rejectUnauthorized || null;
75 react-as-event-mixin-0.1.1.tgz/demo.entry.js:6803: opts.rejectUnauthorized = this.rejectUnauthorized;
75 react-as-event-mixin-0.1.1.tgz/demo.entry.js:4689: this.rejectUnauthorized = opts.rejectUnauthorized;
75 react-as-event-mixin-0.1.1.tgz/demo.entry.js:4174: opts.rejectUnauthorized = this.rejectUnauthorized;
75 react-as-event-mixin-0.1.1.tgz/demo.entry.js:4147: this.rejectUnauthorized = opts.rejectUnauthorized;
75 react-as-event-mixin-0.1.1.tgz/demo.entry.js:4078: opts.rejectUnauthorized = this.rejectUnauthorized;
75 react-as-event-mixin-0.1.1.tgz/demo.entry.js:3310: rejectUnauthorized: this.rejectUnauthorized
75 react-as-event-mixin-0.1.1.tgz/demo.entry.js:3237: this.rejectUnauthorized = opts.rejectUnauthorized || null;
75 protob-1.2.0.tgz/lib/compiler/protofile.js:264: opts.rejectUnauthorized = false;
75 moruga-0.1.6.tgz/lib/proxy.js:39: rejectUnauthorized: true
75 igor-0.0.4.tgz/main.js:104: rejectUnauthorized: false,
75 hypermq-0.0.6.tgz/lib/hypermq.js:406: options.rejectUnauthorized = settings.rejectUnauthorized;
75 hypermq-0.0.6.tgz/lib/hypermq.js:405: if ( settings.rejectUnauthorized != undefined ) {
75 hypermq-0.0.6.tgz/lib/hypermq.js:155: settings.rejectUnauthorized = options.rejectUnauthorized;
75 hypermq-0.0.6.tgz/lib/hypermq.js:154: if ( options.rejectUnauthorized != undefined ) {
75 hypermq-0.0.6.tgz/examples/pushpull/pull.js:8: rejectUnauthorized: false,
75 hypermq-0.0.6.tgz/examples/pubsub/sub.js:8: rejectUnauthorized: false,
75 hypermq-0.0.6.tgz/examples/chitchat/chat.js:9: rejectUnauthorized: false, // false: if using self signed certificate.
75 hypermq-0.0.6.tgz/benchmark/sub.js:16: rejectUnauthorized: false, // false: if using self signed certificate.
75 hypermq-0.0.6.tgz/benchmark/subbatch.js:17: rejectUnauthorized: false, // false: if using self signed certificate.
75 directvps-0.5.0.tgz/directvps.js:715: rejectUnauthorized: directvps.settings.verifyCert
75 cpanel-lib-0.0.4.tgz/lib/cpanel.js:45: rejectUnauthorized: !obj.ignoreCertError
74 ubi-flasher-0.4.1.tgz/index.js:268: rejectUnauthorized: true,
74 ubi-flasher-0.4.1.tgz/index.js:169: rejectUnauthorized: true,
74 ionic-run-external-address-0.0.5.tgz/lib/ionic/lib.js:210: request({ url: archivePath, rejectUnauthorized: false, encoding: null, proxy: proxy }, function(err, res, body) {
74 holepunch-1.0.0-alpha.2.tgz/lib/index.js:49: , rejectUnauthorized: false
74 ghapi-0.0.5.tgz/examples/ghapi.js:29498: poolKey += options.rejectUnauthorized
74 ghapi-0.0.5.tgz/examples/ghapi.js:29494: if (typeof options.rejectUnauthorized !== 'undefined') {
74 ghapi-0.0.5.tgz/examples/ghapi.js:29456: options.rejectUnauthorized = self.rejectUnauthorized
74 ghapi-0.0.5.tgz/examples/ghapi.js:29455: if (typeof self.rejectUnauthorized !== 'undefined') {
74 ghapi-0.0.5.tgz/examples/ghapi.js:29064: self.rejectUnauthorized = false
74 ghapi-0.0.5.tgz/examples/ghapi.js:1567: rejectUnauthorized : request.rejectUnauthorized,
73 react-as-dnd-0.1.3.tgz/demo.entry.js:6803: opts.rejectUnauthorized = this.rejectUnauthorized;
73 react-as-dnd-0.1.3.tgz/demo.entry.js:4689: this.rejectUnauthorized = opts.rejectUnauthorized;
73 react-as-dnd-0.1.3.tgz/demo.entry.js:4174: opts.rejectUnauthorized = this.rejectUnauthorized;
73 react-as-dnd-0.1.3.tgz/demo.entry.js:4147: this.rejectUnauthorized = opts.rejectUnauthorized;
73 react-as-dnd-0.1.3.tgz/demo.entry.js:4078: opts.rejectUnauthorized = this.rejectUnauthorized;
73 react-as-dnd-0.1.3.tgz/demo.entry.js:3310: rejectUnauthorized: this.rejectUnauthorized
73 react-as-dnd-0.1.3.tgz/demo.entry.js:3237: this.rejectUnauthorized = opts.rejectUnauthorized || null;
73 grunt-stunnel-0.2.1.tgz/test/test.js:9: rejectUnauthorized: false
73 dinkum-0.0.3.tgz/src/client/transport.coffee:12: options.rejectUnauthorized = not config.allowUncertified
73 dinkum-0.0.3.tgz/lib/client/transport.js:20: options.rejectUnauthorized = !config.allowUncertified;
72 neverdrop-0.0.4.tgz/test/test.js:20: rejectUnauthorized: false,
72 neverdrop-0.0.4.tgz/test/test.js:11: rejectUnauthorized: false,
72 imap-query-2.0.2.tgz/lib/index.js:21: tlsOptions: { rejectUnauthorized: false },
72 grunt-confluence-attachments-0.1.4.tgz/tasks/confluence_attachments.js:157: rejectUnauthorized: false,
71 passport-client-cert-1.1.0.tgz/examples/example-server.js:60: rejectUnauthorized: false
71 bosrvclient-0.1.8.tgz/lib/bosrv/index.js:27: rejectUnauthorized: false,
71 1campus_nodedsa-0.0.4.tgz/app.js:45: rejectUnauthorized: false
70 zeon-server-0.0.5.tgz/lib/proxy.js:24: opt.rejectUnauthorized = false;
70 kappa-wrapper-0.0.3.tgz/kappa-wrapper.js:35: manifest.servers[0].options.tls.rejectUnauthorized = true
70 janusjs-0.1.1.tgz/src/Core/ProjectServer.js:937: rejectUnauthorized: false
70 cubesinbox-1.2.3.tgz/lib/client.js:389: this._connection = tls.connect(this.port, this.host, {rejectUnauthorized: false}, this._onConnect.bind(this));
70 bonod-irc-backend-0.3.0.tgz/lib/IrcBackend.js:24: rejectUnauthorized: false
69 url-expand-0.1.5.tgz/app.js:12: rejectUnauthorized: false,
69 tapchat-0.0.42.tgz/lib/irc/irc.js:404: rejectUnauthorized: false
69 reverse-proxy-0.3.0.tgz/lib/utils.js:18: outgoing.rejectUnauthorized = false;
69 protoo-0.2.0.tgz/test/include/createApp.js:76: options.rejectUnauthorized = false;
69 node-logstash-0.0.5.tgz/test/test_412_tls_appendcert.js:80: 'input://tcp://localhost:17874?ssl=true&ssl_key=test/ssl/server.key&ssl_cert=test/ssl/server.crt&ssl_requestCert=true&ssl_ca=test/ssl/root-ca.crt&ssl_rejectUnauthorized=true&appendPeerCert=false',
69 node-logstash-0.0.5.tgz/test/test_412_tls_appendcert.js:12: 'input://tcp://localhost:17874?ssl=true&ssl_key=test/ssl/server.key&ssl_cert=test/ssl/server.crt&ssl_requestCert=true&ssl_ca=test/ssl/root-ca.crt&ssl_rejectUnauthorized=true',
69 node-logstash-0.0.5.tgz/test/test_410_file2x2x2file.js:196: 'tls with ca': file2x2x2fileNotOrdered(['output://tcp://localhost:17874?serializer=json_logstash&ssl=true&ssl_ca=test/ssl/root-ca.crt&ssl_key=test/ssl/client.key&ssl_cert=test/ssl/client.crt'], ['input://tcp://127.0.0.1:17874?ssl=true&ssl_key=test/ssl/server.key&ssl_cert=test/ssl/server.crt&ssl_requestCert=true&ssl_ca=test/ssl/root-ca.crt&ssl_rejectUnauthorized=true']),
69 node-logstash-0.0.5.tgz/test/test_410_file2x2x2file.js:194: 'tls': file2x2x2fileNotOrdered(['output://tcp://localhost:17874?serializer=json_logstash&ssl=true&ssl_rejectUnauthorized=false'], ['input://tcp://127.0.0.1:17874?ssl=true&ssl_key=test/ssl/server.key&ssl_cert=test/ssl/server.crt']),
69 node-logstash-0.0.5.tgz/test/test_410_file2x2x2file.js:192: 'https transport with ca and client side certificate': file2x2x2fileNotOrdered(['output://http_post://localhost:17874?serializer=json_logstash&ssl=true&ssl_ca=test/ssl/root-ca.crt&ssl_key=test/ssl/client.key&ssl_cert=test/ssl/client.crt'], ['input://http://127.0.0.1:17874?ssl=true&ssl_key=test/ssl/server.key&ssl_cert=test/ssl/server.crt&ssl_requestCert=true&ssl_ca=test/ssl/root-ca.crt&ssl_rejectUnauthorized=true']),
69 node-logstash-0.0.5.tgz/test/test_410_file2x2x2file.js:188: 'https transport': file2x2x2fileNotOrdered(['output://http_post://localhost:17874?serializer=json_logstash&ssl=true&ssl_rejectUnauthorized=false'], ['input://http://127.0.0.1:17874?ssl=true&ssl_key=test/ssl/server.key&ssl_cert=test/ssl/server.crt']),
69 node-logstash-0.0.5.tgz/lib/lib/ssl_helper.js:19: 'ssl_rejectUnauthorized',
69 node-logstash-0.0.5.tgz/lib/inputs/input_gae.js:45: options.rejectUnauthorized = false;
69 kerplunk-p2p-0.3.1.tgz/lib/index.js:136: rejectUnauthorized: false,
69 kerplunk-p2p-0.3.1.tgz/lib/authorization.js:46: rejectUnauthorized: false,
69 checkout-1.0.1.tgz/lib/handlers/npm.js:63: rejectUnauthorized: strictSsl,
68 restler-client-3.2.6.tgz/lib/restler.js:84: rejectUnauthorized: this.options.rejectUnauthorized
68 poloniex-0.0.5.tgz/poloniex.js:18: "rejectUnauthorized": false
68 node-red-contrib-telenorsms-0.0.6.tgz/telenorsms-common.js:337: rejectUnauthorized : false,
68 littleframework-0.0.8.tgz/unit/request.js:16: rejectUnauthorized:false,
68 light-sms-0.2.1.tgz/lib/luosimao.js:73: rejectUnauthorized: false,
68 light-sms-0.2.1.tgz/lib/luosimao.js:28: rejectUnauthorized: false
68 http-record-0.0.4.tgz/lib/record.js:12: options.rejectUnauthorized = !options.rejectUnauthorized ? false : options.rejectUnauthorized;
68 deep-scrape-0.0.4.tgz/lib/requests.js:13: options.rejectUnauthorized = options.rejectUnauthorized || false;
68 deep-scrape-0.0.4.tgz/lib/browser.js:466: rejectUnauthorized: false,
68 av-station-0.0.4.tgz/main.js:62: rejectUnauthorized: false,
67 squeezer-cli-11-1.0.6.tgz/lib/squeezer.js:770: request({ url: archiveUrl, rejectUnauthorized: false, encoding: null, proxy: proxy }, function(err, res, body) {
67 serveit2-1.2.0.tgz/test.js:41: rejectUnauthorized: false,
67 serveit2-1.2.0.tgz/test.js:15: rejectUnauthorized: false,
67 node-fronius-solar-0.0.3.tgz/index.js:24: rejectUnauthorized: false,
67 metagame-0.1.1.tgz/test/helpers.js:17: const ws = new WebSocket('wss://localhost:' + currentServer.secureAddress.port, { rejectUnauthorized: false })
67 free-mobile-sms-api-1.0.4.tgz/free-mobile-sms-api.js:41: rejectUnauthorized: false,
66 request-5291-2.28.0.tgz/tests/test-protocol-changing-redirect.js:55: , rejectUnauthorized: false })
66 request-5291-2.28.0.tgz/tests/test-https.js:72: test.rejectUnauthorized = false
66 request-5291-2.28.0.tgz/request.js:532: poolKey += options.rejectUnauthorized
66 request-5291-2.28.0.tgz/request.js:530: if (typeof options.rejectUnauthorized !== 'undefined') {
66 request-5291-2.28.0.tgz/request.js:498: if (typeof this.rejectUnauthorized !== 'undefined') options.rejectUnauthorized = this.rejectUnauthorized
66 request-5291-2.28.0.tgz/request.js:440: , rejectUnauthorized: self.rejectUnauthorized
66 request-5291-2.28.0.tgz/request.js:167: , rejectUnauthorized: self.rejectUnauthorized
66 request-5291-2.28.0.tgz/request.js:151: self.rejectUnauthorized = false
66 nodemailer-wrapper-1.2.0.tgz/test/index.js:21: rejectUnauthorized: false
66 metalsmith-download-0.0.1.tgz/lib/index.js:20: Wreck.request('get', options.url, { rejectUnauthorized: false }, function (err, res) {
66 biz-mock-0.0.3.tgz/src/biz-mock.js:208: rejectUnauthorized: !!configs.rejectUnauthorized,
65 software.bytepushers.common-js-0.0.6.tgz/node/npm/lib/utils/fetch.js:92: , rejectUnauthorized: npm.config.get("strict-ssl")
65 plora-0.4.2.tgz/lib/apps/images/services/retriever.js:23: options.rejectUnauthorized = false;
65 httpp-0.0.1.tgz/lib/udts.js:963: this._rejectUnauthorized &&
65 httpp-0.0.1.tgz/lib/udts.js:825: rejectUnauthorized);
65 httpp-0.0.1.tgz/lib/udts.js:821: rejectUnauthorized) {
65 httpp-0.0.1.tgz/lib/udts.js:779: this._rejectUnauthorized);
65 httpp-0.0.1.tgz/lib/udts.js:773: this._rejectUnauthorized = rejectUnauthorized ? true : false;
65 httpp-0.0.1.tgz/lib/udts.js:745: rejectUnauthorized,
65 httpp-0.0.1.tgz/lib/udts.js:739:function SecurePair(credentials, isServer, requestCert, rejectUnauthorized,
65 httpp-0.0.1.tgz/lib/udts.js:1291: if (pair._rejectUnauthorized) {
65 httpp-0.0.1.tgz/lib/udts.js:1248: options.rejectUnauthorized === true ? true : false,
65 httpp-0.0.1.tgz/lib/udts.js:1150: this.rejectUnauthorized = false;
65 httpp-0.0.1.tgz/lib/udts.js:1148: this.rejectUnauthorized = options.rejectUnauthorized;
65 httpp-0.0.1.tgz/lib/udts.js:1147: if (typeof options.rejectUnauthorized == 'boolean') {
65 httpp-0.0.1.tgz/lib/udts.js:1109: if (self.rejectUnauthorized) {
65 httpp-0.0.1.tgz/lib/udts.js:1087: self.rejectUnauthorized,
65 httpp-0.0.1.tgz/lib/udts.js:1018:// - rejectUnauthorized. Boolean, default to false.
65 httpp-0.0.1.tgz/lib/udts.js:1008:// rejectUnauthorized
64 thailand-post-1.0.0.tgz/lib/TrackService.js:35: rejectUnauthorized: false,
64 oppsy-1.0.1.tgz/test/index.js:180: rejectUnauthorized: false
64 node-epp-1.0.10.tgz/lib/connection.js:32: "rejectUnauthorized": false,
64 http-proxy-ntlmfix-1.12.2.tgz/lib/http-proxy/common.js:54: outgoing.rejectUnauthorized = (typeof options.secure === "undefined") ? true : options.secure;
63 norman-auth-e2e-0.3.0.tgz/mockConnector/connector.js:50: options.rejectUnauthorized = false;
63 node-reverse-wstunnel-0.1.2.tgz/libr/https_override.js:29: options.rejectUnauthorized = false;
63 node-reverse-wstunnel-0.1.2.tgz/lib/https_override.js:28: options.rejectUnauthorized = false;
63 node-poplib-gowhich-1.0.2.tgz/main.js:225: rejectUnauthorized:false}, function() {
63 lull-0.0.4.tgz/examples/client.js:8: rejectUnauthorized: false, // false if server (bind) is using a self signed cert.
63 lisb-hubot-2.17.0.tgz/src/robot.coffee:664: # robot.http("https://example.com", {rejectUnauthorized: false})
63 homebridge-connectedbytcp-1.0.1.tgz/index.js:48: "rejectUnauthorized": false,
63 homebridge-connectedbytcp-1.0.1.tgz/index.js:226: "rejectUnauthorized": false,
63 homebridge-connectedbytcp-1.0.1.tgz/index.js:182: "rejectUnauthorized": false,
63 homebridge-connectedbytcp-1.0.1.tgz/index.js:111: "rejectUnauthorized": false,
63 generator-netease-newsapp-0.0.4.tgz/app/templates/_deploy_angular.js:29: rejectUnauthorized: false
63 conservatory-api-1.0.3.tgz/test/https-cert-test.js:38: rejectUnauthorized: false,
63 conservatory-api-1.0.3.tgz/lib/client/client.js:35: rejectUnauthorized: options.rejectUnauthorized,
63 conservatory-api-1.0.3.tgz/lib/client/client.js:117: options.rejectUnauthorized = this.config.rejectUnauthorized;
63 conservatory-api-1.0.3.tgz/lib/client/client.js:116: if (typeof this.config.rejectUnauthorized !== 'undefined') {
62 nrp2-1.0.0.tgz/test/test.js:72: rejectUnauthorized: false,
62 nrp2-1.0.0.tgz/test/test.js:23: rejectUnauthorized: false,
62 docxtemplater-latest-0.7.10.tgz/js/docUtils.js:210: rejectUnauthorized: false
62 docxtemplater-latest-0.7.10.tgz/js/docUtils.js:141: rejectUnauthorized: false
62 adafruit-io-tunnel-2.0.1.tgz/lib/tunnel.js:8: options.rejectUnauthorized = true;
61 opengraph-1.0.2.tgz/bin/http.js:569: poolKey += options.rejectUnauthorized
61 opengraph-1.0.2.tgz/bin/http.js:567: if (typeof options.rejectUnauthorized !== 'undefined') {
61 opengraph-1.0.2.tgz/bin/http.js:535: if (typeof this.rejectUnauthorized !== 'undefined') options.rejectUnauthorized = this.rejectUnauthorized
61 opengraph-1.0.2.tgz/bin/http.js:478: rejectUnauthorized: self.rejectUnauthorized,
61 opengraph-1.0.2.tgz/bin/http.js:190: rejectUnauthorized: self.rejectUnauthorized,
61 opengraph-1.0.2.tgz/bin/http.js:171: self.rejectUnauthorized = false
61 devil-windows-0.1.4.tgz/lib/ws/lib/WebSocket.js:553: if (options.isDefinedAndNonNull('rejectUnauthorized')) requestOptions.rejectUnauthorized = options.value.rejectUnauthorized;
61 devil-windows-0.1.4.tgz/lib/ws/lib/WebSocket.js:545: || options.isDefinedAndNonNull('rejectUnauthorized')) {
61 devil-windows-0.1.4.tgz/lib/ws/lib/WebSocket.js:468: rejectUnauthorized: null
60 unvired-0.0.5.tgz/lib/unvired.js:301: rejectUnauthorized: false,
60 http-proxy-zz-0.10.5.tgz/test/macros/http.js:68: options.request.rejectUnauthorized = false;
60 http-proxy-zz-0.10.5.tgz/test/macros/http.js:31: options.request.rejectUnauthorized = false;
60 http-proxy-zz-0.10.5.tgz/test/helpers/http.js:102: options.proxy.rejectUnauthorized = false;
60 http-proxy-zz-0.10.5.tgz/examples/http/proxy-https-to-https.js:50: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-zero-clear-in.js:51: rejectUnauthorized: false,
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-timeout-server-2.js:45: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-ticket.js:73: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-ticket-cluster.js:47: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-sni-server-client.js:89: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-sni-server-client.js:82: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-sni-server-client.js:75: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-sni-server-client.js:68: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-sni-option.js:97: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-sni-option.js:90: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-sni-option.js:83: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-sni-option.js:104: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-set-encoding.js:46: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-server-verify.js:92: rejectUnauthorized: true,
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-server-verify.js:79: rejectUnauthorized: true,
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-server-verify.js:66: rejectUnauthorized: false,
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-server-verify.js:53: rejectUnauthorized: false,
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-server-verify.js:40: rejectUnauthorized: false,
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-server-verify.js:288: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-server-verify.js:265: rejectUnauthorized: tcase.rejectUnauthorized
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-server-verify.js:106: rejectUnauthorized: true,
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-request-timeout.js:47: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-peer-certificate-multi-keys.js:47: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-peer-certificate.js:48: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-peer-certificate-encoding.js:48: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-pause.js:53: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-passphrase.js:69: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-passphrase.js:54: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-passphrase.js:42: rejectUnauthorized: true
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-over-http-tunnel.js:151: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-ocsp-callback.js:87: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-npn-server-client.js:83: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-npn-server-client.js:76: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-npn-server-client.js:70: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-npn-server-client.js:63: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-no-rsa-key.js:44: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-multi-key.js:54: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-multi-key.js:50: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-max-send-fragment.js:53: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-invoke-queued.js:51: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-interleave.js:46: var c = tls.connect(PORT, { rejectUnauthorized: false }, function() {
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-inception.js:74: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-inception.js:68: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-inception.js:47: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-honorcipherorder-secureOptions.js:78: rejectUnauthorized: false,
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-honorcipherorder.js:54: rejectUnauthorized: false,
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-getcipher.js:49: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-friendly-error-message.js:39: var options = { port: this.address().port, rejectUnauthorized: true };
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-fast-writing.js:62: var opt = { port: PORT, rejectUnauthorized: false };
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-delayed-attach.js:62: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-connect-simple.js:52: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-connect-simple.js:44: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-connect-pipe.js:40: var options = { rejectUnauthorized: false };
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-connect-given-socket.js:44: rejectUnauthorized: false,
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-close-notify.js:45: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-client-verify.js:138: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-client-resume.js:67: rejectUnauthorized: false,
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-client-resume.js:55: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-client-reject.js:66:function rejectUnauthorized() {
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-client-reject.js:58: rejectUnauthorized();
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-client-reject.js:54: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-tls-client-destroy-soon.js:58: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-regress-GH-1531.js:50: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-http-url.parse-https.request.js:36:testURL.rejectUnauthorized = false;
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-truncate.js:51: var opts = { port: PORT, rejectUnauthorized: false };
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-timeout-server-2.js:49: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-timeout.js:47: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-socket-options.js:78: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-socket-options.js:55: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-set-timeout-server.js:89: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-set-timeout-server.js:67: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-set-timeout-server.js:202: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-set-timeout-server.js:165: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-set-timeout-server.js:141: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-set-timeout-server.js:113: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-pfx.js:36: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-localaddress.js:55: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-eof-for-eom.js:76: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-drain.js:52: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-client-resume.js:71: rejectUnauthorized: false,
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-client-resume.js:56: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-client-reject.js:64:function rejectUnauthorized() {
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-client-reject.js:56: rejectUnauthorized();
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-client-reject.js:52: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-client-checkServerIdentity.js:66: rejectUnauthorized: true,
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-client-checkServerIdentity.js:52: rejectUnauthorized: true,
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-byteswritten.js:54: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-https-agent.js:55: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-http-host-headers.js:99: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-http-host-headers.js:90: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-http-host-headers.js:81: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-http-host-headers.js:192: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-http-host-headers.js:183: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-http-host-headers.js:174: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-http-host-headers.js:165: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-http-host-headers.js:156: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-http-host-headers.js:147: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-http-host-headers.js:117: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-http-host-headers.js:108: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-http-default-port.js:77: rejectUnauthorized: false,
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-crypto-verify-failure.js:71: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/pummel/test-tls-throttle.js:58: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/pummel/test-tls-server-large-request.js:64: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/pummel/test-tls-connect-memleak.js:40: var options = { rejectUnauthorized: false };
60 biojs-vis-blast-0.1.5.tgz/node/test/pummel/test-https-no-reader.js:56: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/pummel/test-https-large-response.js:55: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/fixtures/GH-892-request.js:36: rejectUnauthorized: false
60 biojs-vis-blast-0.1.5.tgz/node/test/external/ssl-options/test.js:332: rejectUnauthorized: false,
60 biojs-vis-blast-0.1.5.tgz/node/test/disabled/test-tls-server.js:44: rejectUnauthorized: true });
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:939: if (options.rejectUnauthorized) {
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:869: rejectUnauthorized: options.rejectUnauthorized,
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:834: rejectUnauthorized: '0' !== process.env.NODE_TLS_REJECT_UNAUTHORIZED,
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:814: !!options.rejectUnauthorized,
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:710: this.rejectUnauthorized = false;
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:708: this.rejectUnauthorized = options.rejectUnauthorized;
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:707: if (util.isBoolean(options.rejectUnauthorized)) {
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:646: if (socket._rejectUnauthorized)
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:634: rejectUnauthorized: self.rejectUnauthorized,
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:555:// - rejectUnauthorized. Boolean, default to true.
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:545:// rejectUnauthorized
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:390: this._rejectUnauthorized = rejectUnauthorized;
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:388: this.ssl.setVerifyMode(requestCert, rejectUnauthorized);
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:387: rejectUnauthorized !== this._rejectUnauthorized) {
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:384: rejectUnauthorized = !!options.rejectUnauthorized;
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:383: if (typeof options.rejectUnauthorized !== 'undefined')
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:379: rejectUnauthorized = this._rejectUnauthorized;
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:340: rejectUnauthorized &&
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:305: this.ssl.setVerifyMode(requestCert, rejectUnauthorized);
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:304: if (requestCert || rejectUnauthorized)
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:303: this._rejectUnauthorized = rejectUnauthorized;
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_wrap.js:300: rejectUnauthorized = !!options.rejectUnauthorized;
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_legacy.js:840: this._rejectUnauthorized &&
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_legacy.js:783: rejectUnauthorized);
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_legacy.js:779: rejectUnauthorized) {
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_legacy.js:721: this._rejectUnauthorized);
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_legacy.js:714: this._rejectUnauthorized = rejectUnauthorized ? true : false;
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_legacy.js:684: rejectUnauthorized,
60 biojs-vis-blast-0.1.5.tgz/node/lib/_tls_legacy.js:678:function SecurePair(context, isServer, requestCert, rejectUnauthorized,
60 biojs-vis-blast-0.1.5.tgz/node/lib/https.js:119: name += options.rejectUnauthorized;
60 biojs-vis-blast-0.1.5.tgz/node/lib/https.js:118: if (!util.isUndefined(options.rejectUnauthorized))
60 biojs-vis-blast-0.1.5.tgz/node/benchmark/tls/tls-connect.js:46: rejectUnauthorized: false }, function() {
60 biojs-vis-blast-0.1.5.tgz/node/benchmark/tls/throughput.js:48: var opt = { port: common.PORT, rejectUnauthorized: false };
59 wsrr-0.0.4.tgz/index.js:92: rejectUnauthorized: false
59 simple-http-client-0.1.4.tgz/src/index.coffee:41: rejectUnauthorized: rejectUnauthorized
59 simple-http-client-0.1.4.tgz/src/index.coffee:33: rejectUnauthorized = no if process.env.IGNORECERT
59 simple-http-client-0.1.4.tgz/src/index.coffee:32: rejectUnauthorized = options.rejectUnauthorized if options.rejectUnauthorized?
59 simple-http-client-0.1.4.tgz/src/index.coffee:31: rejectUnauthorized = yes
59 simple-http-client-0.1.4.tgz/lib/index.js:59: rejectUnauthorized: rejectUnauthorized
59 simple-http-client-0.1.4.tgz/lib/index.js:51: rejectUnauthorized = false;
59 simple-http-client-0.1.4.tgz/lib/index.js:48: rejectUnauthorized = options.rejectUnauthorized;
59 simple-http-client-0.1.4.tgz/lib/index.js:47: if (options.rejectUnauthorized != null) {
59 simple-http-client-0.1.4.tgz/lib/index.js:46: rejectUnauthorized = true;
59 simple-http-client-0.1.4.tgz/lib/index.js:20: var client, rejectUnauthorized, req, reqOptions, urlParts;
59 normalize-client-1.0.1.tgz/lib/client.js:56: rejectUnauthorized: this.rejectUnauthorized,
59 normalize-client-1.0.1.tgz/lib/client.js:36: this.rejectUnauthorized = options.rejectUnauthorized !== false
59 ls-simple-proxy-0.3.0.tgz/test/simple-proxy.coffee:71: proxy = new simpleProxy.Proxy(targetURI, rejectUnauthorized: false)
59 ls-simple-proxy-0.3.0.tgz/test/simple-proxy.coffee:37: rejectUnauthorized: false
59 ls-simple-proxy-0.3.0.tgz/test/simple-proxy.coffee:165: rejectUnauthorized: false
59 ls-simple-proxy-0.3.0.tgz/test/simple-proxy.coffee:141: rejectUnauthorized: false
59 ls-simple-proxy-0.3.0.tgz/lib/simple-proxy.js:46: rejectUnauthorized: this.rejectUnauthorized
59 ls-simple-proxy-0.3.0.tgz/lib/simple-proxy.js:24: this.rejectUnauthorized = (ref$ = options.rejectUnauthorized) != null ? ref$ : true;
59 http-redirect-0.0.3.tgz/index.js:97: options.rejectUnauthorized = false;
59 fiidmi-0.1.4.tgz/lib/client.js:51: //rejectUnauthorized: false, // FIXME: Remove when fiidmi.fi SSL is fixed
58 riakdb-1.0.3.tgz/lib/node.js:119: rejectUnauthorized: false
58 repo-npm-0.0.3.tgz/lib/utils/fetch.js:84: , rejectUnauthorized: npm.config.get("strict-ssl")
58 node_dtls-0.0.2.tgz/lib/node_dtls.js:2023: if (pair._rejectUnauthorized) {
58 node_dtls-0.0.2.tgz/lib/node_dtls.js:1972: options.rejectUnauthorized === true ? true : false,
58 node_dtls-0.0.2.tgz/lib/node_dtls.js:1770: this.rejectUnauthorized = false;
58 node_dtls-0.0.2.tgz/lib/node_dtls.js:1768: this.rejectUnauthorized = options.rejectUnauthorized;
58 node_dtls-0.0.2.tgz/lib/node_dtls.js:1767: if (typeof options.rejectUnauthorized == 'boolean') {
58 node_dtls-0.0.2.tgz/lib/node_dtls.js:1698: if (self.rejectUnauthorized) {
58 node_dtls-0.0.2.tgz/lib/node_dtls.js:1667: self.rejectUnauthorized,
58 node_dtls-0.0.2.tgz/lib/node_dtls.js:1628: if (self.rejectUnauthorized) {
58 node_dtls-0.0.2.tgz/lib/node_dtls.js:1606: self.rejectUnauthorized,
58 node_dtls-0.0.2.tgz/lib/node_dtls.js:1487:// - rejectUnauthorized. Boolean, default to false.
58 node_dtls-0.0.2.tgz/lib/node_dtls.js:1477:// rejectUnauthorized
58 node_dtls-0.0.2.tgz/lib/node_dtls.js:1432: this._rejectUnauthorized &&
58 node_dtls-0.0.2.tgz/lib/node_dtls.js:1294: rejectUnauthorized);
58 node_dtls-0.0.2.tgz/lib/node_dtls.js:1290: rejectUnauthorized) {
58 node_dtls-0.0.2.tgz/lib/node_dtls.js:1248: this._rejectUnauthorized);
58 node_dtls-0.0.2.tgz/lib/node_dtls.js:1242: this._rejectUnauthorized = rejectUnauthorized ? true : false;
58 node_dtls-0.0.2.tgz/lib/node_dtls.js:1213: rejectUnauthorized,
58 node_dtls-0.0.2.tgz/lib/node_dtls.js:1207:function SecurePair(credentials, isServer, requestCert, rejectUnauthorized,
57 react-openpublish-profile-1.0.3.tgz/example/build.js:31291: poolKey += options.rejectUnauthorized
57 react-openpublish-profile-1.0.3.tgz/example/build.js:31287: if (typeof options.rejectUnauthorized !== 'undefined') {
57 react-openpublish-profile-1.0.3.tgz/example/build.js:31249: options.rejectUnauthorized = self.rejectUnauthorized
57 react-openpublish-profile-1.0.3.tgz/example/build.js:31248: if (typeof self.rejectUnauthorized !== 'undefined') {
57 react-openpublish-profile-1.0.3.tgz/example/build.js:30851: self.rejectUnauthorized = false
57 react-openpublish-profile-1.0.3.tgz/example/build.js:11135: rejectUnauthorized : request.rejectUnauthorized,
57 peerca-1.0.3.tgz/index.js:212: rejectUnauthorized: true
57 peerca-1.0.3.tgz/index.js:203: rejectUnauthorized: true
57 node-vertcoin-1.0.6.tgz/lib/jsonrpc.js:46: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
57 node-red-custom-0.0.2.tgz/nodes/core/io/10-mqtt.js:121: this.options.rejectUnauthorized = (this.verifyservercert == "true" || this.verifyservercert === true)
57 mqtt-server-0.1.0.tgz/test/server.js:32: rejectUnauthorized: false
57 lr-aws-sdk-2.1.7-lr3.tgz/lib/http/node.js:99: AWS.NodeHttpClient.sslAgent = new https.Agent({rejectUnauthorized: true});
57 front-simplesmtp-0.3.32-2.tgz/lib/client.js:243: rejectUnauthorized: !! this.options.rejectUnauthorized
57 front-simplesmtp-0.3.32-2.tgz/lib/client.js:194: opts.rejectUnauthorized = !! this.options.rejectUnauthorized;
57 front-simplesmtp-0.3.32-2.tgz/lib/client.js:193: if (!('rejectUnauthorized' in opts)) {
57 creeperhost-aries-1.3.0.tgz/lib/index.js:112: rejectUnauthorized: false
56 tartare-mock-0.6.1.tgz/lib/server/server.js:158: rejectUnauthorized: true
56 http-proxy-caronte-1.0.1.tgz/test/lib-https-proxy-test.js:46: rejectUnauthorized: false
56 http-proxy-caronte-1.0.1.tgz/test/lib-https-proxy-test.js:205: rejectUnauthorized: false
56 http-proxy-caronte-1.0.1.tgz/test/lib-https-proxy-test.js:131: rejectUnauthorized: false
56 http-proxy-caronte-1.0.1.tgz/lib/http-proxy/common.js:42: outgoing.rejectUnauthorized = (typeof options.secure === "undefined") ? true : options.secure;
56 hapi-flatmarket-1.1.0.tgz/lib/index.js:48: return request.get(options.schemaUri, { rejectUnauthorized: false })
56 hapi-flatmarket-1.1.0.tgz/lib/index.js:131: return request.get(options.schemaUri, { rejectUnauthorized: false })
55 whscmd-0.0.6.tgz/lib/httphelper.js:90: rejectUnauthorized: false,
55 whscmd-0.0.6.tgz/lib/httphelper.js:245: rejectUnauthorized: false,
55 whscmd-0.0.6.tgz/lib/httphelper.js:22: rejectUnauthorized: false,
55 whscmd-0.0.6.tgz/lib/httphelper.js:168: rejectUnauthorized: false,
55 multimq-0.0.4.tgz/examples/pushpull/pull.js:16: rejectUnauthorized: false
55 miostreamapi-0.0.5.tgz/index.js:8: rejectUnauthorized: false,
55 json-tcp-socket-1.0.3.tgz/examples/tls/client.js:43: rejectUnauthorized: false
55 capability-stem-0.0.4.tgz/server.js:43: 'requestCert', 'rejectUnauthorized', 'NPNProtocols', 'SNICallback',
53 sails-hook-push-0.0.3.tgz/templates/push.js:22: rejectUnauthorized : true,
53 passport-mfp-token-validation-1.0.2.tgz/lib/util/key-reader.js:47: request(requestUrl, {rejectUnauthorized: false,requestCert: true},function (error, response, body) {
53 node-offline-debug-1.0.4.tgz/lib/network.js:197: "rejectUnauthorized": false,
53 node-offline-debug-1.0.4.tgz/lib/network.js:185: rejectUnauthorized : false
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:793: if (options.rejectUnauthorized) {
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:721: rejectUnauthorized: options.rejectUnauthorized,
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:694: rejectUnauthorized: '0' !== process.env.NODE_TLS_REJECT_UNAUTHORIZED
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:674: !!options.rejectUnauthorized,
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:582: this.rejectUnauthorized = false;
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:580: this.rejectUnauthorized = options.rejectUnauthorized;
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:579: if (util.isBoolean(options.rejectUnauthorized)) {
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:531: if (socket._rejectUnauthorized)
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:519: rejectUnauthorized: self.rejectUnauthorized,
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:437:// - rejectUnauthorized. Boolean, default to true.
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:427:// rejectUnauthorized
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:283: this._rejectUnauthorized = rejectUnauthorized;
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:281: this.ssl.setVerifyMode(requestCert, rejectUnauthorized);
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:280: rejectUnauthorized !== this._rejectUnauthorized) {
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:277: rejectUnauthorized = !!options.rejectUnauthorized;
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:276: if (typeof options.rejectUnauthorized !== 'undefined')
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:272: rejectUnauthorized = this._rejectUnauthorized;
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:240: rejectUnauthorized &&
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:214: this.ssl.setVerifyMode(requestCert, rejectUnauthorized);
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:213: if (requestCert || rejectUnauthorized)
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:212: this._rejectUnauthorized = rejectUnauthorized;
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_wrap.js:209: rejectUnauthorized = !!options.rejectUnauthorized;
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_legacy.js:821: this._rejectUnauthorized &&
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_legacy.js:764: rejectUnauthorized);
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_legacy.js:760: rejectUnauthorized) {
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_legacy.js:707: this._rejectUnauthorized);
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_legacy.js:700: this._rejectUnauthorized = rejectUnauthorized ? true : false;
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_legacy.js:670: rejectUnauthorized,
53 jsg-0.0.3.tgz/testdata/node_core_modules/_tls_legacy.js:664:function SecurePair(credentials, isServer, requestCert, rejectUnauthorized,
53 jsg-0.0.3.tgz/testdata/node_core_modules/https.js:118: name += options.rejectUnauthorized;
53 jsg-0.0.3.tgz/testdata/node_core_modules/https.js:117: if (!util.isUndefined(options.rejectUnauthorized))
53 j-http-proxy-1.0.3.tgz/test/lib-https-proxy-test.js:46: rejectUnauthorized: false
53 j-http-proxy-1.0.3.tgz/test/lib-https-proxy-test.js:205: rejectUnauthorized: false
53 j-http-proxy-1.0.3.tgz/test/lib-https-proxy-test.js:131: rejectUnauthorized: false
53 j-http-proxy-1.0.3.tgz/lib/http-proxy/common.js:42: outgoing.rejectUnauthorized = (typeof options.secure === "undefined") ? true : options.secure;
53 flyvictor-easysoap-0.6.22.tgz/lib/request/request.js:340: rejectUnauthorized : params.rejectUnauthorized,
53 flyvictor-easysoap-0.6.22.tgz/lib/request/request.js:315: params.rejectUnauthorized = true;
53 flyvictor-easysoap-0.6.22.tgz/lib/request/request.js:314: if (params.rejectUnauthorized === void 0) {
53 flyvictor-easysoap-0.6.22.tgz/lib/request/request.js:291: rejectUnauthorized : params.rejectUnauthorized
53 flyvictor-easysoap-0.6.22.tgz/lib/request/request.js:283: params.rejectUnauthorized = true;
53 flyvictor-easysoap-0.6.22.tgz/lib/request/request.js:282: if (params.rejectUnauthorized === void 0) {
52 teeleader-socketstream-0.3.14.tgz/lib/websocket/transports/engineio/client.js:767: this.rejectUnauthorized = opts.rejectUnauthorized;
52 teeleader-socketstream-0.3.14.tgz/lib/websocket/transports/engineio/client.js:191: rejectUnauthorized: this.rejectUnauthorized
52 teeleader-socketstream-0.3.14.tgz/lib/websocket/transports/engineio/client.js:1900: opts.rejectUnauthorized = this.rejectUnauthorized;
52 teeleader-socketstream-0.3.14.tgz/lib/websocket/transports/engineio/client.js:1362: opts.rejectUnauthorized = this.rejectUnauthorized;
52 teeleader-socketstream-0.3.14.tgz/lib/websocket/transports/engineio/client.js:1335: this.rejectUnauthorized = opts.rejectUnauthorized;
52 teeleader-socketstream-0.3.14.tgz/lib/websocket/transports/engineio/client.js:1266: opts.rejectUnauthorized = this.rejectUnauthorized;
52 teeleader-socketstream-0.3.14.tgz/lib/websocket/transports/engineio/client.js:118: this.rejectUnauthorized = opts.rejectUnauthorized || null;
52 node-zhiyan-0.1.2.tgz/index.js:26: rejectUnauthorized: false,
52 node-primecoin-1.0.3.tgz/lib/jsonrpc.js:46: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
52 jsflow-sdk-0.0.3.tgz/web5.js:9890: poolKey += options.rejectUnauthorized
52 jsflow-sdk-0.0.3.tgz/web5.js:9888: if (typeof options.rejectUnauthorized !== 'undefined') {
52 jsflow-sdk-0.0.3.tgz/web5.js:9856: if (typeof this.rejectUnauthorized !== 'undefined') options.rejectUnauthorized = this.rejectUnauthorized
52 jsflow-sdk-0.0.3.tgz/web5.js:9798: , rejectUnauthorized: self.rejectUnauthorized
52 jsflow-sdk-0.0.3.tgz/web5.js:9430: , rejectUnauthorized: self.rejectUnauthorized
52 jsflow-sdk-0.0.3.tgz/web5.js:9414: self.rejectUnauthorized = false
52 imapseagull-1.0.3.tgz/mock-client.js:84: rejectUnauthorized: false,
51 spotify-lib-1.5.0.tgz/index.js:99: rejectUnauthorized: false,
51 spotify-lib-1.5.0.tgz/index.js:82: rejectUnauthorized: false,
51 spotify-lib-1.5.0.tgz/index.js:65: rejectUnauthorized: false,
51 spotify-lib-1.5.0.tgz/index.js:48: rejectUnauthorized: false,
51 spotify-lib-1.5.0.tgz/index.js:17: rejectUnauthorized : false,
51 node-litecoin-1.0.1.tgz/lib/jsonrpc.js:46: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
51 calnet-0.0.5.tgz/lib/calnet.js:47: rejectUnauthorized: false
50 spdy-client-1.0.3.tgz/connection.js:93: rejectUnauthorized : false
50 requestsync-0.2.1.tgz/test/index.js:33: rejectUnauthorized: true
50 mia.js-0.8.2.tgz/config/env/production.js:31: rejectUnauthorized: false
50 mia.js-0.8.2.tgz/config/env/local.js:31: rejectUnauthorized: false
50 dropbox-mk2-0.0.4.tgz/Dropbox.js:16: rejectUnauthorized : false
49 thethingsio-mqtt-0.0.3.tgz/examples/secure-client.js:19: rejectUnauthorized: true
49 softlayer-node-0.0.7.tgz/lib/http-requests.js:59: rejectUnauthorized: false,
49 reverb-0.2.0.tgz/index.js:65: , rejectUnauthorized: false
49 mail-listener3-0.0.3.tgz/test.js:9: tlsOptions: { rejectUnauthorized: false },
49 http-proxy-1.0.2-1.0.2.tgz/test/lib-https-proxy-test.js:46: rejectUnauthorized: false
49 http-proxy-1.0.2-1.0.2.tgz/test/lib-https-proxy-test.js:205: rejectUnauthorized: false
49 http-proxy-1.0.2-1.0.2.tgz/test/lib-https-proxy-test.js:131: rejectUnauthorized: false
49 http-proxy-1.0.2-1.0.2.tgz/lib/http-proxy/common.js:42: outgoing.rejectUnauthorized = (typeof options.secure === "undefined") ? true : options.secure;
49 httpntlm-3-1.5.2.tgz/httpntlm.js:12: 'rejectUnauthorized'
49 cucm-sql-0.0.3.tgz/index.js:18: rejectUnauthorized: false // required to accept self-signed certificate
48 pmongonode-1.0.0.tgz/mongodb/lib/server.js:129: if(typeof clonedOptions.sslValidate == 'boolean') clonedOptions.rejectUnauthorized = clonedOptions.sslValidate;
48 pmongonode-1.0.0.tgz/mongodb/lib/replset.js:181: if(typeof options.sslValidate == 'boolean') finalOptions.rejectUnauthorized = options.sslValidate;
48 pmongonode-1.0.0.tgz/mongodb/lib/mongos.js:116: if(typeof options.sslValidate == 'boolean') finalOptions.rejectUnauthorized = options.sslValidate;
48 hubot-particle-listener-1.0.4.tgz/src/particle-listener.coffee:34: rejectUnauthorized: false
48 elion-sms-api-1.2.0.tgz/index.js:33: rejectUnauthorized: false
48 elion-sms-api-1.2.0.tgz/index.coffee:22: }, rejectUnauthorized: false}, (err,resp)->
48 drifter-sender-0.1.3.tgz/index.js:92: rejectUnauthorized: self.rejectUnauthorized
48 drifter-sender-0.1.3.tgz/index.js:73: self.rejectUnauthorized = config.rejectUnauthorized;
48 drifter-sender-0.1.3.tgz/index.js:71: self.rejectUnauthorized = true;
48 drifter-sender-0.1.3.tgz/index.js:70: if (typeof config.rejectUnauthorized === "undefined") {
48 drifter-sender-0.1.3.tgz/index.js:53: * `rejectUnauthorized`: _Boolean_ _(Default: true)_ If true, the server
48 drifter-sender-0.1.3.tgz/examples/readme.js:40: rejectUnauthorized: false
48 dewebsockify-1.0.2.tgz/dewebsockify.js:15: rejectUnauthorized: false
48 ashking-node-github-0.2.8.tgz/index.js:772: options.rejectUnauthorized = this.config.rejectUnauthorized;
48 ashking-node-github-0.2.8.tgz/index.js:771: if (this.config.rejectUnauthorized !== undefined)
48 ampeye-cli-1.0.2.tgz/lib/packages.js:84: rejectUnauthorized: false,
47 request-lite-2.40.1.tgz/request.js:648: poolKey += options.rejectUnauthorized
47 request-lite-2.40.1.tgz/request.js:646: if (typeof options.rejectUnauthorized !== 'undefined') {
47 request-lite-2.40.1.tgz/request.js:614: if (typeof this.rejectUnauthorized !== 'undefined') options.rejectUnauthorized = this.rejectUnauthorized
47 request-lite-2.40.1.tgz/request.js:555: , rejectUnauthorized: self.rejectUnauthorized
47 request-lite-2.40.1.tgz/request.js:172: , rejectUnauthorized: self.rejectUnauthorized
47 request-lite-2.40.1.tgz/request.js:146: self.rejectUnauthorized = false
47 passport-imap-0.1.2.tgz/lib/passport-imap/strategy.js:58: tlsOptions: { rejectUnauthorized: false }
47 nproxy-patched-1.0.2.tgz/lib/utils.js:96: rejectUnauthorized: false,
47 nodifier_connect-0.0.3.tgz/nodifier_connect.js:11: rejectUnauthorized: true
47 nfe-io-0.0.6.tgz/lib/BaseResource.js:202: rejectUnauthorized: false,
47 looker-api-0.0.3.tgz/lib/looker-api.js:149: rejectUnauthorized: false
47 hubot-recognizer-1.0.2.tgz/clarifai-nodejs/clarifai_node.js:274: rejectUnauthorized : false,
47 grunt-raygun-sourcemaps-0.1.2.tgz/tasks/grunt_raygun_sourcemaps.js:133: rejectUnauthorized: false,
47 fis-prepackager-auto-pack-0.0.3.tgz/lib/http-sync-win.js:96: options.rejectUnauthorized = options.rejectUnauthorized === false ? false : true;
46 sparkling-0.0.3.tgz/index.js:9: rejectUnauthorized: false,
46 smi.cache-0.3.1.tgz/lib/cache.js:59: // and set `rejectUnauthorized: false`.
46 smi.cache-0.3.1.tgz/lib/cache.js:45: // and set `rejectUnauthorized: false`.
46 smi.cache-0.3.1.tgz/lib/cache.js:448: rejectUnauthorized: false
46 smi.cache-0.3.1.tgz/lib/cache.js:37: rejectUnauthorized: false
46 smi.cache-0.3.1.tgz/lib/cache.js:35: rejectUnauthorized: false
46 smi.cache-0.3.1.tgz/lib/cache.js:325: rejectUnauthorized: false,
46 private-static-website-1.1.0.tgz/test/server.js:17: rejectUnauthorized: false
46 node-proxmox-0.1.2.tgz/node-proxmox.js:87: rejectUnauthorized: false,
46 node-proxmox-0.1.2.tgz/node-proxmox.js:21: rejectUnauthorized: false, //Allow unauthorized SSL certificate
46 meshblu-splunk-event-collector-2.0.0.tgz/index.coffee:38: rejectUnauthorized: false
46 machinepack-cft-1.0.0.tgz/machines/get-cft-surveyssent.js:73: "rejectUnauthorized": false,
46 kiwiirc-0.5.3.tgz/server/irc/connection.js:113: rejectUnauthorized: global.config.reject_unauthorised_certificates
46 foam-0.2.0.tgz/test/unit.js:63: foam(uri, operation, action, message, {namespace: namespace, rejectUnauthorized: false, secureProtocol: 'SSLv3_method'}, noop);
46 foam-0.2.0.tgz/test/unit.js:59: rejectUnauthorized: false,
46 foam-0.2.0.tgz/test/unit.js:41: rejectUnauthorized: undefined,
46 foam-0.2.0.tgz/foam.js:30: rejectUnauthorized: options.rejectUnauthorized,
46 distributed-task-0.0.3.tgz/distributed-task/worker.js:219: rejectUnauthorized: false
46 bs-launcher-0.1.0.tgz/lib/api/login.js:67: rejectUnauthorized: authConfig.rejectUnauthorized
46 bs-launcher-0.1.0.tgz/lib/api/login.js:178: rejectUnauthorized: !auth.acceptUnauthorized,
46 a-wild-version-appears-0.1.0.tgz/index.js:24: opts.rejectUnauthorized = false
45 virtualmin-api-1.0.0.tgz/bin/index.js:29: rejectUnauthorized: false
45 restify-bearer-strategy-1.1.0.tgz/lib/auth.strategy.js:30: rejectUnauthorized: false
45 react-as-range-slider-0.1.0.tgz/demo.entry.js:6803: opts.rejectUnauthorized = this.rejectUnauthorized;
45 react-as-range-slider-0.1.0.tgz/demo.entry.js:4689: this.rejectUnauthorized = opts.rejectUnauthorized;
45 react-as-range-slider-0.1.0.tgz/demo.entry.js:4174: opts.rejectUnauthorized = this.rejectUnauthorized;
45 react-as-range-slider-0.1.0.tgz/demo.entry.js:4147: this.rejectUnauthorized = opts.rejectUnauthorized;
45 react-as-range-slider-0.1.0.tgz/demo.entry.js:4078: opts.rejectUnauthorized = this.rejectUnauthorized;
45 react-as-range-slider-0.1.0.tgz/demo.entry.js:3310: rejectUnauthorized: this.rejectUnauthorized
45 react-as-range-slider-0.1.0.tgz/demo.entry.js:3237: this.rejectUnauthorized = opts.rejectUnauthorized || null;
45 phantastic-0.1.3.tgz/phantastic.js:156: rejectUnauthorized: false
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:821: if (options.rejectUnauthorized) {
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:749: rejectUnauthorized: options.rejectUnauthorized,
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:721: rejectUnauthorized: '0' !== process.env.NODE_TLS_REJECT_UNAUTHORIZED,
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:701: !!options.rejectUnauthorized,
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:609: this.rejectUnauthorized = false;
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:607: this.rejectUnauthorized = options.rejectUnauthorized;
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:606: if (util.isBoolean(options.rejectUnauthorized)) {
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:545: if (socket._rejectUnauthorized)
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:533: rejectUnauthorized: self.rejectUnauthorized,
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:455:// - rejectUnauthorized. Boolean, default to true.
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:445:// rejectUnauthorized
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:297: this._rejectUnauthorized = rejectUnauthorized;
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:295: this.ssl.setVerifyMode(requestCert, rejectUnauthorized);
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:294: rejectUnauthorized !== this._rejectUnauthorized) {
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:291: rejectUnauthorized = !!options.rejectUnauthorized;
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:290: if (typeof options.rejectUnauthorized !== 'undefined')
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:286: rejectUnauthorized = this._rejectUnauthorized;
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:247: rejectUnauthorized &&
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:217: this.ssl.setVerifyMode(requestCert, rejectUnauthorized);
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:216: if (requestCert || rejectUnauthorized)
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:215: this._rejectUnauthorized = rejectUnauthorized;
45 node-core-lib-0.11.11.tgz/_tls_wrap.js:212: rejectUnauthorized = !!options.rejectUnauthorized;
45 node-core-lib-0.11.11.tgz/_tls_legacy.js:821: this._rejectUnauthorized &&
45 node-core-lib-0.11.11.tgz/_tls_legacy.js:764: rejectUnauthorized);
45 node-core-lib-0.11.11.tgz/_tls_legacy.js:760: rejectUnauthorized) {
45 node-core-lib-0.11.11.tgz/_tls_legacy.js:707: this._rejectUnauthorized);
45 node-core-lib-0.11.11.tgz/_tls_legacy.js:700: this._rejectUnauthorized = rejectUnauthorized ? true : false;
45 node-core-lib-0.11.11.tgz/_tls_legacy.js:670: rejectUnauthorized,
45 node-core-lib-0.11.11.tgz/_tls_legacy.js:664:function SecurePair(credentials, isServer, requestCert, rejectUnauthorized,
45 node-core-lib-0.11.11.tgz/https.js:118: name += options.rejectUnauthorized;
45 node-core-lib-0.11.11.tgz/https.js:117: if (!util.isUndefined(options.rejectUnauthorized))
44 susi-nodejs-0.1.2.tgz/susi.js:22: rejectUnauthorized: false
44 poplib1-0.1.6.tgz/main.js:282: rejectUnauthorized: !self.data.ignoretlserrs
44 pomelo-webconnector-plugin2-0.1.2.tgz/example/https-client.js:20: rejectUnauthorized:false,
44 imap-fetcher-0.1.1.tgz/test/imapFetcher_test.js:35: tlsOptions: { rejectUnauthorized: false }
44 gulp-nproxy-1.4.3-1.tgz/lib/utils.js:96: rejectUnauthorized: false,
44 drupal-services-0.2.1.tgz/scrap.coffee:16:agentOpts.rejectUnauthorized = false
43 wide-0.1.2.tgz/lib/transports/webhook.js:91: options.rejectUnauthorized = false;
43 tart-transport-tls-0.1.1.tgz/test/server.js:81: rejectUnauthorized: true,
43 tart-transport-tls-0.1.1.tgz/test/server.js:61: rejectUnauthorized: true,
43 tart-transport-tls-0.1.1.tgz/test/server.js:152: rejectUnauthorized: true,
43 tart-transport-tls-0.1.1.tgz/test/server.js:134: rejectUnauthorized: true,
43 tart-transport-tls-0.1.1.tgz/test/send.js:175: rejectUnauthorized: true,
43 tart-transport-tls-0.1.1.tgz/test/send.js:147: rejectUnauthorized: true,
43 tart-transport-tls-0.1.1.tgz/index.js:71: var keys = ['pfx', 'key', 'passphrase', 'cert', 'ca', 'rejectUnauthorized',
43 tart-transport-tls-0.1.1.tgz/index.js:127: 'rejectUnauthorized', 'NPNProtocols', 'sessionIdContext',
43 tart-transport-tls-0.1.1.tgz/examples/readme.js:83: rejectUnauthorized: true,
43 tart-transport-tls-0.1.1.tgz/examples/readme.js:45: rejectUnauthorized: true,
43 tart-transport-tls-0.1.1.tgz/examples/readme.js:102: rejectUnauthorized: true,
43 saolonguinho-0.4.2.tgz/config/lib/socket.io.js:26: // rejectUnauthorized : true,
43 nec-sdk-1.0.2.tgz/lib/http/node.js:98: AWS.NodeHttpClient.sslAgent = new https.Agent({rejectUnauthorized: true});
43 mollie-2.0.2.tgz/mollie.js:22: rejectUnauthorized: true,
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-zero-clear-in.js:51: rejectUnauthorized: false,
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-timeout-server-2.js:45: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-ticket.js:73: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-ticket-cluster.js:47: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-sni-server-client.js:89: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-sni-server-client.js:82: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-sni-server-client.js:75: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-sni-server-client.js:68: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-sni-option.js:97: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-sni-option.js:90: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-sni-option.js:83: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-sni-option.js:104: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-set-encoding.js:46: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-server-verify.js:92: rejectUnauthorized: true,
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-server-verify.js:79: rejectUnauthorized: true,
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-server-verify.js:66: rejectUnauthorized: false,
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-server-verify.js:53: rejectUnauthorized: false,
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-server-verify.js:40: rejectUnauthorized: false,
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-server-verify.js:288: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-server-verify.js:265: rejectUnauthorized: tcase.rejectUnauthorized
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-server-verify.js:106: rejectUnauthorized: true,
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-request-timeout.js:47: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-peer-certificate-multi-keys.js:47: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-peer-certificate.js:48: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-peer-certificate-encoding.js:48: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-pause.js:53: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-passphrase.js:69: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-passphrase.js:54: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-passphrase.js:42: rejectUnauthorized: true
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-over-http-tunnel.js:151: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-ocsp-callback.js:93: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-npn-server-client.js:83: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-npn-server-client.js:76: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-npn-server-client.js:70: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-npn-server-client.js:63: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-no-rsa-key.js:44: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-multi-key.js:54: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-multi-key.js:50: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-max-send-fragment.js:53: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-invoke-queued.js:51: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-interleave.js:46: var c = tls.connect(PORT, { rejectUnauthorized: false }, function() {
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-inception.js:74: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-inception.js:68: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-inception.js:47: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-honorcipherorder.js:54: rejectUnauthorized: false,
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-getcipher.js:49: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-friendly-error-message.js:39: var options = { port: this.address().port, rejectUnauthorized: true };
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-fast-writing.js:62: var opt = { port: PORT, rejectUnauthorized: false };
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-delayed-attach.js:62: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-connect-simple.js:52: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-connect-simple.js:44: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-connect-pipe.js:40: var options = { rejectUnauthorized: false };
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-connect-given-socket.js:44: rejectUnauthorized: false,
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-close-notify.js:45: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-client-verify.js:138: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-client-resume.js:67: rejectUnauthorized: false,
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-client-resume.js:55: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-client-reject.js:66:function rejectUnauthorized() {
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-client-reject.js:58: rejectUnauthorized();
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-client-reject.js:54: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-client-destroy-soon.js:58: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-tls-0-dns-altname.js:46: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-regress-GH-1531.js:50: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-http-url.parse-https.request.js:36:testURL.rejectUnauthorized = false;
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-truncate.js:51: var opts = { port: PORT, rejectUnauthorized: false };
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-timeout-server-2.js:49: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-timeout.js:47: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-socket-options.js:78: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-socket-options.js:55: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-set-timeout-server.js:89: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-set-timeout-server.js:67: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-set-timeout-server.js:202: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-set-timeout-server.js:165: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-set-timeout-server.js:141: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-set-timeout-server.js:113: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-pfx.js:36: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-localaddress.js:55: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-eof-for-eom.js:76: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-drain.js:52: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-client-resume.js:71: rejectUnauthorized: false,
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-client-resume.js:56: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-client-reject.js:64:function rejectUnauthorized() {
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-client-reject.js:56: rejectUnauthorized();
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-client-reject.js:52: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-client-checkServerIdentity.js:66: rejectUnauthorized: true,
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-client-checkServerIdentity.js:52: rejectUnauthorized: true,
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-byteswritten.js:54: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-https-agent.js:55: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-http-host-headers.js:99: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-http-host-headers.js:90: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-http-host-headers.js:81: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-http-host-headers.js:192: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-http-host-headers.js:183: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-http-host-headers.js:174: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-http-host-headers.js:165: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-http-host-headers.js:156: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-http-host-headers.js:147: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-http-host-headers.js:117: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-http-host-headers.js:108: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-http-default-port.js:77: rejectUnauthorized: false,
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-crypto-verify-failure.js:71: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/pummel/test-tls-throttle.js:58: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/pummel/test-tls-server-large-request.js:64: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/pummel/test-tls-connect-memleak.js:40: var options = { rejectUnauthorized: false };
43 flush-all-0.1.1.tgz/node-v0.13/test/pummel/test-https-no-reader.js:56: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/pummel/test-https-large-response.js:55: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/fixtures/GH-892-request.js:36: rejectUnauthorized: false
43 flush-all-0.1.1.tgz/node-v0.13/test/disabled/test-tls-server.js:44: rejectUnauthorized: true });
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:931: if (options.rejectUnauthorized) {
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:861: rejectUnauthorized: options.rejectUnauthorized,
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:829: rejectUnauthorized: '0' !== process.env.NODE_TLS_REJECT_UNAUTHORIZED,
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:809: !!options.rejectUnauthorized,
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:714: this.rejectUnauthorized = false;
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:712: this.rejectUnauthorized = options.rejectUnauthorized;
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:711: if (util.isBoolean(options.rejectUnauthorized)) {
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:650: if (socket._rejectUnauthorized)
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:638: rejectUnauthorized: self.rejectUnauthorized,
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:559:// - rejectUnauthorized. Boolean, default to true.
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:549:// rejectUnauthorized
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:394: this._rejectUnauthorized = rejectUnauthorized;
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:392: this.ssl.setVerifyMode(requestCert, rejectUnauthorized);
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:391: rejectUnauthorized !== this._rejectUnauthorized) {
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:388: rejectUnauthorized = !!options.rejectUnauthorized;
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:387: if (typeof options.rejectUnauthorized !== 'undefined')
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:383: rejectUnauthorized = this._rejectUnauthorized;
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:344: rejectUnauthorized &&
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:309: this.ssl.setVerifyMode(requestCert, rejectUnauthorized);
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:308: if (requestCert || rejectUnauthorized)
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:307: this._rejectUnauthorized = rejectUnauthorized;
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_wrap.js:304: rejectUnauthorized = !!options.rejectUnauthorized;
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_legacy.js:845: this._rejectUnauthorized &&
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_legacy.js:788: rejectUnauthorized);
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_legacy.js:784: rejectUnauthorized) {
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_legacy.js:726: this._rejectUnauthorized);
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_legacy.js:719: this._rejectUnauthorized = rejectUnauthorized ? true : false;
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_legacy.js:689: rejectUnauthorized,
43 flush-all-0.1.1.tgz/node-v0.13/lib/_tls_legacy.js:683:function SecurePair(context, isServer, requestCert, rejectUnauthorized,
43 flush-all-0.1.1.tgz/node-v0.13/lib/https.js:121: name += options.rejectUnauthorized;
43 flush-all-0.1.1.tgz/node-v0.13/lib/https.js:120: if (!util.isUndefined(options.rejectUnauthorized))
43 flush-all-0.1.1.tgz/node-v0.13/benchmark/tls/tls-connect.js:46: rejectUnauthorized: false }, function() {
43 flush-all-0.1.1.tgz/node-v0.13/benchmark/tls/throughput.js:48: var opt = { port: common.PORT, rejectUnauthorized: false };
42 tidepool-armada-client-0.0.2.tgz/lib/client.js:44: rejectUnauthorized: config.secureSsl
42 ripple-gateway-data-http-adapter-0.0.2.tgz/index.js:40: request.get({ url: url, form: opts , json: true, auth: this.auth(), rejectUnauthorized: false }, function(err,resp,body){
42 ripple-gateway-data-http-adapter-0.0.2.tgz/index.js:26: request.post({ url: url, form: opts , json:true, auth: this.auth(), rejectUnauthorized: false }, function(err,resp,body){
42 nemo-accessibility-1.0.0.tgz/index.js:43: 'rejectUnauthorized': false
42 mongoose3-bsonfix-mongodb-1.4.91.tgz/lib/mongodb/connection/connection.js:114: , rejectUnauthorized: false
42 homebridge-http-simple-switch-0.0.1.tgz/index.js:31: rejectUnauthorized: false
42 genesis.js-1.0.1.tgz/src/genesis/request.coffee:92: rejectUnauthorized: true
42 frock-static-1.0.0.tgz/src/handlers/url.js:33: requestUri.rejectUnauthorized = strictSsl
42 frock-static-1.0.0.tgz/lib/handlers/url.js:40: requestUri.rejectUnauthorized = strictSsl;
42 bitcore-rpc-0.8.7.tgz/test/rpc.js:49: options.rejectUnauthorized.should.be.equal(true);
42 bitcore-rpc-0.8.7.tgz/test/rpc.js:41: rejectUnauthorized: true,
42 bitcore-rpc-0.8.7.tgz/test/rpc.js:24: client.rejectUnauthorized.should.be.equal(false);
42 bitcore-rpc-0.8.7.tgz/lib/index.js:77: rejectUnauthorized: self.rejectUnauthorized,
42 bitcore-rpc-0.8.7.tgz/lib/index.js:44: this.rejectUnauthorized = opts.rejectUnauthorized || false;
42 bitcore-rpc-0.8.7.tgz/lib/index.js:23: * @param {Object} opts - Connection options: host, port, secure, disableAgent, rejectUnauthorized
41 winston-loggly-syslog-1.0.0.tgz/index.js:126: self.stream = tls.connect(self.port, self.host, {rejectUnauthorized:false}, onConnected)
41 whaler-rsync-plugin-0.1.1.tgz/index.js:153: rejectUnauthorized: false
41 urgentilio-0.0.2.tgz/config.coffee:13: rejectUnauthorized: no
41 simple-cas-client-0.0.2.tgz/simple-cas-client.js:194: rejectUnauthorized: false,
41 cause-0.10.4.tgz/web/js/_bundle.js:59535: opts.rejectUnauthorized = this.rejectUnauthorized;
41 cause-0.10.4.tgz/web/js/_bundle.js:58997: opts.rejectUnauthorized = this.rejectUnauthorized;
41 cause-0.10.4.tgz/web/js/_bundle.js:58970: this.rejectUnauthorized = opts.rejectUnauthorized;
41 cause-0.10.4.tgz/web/js/_bundle.js:58901: opts.rejectUnauthorized = this.rejectUnauthorized;
41 cause-0.10.4.tgz/web/js/_bundle.js:58402: this.rejectUnauthorized = opts.rejectUnauthorized;
41 cause-0.10.4.tgz/web/js/_bundle.js:57826: rejectUnauthorized: this.rejectUnauthorized
41 cause-0.10.4.tgz/web/js/_bundle.js:57753: this.rejectUnauthorized = opts.rejectUnauthorized || null;
40 opencomb-cli-0.1.3.tgz/commands/init.js:462: , rejectUnauthorized: false
40 jsbot-0.3.0.tgz/jsbot.js:34: tlsOptions = _.defaults(tlsOptions, {rejectUnauthorized: false});
40 grunt-psi-0.1.3.tgz/pakmanaged.js:35404: rejectUnauthorized: opts.rejectUnauthorized
40 grunt-psi-0.1.3.tgz/pakmanaged.js:35396: typeof opts.rejectUnauthorized !== 'undefined')) {
40 grunt-psi-0.1.3.tgz/pakmanaged.js:33470: name += options.rejectUnauthorized;
40 grunt-psi-0.1.3.tgz/pakmanaged.js:33469: if (options.rejectUnauthorized !== undefined)
40 getssl-0.1.2.tgz/getSSL.js:8: rejectUnauthorized: false,
40 fscp-http-client-0.1.8.tgz/simple-http-client.js:38: rejectUnauthorized:false,
40 cnpmtop-0.1.1.tgz/test/request_test.js:6: rejectUnauthorized: false,
40 cnpmtop-0.1.1.tgz/index.js:34: rejectUnauthorized: false,
40 athena-ws-0.0.1.tgz/ws/lib/WebSocket.js:570: if (options.isDefinedAndNonNull('rejectUnauthorized')) requestOptions.rejectUnauthorized = options.value.rejectUnauthorized;
40 athena-ws-0.0.1.tgz/ws/lib/WebSocket.js:558: || options.isDefinedAndNonNull('rejectUnauthorized')) {
40 athena-ws-0.0.1.tgz/ws/lib/WebSocket.js:473: rejectUnauthorized: null
40 anxhk-0.0.2.tgz/anxhk.js:14: "rejectUnauthorized": false
39 tlsy-0.0.2.tgz/lib/tlsy.js:22: rejectUnauthorized: false
39 srv-gofer-1.1.0.tgz/test/agent.js:87: rejectUnauthorized: false,
39 srv-gofer-1.1.0.tgz/test/agent.js:79: return myApi.with({ rejectUnauthorized: false }).zapp().json()
39 srv-gofer-1.1.0.tgz/test/agent.js:67: rejectUnauthorized: false,
39 srv-gofer-1.1.0.tgz/test/agent.js:59: return myApi.with({ rejectUnauthorized: false }).zapp().json()
39 srv-gofer-1.1.0.tgz/test/agent.js:58: it('allows requests with rejectUnauthorized=false', function() {
39 srv-gofer-1.1.0.tgz/lib/request.js:181: rejectUnauthorized: options.rejectUnauthorized,
39 srv-gofer-1.1.0.tgz/lib/fetch.js:209: rejectUnauthorized: options.rejectUnauthorized !== false,
39 redget-0.0.7.tgz/lib/XMLHttpRequest.js:363: rejectUnauthorized: false,
39 project-oppression-0.1.0.tgz/request.js:660: poolKey += options.rejectUnauthorized
39 project-oppression-0.1.0.tgz/request.js:656: if (typeof options.rejectUnauthorized !== 'undefined') {
39 project-oppression-0.1.0.tgz/request.js:618: options.rejectUnauthorized = self.rejectUnauthorized
39 project-oppression-0.1.0.tgz/request.js:617: if (typeof self.rejectUnauthorized !== 'undefined') {
39 project-oppression-0.1.0.tgz/request.js:268: self.rejectUnauthorized = false
39 project-oppression-0.1.0.tgz/lib/tunnel.js:86: rejectUnauthorized : request.rejectUnauthorized,
39 nodejs-externs-0.10.1.tgz/externs/tls.js:70:tls.createSecurePair = function(credentials, isServer, requestCert, rejectUnauthorized) {};
39 nodejs-externs-0.10.1.tgz/externs/tls.js:67: * @param {boolean=} rejectUnauthorized
39 nodejs-externs-0.10.1.tgz/externs/tls.js:50: * @typedef {{host: string, port: number, socket: *, pfx: (string|buffer.Buffer), key: (string|buffer.Buffer), passphrase: string, cert: (string|buffer.Buffer), ca: Array.<string>, rejectUnauthorized: boolean, NPNProtocols: Array.<string|buffer.Buffer>, servername: string}}
39 nodejs-externs-0.10.1.tgz/externs/tls.js:37: * @typedef {{pfx: (string|buffer.Buffer), key: (string|buffer.Buffer), passphrase: string, cert: (string|buffer.Buffer), ca: Array.<string|buffer.Buffer>, crl: (string|Array.<string>), ciphers: string, honorCipherOrder: boolean, requestCert: boolean, rejectUnauthorized: boolean, NPNProtocols: (Array|buffer.Buffer), SNICallback: function(string), sessionIdContext: string}}
39 nodejs-externs-0.10.1.tgz/externs/https.js:55: * @typedef {{host: ?string, hostname: ?string, port: ?number, method: ?string, path: ?string, headers: ?Object.<string,string>, auth: ?string, agent: ?(https.Agent|boolean), pfx: ?(string|buffer.Buffer), key: ?(string|buffer.Buffer), passphrase: ?string, cert: ?(string|buffer.Buffer), ca: ?Array.<string>, ciphers: ?string, rejectUnauthorized: ?boolean}}
39 node-cooperhewitt-0.0.2.tgz/index.js:27: rejectUnauthorized: false,
39 grunt-tinypng-proxy-0.6.3.tgz/tasks/model/ImageProcess.js:92: urlInfo.rejectUnauthorized = false;
39 grunt-tinypng-proxy-0.6.3.tgz/tasks/model/ImageProcess.js:13: rejectUnauthorized: false,
39 frock-proxy-1.0.0.tgz/src/index.js:48: reqOpts.rejectUnauthorized = strictSsl
39 frock-proxy-1.0.0.tgz/lib/index.js:57: reqOpts.rejectUnauthorized = strictSsl;
39 dojo-core-2.0.0-alpha.1.tgz/request/node.js:49: rejectUnauthorized: options.rejectUnauthorized,
39 boomerang-client-0.0.3.tgz/lib/utils/request.js:34: options.rejectUnauthorized = false;
38 xacml-wso2-0.0.2.tgz/index.js:62: rejectUnauthorized: false,
38 proxy-caronte-1.0.1.tgz/test/lib-https-proxy-test.js:46: rejectUnauthorized: false
38 proxy-caronte-1.0.1.tgz/test/lib-https-proxy-test.js:205: rejectUnauthorized: false
38 proxy-caronte-1.0.1.tgz/test/lib-https-proxy-test.js:131: rejectUnauthorized: false
38 proxy-caronte-1.0.1.tgz/lib/http-proxy/common.js:42: outgoing.rejectUnauthorized = (typeof options.secure === "undefined") ? true : options.secure;
38 node-core-test-simple-0.11.11.tgz/test-tls-zero-clear-in.js:51: rejectUnauthorized: false,
38 node-core-test-simple-0.11.11.tgz/test-tls-timeout-server-2.js:45: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-ticket-cluster.js:47: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-sni-server-client.js:89: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-sni-server-client.js:82: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-sni-server-client.js:75: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-sni-server-client.js:68: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-sni-option.js:91: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-sni-option.js:84: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-sni-option.js:77: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-set-encoding.js:46: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-server-verify.js:92: rejectUnauthorized: true,
38 node-core-test-simple-0.11.11.tgz/test-tls-server-verify.js:79: rejectUnauthorized: true,
38 node-core-test-simple-0.11.11.tgz/test-tls-server-verify.js:66: rejectUnauthorized: false,
38 node-core-test-simple-0.11.11.tgz/test-tls-server-verify.js:53: rejectUnauthorized: false,
38 node-core-test-simple-0.11.11.tgz/test-tls-server-verify.js:40: rejectUnauthorized: false,
38 node-core-test-simple-0.11.11.tgz/test-tls-server-verify.js:288: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-server-verify.js:265: rejectUnauthorized: tcase.rejectUnauthorized
38 node-core-test-simple-0.11.11.tgz/test-tls-server-verify.js:106: rejectUnauthorized: true,
38 node-core-test-simple-0.11.11.tgz/test-tls-request-timeout.js:47: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-peer-certificate-multi-keys.js:47: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-peer-certificate.js:47: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-pause.js:53: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-passphrase.js:69: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-passphrase.js:54: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-passphrase.js:42: rejectUnauthorized: true
38 node-core-test-simple-0.11.11.tgz/test-tls-over-http-tunnel.js:151: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-npn-server-client.js:84: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-npn-server-client.js:77: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-npn-server-client.js:71: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-npn-server-client.js:64: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-no-rsa-key.js:44: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-max-send-fragment.js:53: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-interleave.js:46: var c = tls.connect(PORT, { rejectUnauthorized: false }, function() {
38 node-core-test-simple-0.11.11.tgz/test-tls-inception.js:74: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-inception.js:68: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-inception.js:47: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-honorcipherorder.js:50: rejectUnauthorized: false,
38 node-core-test-simple-0.11.11.tgz/test-tls-getcipher.js:49: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-friendly-error-message.js:39: var options = { port: this.address().port, rejectUnauthorized: true };
38 node-core-test-simple-0.11.11.tgz/test-tls-fast-writing.js:62: var opt = { port: PORT, rejectUnauthorized: false };
38 node-core-test-simple-0.11.11.tgz/test-tls-delayed-attach.js:63: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-connect-simple.js:52: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-connect-simple.js:44: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-connect-pipe.js:40: var options = { rejectUnauthorized: false };
38 node-core-test-simple-0.11.11.tgz/test-tls-connect-given-socket.js:44: rejectUnauthorized: false,
38 node-core-test-simple-0.11.11.tgz/test-tls-close-notify.js:45: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-client-verify.js:138: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-client-resume.js:67: rejectUnauthorized: false,
38 node-core-test-simple-0.11.11.tgz/test-tls-client-resume.js:55: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-client-reject.js:66:function rejectUnauthorized() {
38 node-core-test-simple-0.11.11.tgz/test-tls-client-reject.js:58: rejectUnauthorized();
38 node-core-test-simple-0.11.11.tgz/test-tls-client-reject.js:54: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-tls-client-destroy-soon.js:58: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-regress-GH-1531.js:50: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-http-url.parse-https.request.js:36:testURL.rejectUnauthorized = false;
38 node-core-test-simple-0.11.11.tgz/test-https-truncate.js:51: var opts = { port: PORT, rejectUnauthorized: false };
38 node-core-test-simple-0.11.11.tgz/test-https-timeout-server-2.js:49: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-https-timeout.js:47: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-https-socket-options.js:78: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-https-socket-options.js:55: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-https-set-timeout-server.js:89: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-https-set-timeout-server.js:67: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-https-set-timeout-server.js:202: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-https-set-timeout-server.js:165: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-https-set-timeout-server.js:141: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-https-set-timeout-server.js:113: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-https-pfx.js:36: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-https-localaddress.js:55: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-https-eof-for-eom.js:76: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-https-drain.js:52: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-https-client-resume.js:71: rejectUnauthorized: false,
38 node-core-test-simple-0.11.11.tgz/test-https-client-resume.js:56: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-https-client-reject.js:64:function rejectUnauthorized() {
38 node-core-test-simple-0.11.11.tgz/test-https-client-reject.js:56: rejectUnauthorized();
38 node-core-test-simple-0.11.11.tgz/test-https-client-reject.js:52: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-https-byteswritten.js:54: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-https-agent.js:55: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-http-host-headers.js:99: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-http-host-headers.js:90: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-http-host-headers.js:81: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-http-host-headers.js:192: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-http-host-headers.js:183: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-http-host-headers.js:174: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-http-host-headers.js:165: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-http-host-headers.js:156: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-http-host-headers.js:147: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-http-host-headers.js:117: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-http-host-headers.js:108: rejectUnauthorized: false
38 node-core-test-simple-0.11.11.tgz/test-http-default-port.js:77: rejectUnauthorized: false,
38 node-core-test-simple-0.11.11.tgz/test-crypto-verify-failure.js:71: rejectUnauthorized: false
38 ionic-app-lib-no-cordova-mock-0.0.2.tgz/lib/utils.js:72: request({ url: archiveUrl, rejectUnauthorized: false, encoding: null, proxy: proxy }, function(err, res, body) {
38 ionic-app-lib-no-cordova-mock-0.0.2.tgz/lib/serve.js:330: opts.rejectUnauthorized = !(proxy.rejectUnauthorized === false);
38 ionic-app-lib-no-cordova-mock-0.0.2.tgz/ionic.js:795:// request({ url: archiveUrl, rejectUnauthorized: false, encoding: null, proxy: proxy }, function(err, res, body) {
37 xmpp-cert-info-0.1.1.tgz/info.js:6: rejectUnauthorized:false,
37 vdisksdk-node-0.1.0.tgz/src/index.js:328: rejectUnauthorized: false,
37 vdisksdk-node-0.1.0.tgz/src/index.js:280: rejectUnauthorized: false,
37 vdisksdk-node-0.1.0.tgz/index.js:450: rejectUnauthorized: false,
37 vdisksdk-node-0.1.0.tgz/index.js:385: rejectUnauthorized: false,
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:943: if (options.rejectUnauthorized) {
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:873: rejectUnauthorized: options.rejectUnauthorized,
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:838: rejectUnauthorized: '0' !== process.env.NODE_TLS_REJECT_UNAUTHORIZED,
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:818: !!options.rejectUnauthorized,
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:714: this.rejectUnauthorized = false;
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:712: this.rejectUnauthorized = options.rejectUnauthorized;
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:711: if (util.isBoolean(options.rejectUnauthorized)) {
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:650: if (socket._rejectUnauthorized)
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:638: rejectUnauthorized: self.rejectUnauthorized,
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:559:// - rejectUnauthorized. Boolean, default to true.
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:549:// rejectUnauthorized
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:394: this._rejectUnauthorized = rejectUnauthorized;
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:392: this.ssl.setVerifyMode(requestCert, rejectUnauthorized);
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:391: rejectUnauthorized !== this._rejectUnauthorized) {
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:388: rejectUnauthorized = !!options.rejectUnauthorized;
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:387: if (typeof options.rejectUnauthorized !== 'undefined')
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:383: rejectUnauthorized = this._rejectUnauthorized;
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:344: rejectUnauthorized &&
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:309: this.ssl.setVerifyMode(requestCert, rejectUnauthorized);
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:308: if (requestCert || rejectUnauthorized)
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:307: this._rejectUnauthorized = rejectUnauthorized;
37 portable-js-0.0.3.tgz/misc/node/_tls_wrap.js:304: rejectUnauthorized = !!options.rejectUnauthorized;
37 portable-js-0.0.3.tgz/misc/node/_tls_legacy.js:849: this._rejectUnauthorized &&
37 portable-js-0.0.3.tgz/misc/node/_tls_legacy.js:792: rejectUnauthorized);
37 portable-js-0.0.3.tgz/misc/node/_tls_legacy.js:788: rejectUnauthorized) {
37 portable-js-0.0.3.tgz/misc/node/_tls_legacy.js:730: this._rejectUnauthorized);
37 portable-js-0.0.3.tgz/misc/node/_tls_legacy.js:723: this._rejectUnauthorized = rejectUnauthorized ? true : false;
37 portable-js-0.0.3.tgz/misc/node/_tls_legacy.js:693: rejectUnauthorized,
37 portable-js-0.0.3.tgz/misc/node/_tls_legacy.js:687:function SecurePair(context, isServer, requestCert, rejectUnauthorized,
37 portable-js-0.0.3.tgz/misc/node/https.js:121: name += options.rejectUnauthorized;
37 portable-js-0.0.3.tgz/misc/node/https.js:120: if (!util.isUndefined(options.rejectUnauthorized))
37 portable-js-0.0.3.tgz/misc/io/_tls_wrap.js:967: if (options.rejectUnauthorized) {
37 portable-js-0.0.3.tgz/misc/io/_tls_wrap.js:918: rejectUnauthorized: options.rejectUnauthorized,
37 portable-js-0.0.3.tgz/misc/io/_tls_wrap.js:894: rejectUnauthorized: '0' !== process.env.NODE_TLS_REJECT_UNAUTHORIZED,
37 portable-js-0.0.3.tgz/misc/io/_tls_wrap.js:801: this.rejectUnauthorized = false;
37 portable-js-0.0.3.tgz/misc/io/_tls_wrap.js:799: this.rejectUnauthorized = options.rejectUnauthorized;
37 portable-js-0.0.3.tgz/misc/io/_tls_wrap.js:798: if (typeof options.rejectUnauthorized === 'boolean') {
37 portable-js-0.0.3.tgz/misc/io/_tls_wrap.js:733: if (socket._rejectUnauthorized)
37 portable-js-0.0.3.tgz/misc/io/_tls_wrap.js:721: rejectUnauthorized: self.rejectUnauthorized,
37 portable-js-0.0.3.tgz/misc/io/_tls_wrap.js:641:// - rejectUnauthorized. Boolean, default to true.
37 portable-js-0.0.3.tgz/misc/io/_tls_wrap.js:631:// rejectUnauthorized
37 portable-js-0.0.3.tgz/misc/io/_tls_wrap.js:463: this._rejectUnauthorized = rejectUnauthorized;
37 portable-js-0.0.3.tgz/misc/io/_tls_wrap.js:461: this._handle.setVerifyMode(requestCert, rejectUnauthorized);
37 portable-js-0.0.3.tgz/misc/io/_tls_wrap.js:460: rejectUnauthorized !== this._rejectUnauthorized) {
37 portable-js-0.0.3.tgz/misc/io/_tls_wrap.js:457: rejectUnauthorized = !!options.rejectUnauthorized;
37 portable-js-0.0.3.tgz/misc/io/_tls_wrap.js:456: if (typeof options.rejectUnauthorized !== 'undefined')
37 portable-js-0.0.3.tgz/misc/io/_tls_wrap.js:449: rejectUnauthorized = this._rejectUnauthorized;
37 portable-js-0.0.3.tgz/misc/io/_tls_wrap.js:387: rejectUnauthorized &&
37 portable-js-0.0.3.tgz/misc/io/_tls_wrap.js:351: ssl.setVerifyMode(requestCert, rejectUnauthorized);
37 portable-js-0.0.3.tgz/misc/io/_tls_wrap.js:350: if (requestCert || rejectUnauthorized)
37 portable-js-0.0.3.tgz/misc/io/_tls_wrap.js:349: this._rejectUnauthorized = rejectUnauthorized;
37 portable-js-0.0.3.tgz/misc/io/_tls_wrap.js:346: rejectUnauthorized = !!options.rejectUnauthorized;
37 portable-js-0.0.3.tgz/misc/io/_tls_legacy.js:824: this._rejectUnauthorized &&
37 portable-js-0.0.3.tgz/misc/io/_tls_legacy.js:767: rejectUnauthorized);
37 portable-js-0.0.3.tgz/misc/io/_tls_legacy.js:763: rejectUnauthorized) {
37 portable-js-0.0.3.tgz/misc/io/_tls_legacy.js:703: this._rejectUnauthorized);
37 portable-js-0.0.3.tgz/misc/io/_tls_legacy.js:696: this._rejectUnauthorized = rejectUnauthorized ? true : false;
37 portable-js-0.0.3.tgz/misc/io/_tls_legacy.js:668: rejectUnauthorized,
37 portable-js-0.0.3.tgz/misc/io/_tls_legacy.js:662:function SecurePair(context, isServer, requestCert, rejectUnauthorized,
37 portable-js-0.0.3.tgz/misc/io/https.js:98: name += options.rejectUnauthorized;
37 portable-js-0.0.3.tgz/misc/io/https.js:97: if (options.rejectUnauthorized !== undefined)
37 node-xmpp-tmp-1.0.1.tgz/test/tls-test.js:36: rejectUnauthorized: false,
37 namecoin-0.1.4.tgz/lib/jsonrpc.js:51: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
37 godaddy-cname-0.0.2.tgz/amqp.node/examples/ssl.js:34:// to use `rejectUnauthorized: false`.
37 free-mobile-notifier-1.0.1.tgz/index.js:28: options.rejectUnauthorized = false;
37 dev-https-1.0.1.tgz/test.js:20: var opts = { url: 'https://localhost:8001', rejectUnauthorized: false }
37 bittrex-0.0.2.tgz/bittrex.js:18: "rejectUnauthorized": false
37 battleunpack-0.0.1.tgz/index.js:25:// rejectUnauthorized: false
36 synchttp-0.1.0.tgz/lib/synchttp.js:79: 'rejectUnauthorized': false,
36 socksv5-frenchie4111-0.0.6.tgz/lib/Agents.js:366: name += options.rejectUnauthorized;
36 socksv5-frenchie4111-0.0.6.tgz/lib/Agents.js:365: if (options.rejectUnauthorized !== void 0)
36 react-duoshuo-0.0.2.tgz/demo.entry.js:6803: opts.rejectUnauthorized = this.rejectUnauthorized;
36 react-duoshuo-0.0.2.tgz/demo.entry.js:4689: this.rejectUnauthorized = opts.rejectUnauthorized;
36 react-duoshuo-0.0.2.tgz/demo.entry.js:4174: opts.rejectUnauthorized = this.rejectUnauthorized;
36 react-duoshuo-0.0.2.tgz/demo.entry.js:4147: this.rejectUnauthorized = opts.rejectUnauthorized;
36 react-duoshuo-0.0.2.tgz/demo.entry.js:4078: opts.rejectUnauthorized = this.rejectUnauthorized;
36 react-duoshuo-0.0.2.tgz/demo.entry.js:3310: rejectUnauthorized: this.rejectUnauthorized
36 react-duoshuo-0.0.2.tgz/demo.entry.js:3237: this.rejectUnauthorized = opts.rejectUnauthorized || null;
36 push-0.0.1.tgz/lib/feedback.js:52: rejectUnauthorized: true, /* Set this to false incase using a local proxy, reject otherwise */
36 push-0.0.1.tgz/lib/feedback.js:184: socketOptions.rejectUnauthorized = this.options.rejectUnauthorized;
36 push-0.0.1.tgz/lib/connection.js:61: rejectUnauthorized: true,
36 push-0.0.1.tgz/lib/connection.js:36: * @config {Boolean} [rejectUnauthorized=true] Reject Unauthorized property to be passed through to tls.connect()
36 push-0.0.1.tgz/lib/connection.js:182: socketOptions.rejectUnauthorized = this.options.rejectUnauthorized;
36 node-omv-0.0.3.tgz/node-omv/node-omv.js:134: var client = xmlrpc.createSecureClient({ url: 'https://login.agni.lindenlab.com/cgi-bin/login.cgi', rejectUnauthorized: false})
36 node-cryptometh-1.0.4.tgz/lib/jsonrpc.js:46: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
36 living-1.0.1.tgz/index.js:73: options.rejectUnauthorized = false;
36 flickr-upload-via-email-0.1.2.tgz/index.js:115: tlsOptions: { rejectUnauthorized: true },
36 composer-api-1.0.1.tgz/test/https-cert-test.js:38: rejectUnauthorized: false,
36 composer-api-1.0.1.tgz/lib/client/client.js:35: rejectUnauthorized: options.rejectUnauthorized,
36 composer-api-1.0.1.tgz/lib/client/client.js:117: options.rejectUnauthorized = this.config.rejectUnauthorized;
36 composer-api-1.0.1.tgz/lib/client/client.js:116: if (typeof this.config.rejectUnauthorized !== 'undefined') {
36 android-sms-node-1.0.2.tgz/index.js:72: "rejectUnauthorized": false,
35 winston-levelonly-1.0.3.tgz/lib/winston/transports/webhook.js:93: options.rejectUnauthorized = false;
35 thegeek-0.0.2.tgz/index.js:30: rejectUnauthorized : (options.incoming.tlsOptions && options.incoming.tlsOptions.rejectUnauthorized ? options.incoming.tlsOptions.rejectUnauthorized : false)
35 rocketlog-0.1.1.tgz/example/rocketlog.dist.js:6365: opts.rejectUnauthorized = this.rejectUnauthorized;
35 rocketlog-0.1.1.tgz/example/rocketlog.dist.js:4187: this.rejectUnauthorized = opts.rejectUnauthorized;
35 rocketlog-0.1.1.tgz/example/rocketlog.dist.js:3684: opts.rejectUnauthorized = this.rejectUnauthorized;
35 rocketlog-0.1.1.tgz/example/rocketlog.dist.js:3657: this.rejectUnauthorized = opts.rejectUnauthorized;
35 rocketlog-0.1.1.tgz/example/rocketlog.dist.js:3588: opts.rejectUnauthorized = this.rejectUnauthorized;
35 rocketlog-0.1.1.tgz/example/rocketlog.dist.js:2820: rejectUnauthorized: this.rejectUnauthorized
35 rocketlog-0.1.1.tgz/example/rocketlog.dist.js:2747: this.rejectUnauthorized = opts.rejectUnauthorized || null;
35 npm-beta-1.4.8.tgz/lib/utils/fetch.js:84: , rejectUnauthorized: npm.config.get("strict-ssl")
35 nodeplayer-client-0.2.0.tgz/index.js:31: rejectUnauthorized: config.rejectUnauthorized
35 nodeplayer-client-0.2.0.tgz/default-config.js:13:defaultConfig.rejectUnauthorized = true;
35 jaydata-librets-0.0.2.tgz/lib/librets/connection/connection.js:110: , rejectUnauthorized: false
35 expresser-downloader-1.0.0.tgz/index.coffee:258: rejectUnauthorized: settings.downloader.rejectUnauthorized
35 alinex-server-0.0.2.tgz/lib/configSchema.js:72: rejectUnauthorized: {
34 xmlrpcli-0.2.0.tgz/index.js:18: this.client = xmlrpc[opt.rejectUnauthorized ? 'createClient' : 'createSecureClient'](opt)
34 xmlrpcli-0.2.0.tgz/index.js:16: opt.rejectUnauthorized = opt.insecure
34 ws-interface-0.7.4.tgz/lib/WebSocket.js:655: if (options.isDefinedAndNonNull('rejectUnauthorized')) requestOptions.rejectUnauthorized = options.value.rejectUnauthorized;
34 ws-interface-0.7.4.tgz/lib/WebSocket.js:647: || options.isDefinedAndNonNull('rejectUnauthorized')) {
34 ws-interface-0.7.4.tgz/lib/WebSocket.js:562: rejectUnauthorized: null,
34 strider-deconst-control-1.0.0.tgz/lib/toolbelt.js:91: rejectUnauthorized: this.config.contentServiceTLSVerify
34 precursors-client-0.1.1.tgz/lib/transports/ssl.js:30: self.tcp = tls.connect({ host:host, port:port, rejectUnauthorized: false, secureProtocol: 'SSLv3_method' }, function()
34 nomniture-proxy-0.4.0.tgz/lib/tt.js:124: rejectUnauthorized: false,
34 nomniture-proxy-0.4.0.tgz/lib/client.js:70: rejectUnauthorized: false,
34 node-darkcoin-1.0.3.tgz/lib/jsonrpc.js:46: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
34 jobot-ci-0.1.2.tgz/scripts/ci-test-manager/teamcity_connection.coffee:22: #req = http( url, {rejectUnauthorized: false} )
34 jobot-ci-0.1.2.tgz/scripts/ci-test-manager/hudson_connection.coffee:17: #req = http( url, {rejectUnauthorized: false} )
34 ionic-no-cordova-mock-0.0.2.tgz/lib/ionic/lib.js:210: request({ url: archivePath, rejectUnauthorized: false, encoding: null, proxy: proxy }, function(err, res, body) {
34 http-pooling-agent-1.0.0.tgz/lib/httpAgent.js:444: name += options.rejectUnauthorized;
34 http-pooling-agent-1.0.0.tgz/lib/httpAgent.js:443: if (options.rejectUnauthorized !== undefined) {
34 fraudex-client-1.0.10.tgz/index.js:41: rejectUnauthorized: false, // verify SSL certificate
34 deployk-ftp-0.1.1.tgz/index.js:40: options.secureOptions.rejectUnauthorized = options.secureOptions.rejectUnauthorized||false;
34 cloud-convert-0.0.1.tgz/packages/CloudConvert.js:6: * Since Restler doesn't allow rejectUnauthorized.
34 cloud-convert-0.0.1.tgz/packages/CloudConvert.js:355: rejectUnauthorized : false,
34 clarifyio-0.0.3.tgz/lib/op3nvoice.js:147: rejectUnauthorized:0,
34 anx-cli-0.1.8.tgz/lib/api.js:48: opts.rejectUnauthorized = false;
33 ytx-0.0.2.tgz/index.js:84: rejectUnauthorized: false,
33 ssl-forceserver-0.1.0.tgz/server.js:27: rejectUnauthorized: false
33 slackit-0.1.0.tgz/test/fixture/outgoing_hook.js:8: rejectUnauthorized: false,
33 restler-jad-3.3.1.tgz/lib/restler.js:81: rejectUnauthorized: this.options.rejectUnauthorized,
33 react-calculator-0.0.2.tgz/demo.entry.js:6803: opts.rejectUnauthorized = this.rejectUnauthorized;
33 react-calculator-0.0.2.tgz/demo.entry.js:4689: this.rejectUnauthorized = opts.rejectUnauthorized;
33 react-calculator-0.0.2.tgz/demo.entry.js:4174: opts.rejectUnauthorized = this.rejectUnauthorized;
33 react-calculator-0.0.2.tgz/demo.entry.js:4147: this.rejectUnauthorized = opts.rejectUnauthorized;
33 react-calculator-0.0.2.tgz/demo.entry.js:4078: opts.rejectUnauthorized = this.rejectUnauthorized;
33 react-calculator-0.0.2.tgz/demo.entry.js:3310: rejectUnauthorized: this.rejectUnauthorized
33 react-calculator-0.0.2.tgz/demo.entry.js:3237: this.rejectUnauthorized = opts.rejectUnauthorized || null;
33 node-tacocoin-1.0.2.tgz/lib/jsonrpc.js:46: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
33 node-blackcoin-1.0.2.tgz/lib/jsonrpc.js:46: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
33 mysql-restful-0.8.1.tgz/kdman.js:77: rejectUnauthorized: false
33 dropbox-fixed-0.10.4.tgz/test/src/fast/vars_test.coffee:15: agent.options.rejectUnauthorized = false
33 dropbox-fixed-0.10.4.tgz/test/src/fast/util/xhr_test.coffee:565: agent.options.rejectUnauthorized = false
33 dogeatdog-amqp-1.0.1.tgz/lib/connection.js:695: this.sslConnectionOptions.rejectUnauthorized = this.options.ssl.rejectUnauthorized;
33 dogeatdog-amqp-1.0.1.tgz/lib/connection.js:41: rejectUnauthorized: true
33 clamcoin-1.4.11.tgz/lib/jsonrpc.js:43: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
33 awslogger-1.0.1.tgz/apiRequest.js:31: httpOptions.rejectUnauthorized = false
32 webengine-0.1.0.tgz/references/meanjs/config/lib/socket.io.js:26: // rejectUnauthorized : true,
32 transparencia-0.0.2.tgz/src/transparencia.js:25: rejectUnauthorized: false,
32 simple-oauth2-promise-0.3.0.tgz/lib/core.js:50: options.rejectUnauthorized = config.rejectUnauthorized;
32 simple-oauth2-promise-0.3.0.tgz/lib/core.js:49: if (typeof (config.rejectUnauthorized) != 'undefined')
32 react-openpublish-iframe-0.0.3.tgz/example/js/build.js:73368: poolKey += options.rejectUnauthorized
32 react-openpublish-iframe-0.0.3.tgz/example/js/build.js:73364: if (typeof options.rejectUnauthorized !== 'undefined') {
32 react-openpublish-iframe-0.0.3.tgz/example/js/build.js:73326: options.rejectUnauthorized = self.rejectUnauthorized
32 react-openpublish-iframe-0.0.3.tgz/example/js/build.js:73325: if (typeof self.rejectUnauthorized !== 'undefined') {
32 react-openpublish-iframe-0.0.3.tgz/example/js/build.js:72928: self.rejectUnauthorized = false
32 react-openpublish-iframe-0.0.3.tgz/example/js/build.js:51284: rejectUnauthorized : request.rejectUnauthorized,
32 react-openpublish-iframe-0.0.3.tgz/example/js/build.js:13692: opts.rejectUnauthorized = this.rejectUnauthorized;
32 react-openpublish-iframe-0.0.3.tgz/example/js/build.js:13145: opts.rejectUnauthorized = this.rejectUnauthorized;
32 react-openpublish-iframe-0.0.3.tgz/example/js/build.js:13118: this.rejectUnauthorized = opts.rejectUnauthorized;
32 react-openpublish-iframe-0.0.3.tgz/example/js/build.js:13049: opts.rejectUnauthorized = this.rejectUnauthorized;
32 react-openpublish-iframe-0.0.3.tgz/example/js/build.js:12536: this.rejectUnauthorized = opts.rejectUnauthorized;
32 react-openpublish-iframe-0.0.3.tgz/example/js/build.js:11955: rejectUnauthorized: this.rejectUnauthorized
32 react-openpublish-iframe-0.0.3.tgz/example/js/build.js:11882: this.rejectUnauthorized = opts.rejectUnauthorized || null;
32 react-git-card-0.0.2.tgz/demo.entry.js:6803: opts.rejectUnauthorized = this.rejectUnauthorized;
32 react-git-card-0.0.2.tgz/demo.entry.js:4689: this.rejectUnauthorized = opts.rejectUnauthorized;
32 react-git-card-0.0.2.tgz/demo.entry.js:4174: opts.rejectUnauthorized = this.rejectUnauthorized;
32 react-git-card-0.0.2.tgz/demo.entry.js:4147: this.rejectUnauthorized = opts.rejectUnauthorized;
32 react-git-card-0.0.2.tgz/demo.entry.js:4078: opts.rejectUnauthorized = this.rejectUnauthorized;
32 react-git-card-0.0.2.tgz/demo.entry.js:3310: rejectUnauthorized: this.rejectUnauthorized
32 react-git-card-0.0.2.tgz/demo.entry.js:3237: this.rejectUnauthorized = opts.rejectUnauthorized || null;
32 passport-suzuri-1.0.1.tgz/examples/login/app.js:119: rejectUnauthorized: false
32 jenkins-js-handlebars-1.0.0-alpha-2.tgz/node/npm/lib/utils/fetch.js:92: , rejectUnauthorized: npm.config.get("strict-ssl")
32 dre-fhir-client-1.5.0.tgz/util/oauth2TokenGenerator.js:51: rejectUnauthorized: options.rejectUnauthorized
32 dre-fhir-client-1.5.0.tgz/util/oauth2TokenGenerator.js:29: rejectUnauthorized: options.rejectUnauthorized,
32 dre-fhir-client-1.5.0.tgz/lib/client.js:22: options.rejectUnauthorized = serverInfo.rejectUnauthorized;
32 dre-fhir-client-1.5.0.tgz/lib/client.js:21: if (serverInfo.rejectUnauthorized !== undefined) {
32 bunyan-amqp-logger-1.0.0.tgz/lib/bunyan-amqp.js:79: rejectUnauthorized: sslRejectUnauthorized.sslKey
31 socketio-signaler-client-0.2.0.tgz/libs/socket.io.js:3425: opts.rejectUnauthorized = this.rejectUnauthorized;
31 socketio-signaler-client-0.2.0.tgz/libs/socket.io.js:2883: opts.rejectUnauthorized = this.rejectUnauthorized;
31 socketio-signaler-client-0.2.0.tgz/libs/socket.io.js:2856: this.rejectUnauthorized = opts.rejectUnauthorized;
31 socketio-signaler-client-0.2.0.tgz/libs/socket.io.js:2787: opts.rejectUnauthorized = this.rejectUnauthorized;
31 socketio-signaler-client-0.2.0.tgz/libs/socket.io.js:2288: this.rejectUnauthorized = opts.rejectUnauthorized;
31 socketio-signaler-client-0.2.0.tgz/libs/socket.io.js:1697: rejectUnauthorized: this.rejectUnauthorized,
31 socketio-signaler-client-0.2.0.tgz/libs/socket.io.js:1624: this.rejectUnauthorized = opts.rejectUnauthorized || null;
31 socialcounts-0.0.2.tgz/index.js:175: rejectUnauthorized: false,
31 nproxy2-2.0.1.tgz/lib/utils.js:96: rejectUnauthorized: false,
31 node-ucwa-1.0.1.tgz/proxy.js:95: obj.rejectUnauthorized = false;
31 node-red-nodes-0.0.1.tgz/social/email/61-email.js:169: tlsOptions: { rejectUnauthorized: false },
31 node-logstash-capriza-0.0.11.tgz/test/test_412_tls_appendcert.js:80: 'input://tcp://localhost:17874?ssl=true&ssl_key=test/ssl/server.key&ssl_cert=test/ssl/server.crt&ssl_requestCert=true&ssl_ca=test/ssl/root-ca.crt&ssl_rejectUnauthorized=true&appendPeerCert=false',
31 node-logstash-capriza-0.0.11.tgz/test/test_412_tls_appendcert.js:12: 'input://tcp://localhost:17874?ssl=true&ssl_key=test/ssl/server.key&ssl_cert=test/ssl/server.crt&ssl_requestCert=true&ssl_ca=test/ssl/root-ca.crt&ssl_rejectUnauthorized=true',
31 node-logstash-capriza-0.0.11.tgz/test/test_410_file2x2x2file.js:183: 'tls with ca': file2x2x2fileNotOrdered(['output://tcp://localhost:17874?serializer=json_logstash&ssl=true&ssl_ca=test/ssl/root-ca.crt&ssl_key=test/ssl/client.key&ssl_cert=test/ssl/client.crt'], ['input://tcp://127.0.0.1:17874?ssl=true&ssl_key=test/ssl/server.key&ssl_cert=test/ssl/server.crt&ssl_requestCert=true&ssl_ca=test/ssl/root-ca.crt&ssl_rejectUnauthorized=true']),
31 node-logstash-capriza-0.0.11.tgz/test/test_410_file2x2x2file.js:181: 'tls': file2x2x2fileNotOrdered(['output://tcp://localhost:17874?serializer=json_logstash&ssl=true&ssl_rejectUnauthorized=false'], ['input://tcp://127.0.0.1:17874?ssl=true&ssl_key=test/ssl/server.key&ssl_cert=test/ssl/server.crt']),
31 node-logstash-capriza-0.0.11.tgz/test/test_410_file2x2x2file.js:179: 'https transport with ca and client side certificate': file2x2x2fileNotOrdered(['output://http_post://localhost:17874?serializer=json_logstash&ssl=true&ssl_ca=test/ssl/root-ca.crt&ssl_key=test/ssl/client.key&ssl_cert=test/ssl/client.crt'], ['input://http://127.0.0.1:17874?ssl=true&ssl_key=test/ssl/server.key&ssl_cert=test/ssl/server.crt&ssl_requestCert=true&ssl_ca=test/ssl/root-ca.crt&ssl_rejectUnauthorized=true']),
31 node-logstash-capriza-0.0.11.tgz/test/test_410_file2x2x2file.js:175: 'https transport': file2x2x2fileNotOrdered(['output://http_post://localhost:17874?serializer=json_logstash&ssl=true&ssl_rejectUnauthorized=false'], ['input://http://127.0.0.1:17874?ssl=true&ssl_key=test/ssl/server.key&ssl_cert=test/ssl/server.crt']),
31 node-logstash-capriza-0.0.11.tgz/lib/lib/ssl_helper.js:47: 'ssl_rejectUnauthorized',
31 node-logstash-capriza-0.0.11.tgz/lib/inputs/input_gae.js:45: options.rejectUnauthorized = false;
31 kaavio-2.3.13.tgz/old-demo/lib/kaavio/kaavio-dev.bundle.js:66288: opts.rejectUnauthorized = this.options.rejectUnauthorized;
31 kaavio-2.3.13.tgz/old-demo/lib/kaavio/kaavio-dev.bundle.js:36041: poolKey += options.rejectUnauthorized
31 kaavio-2.3.13.tgz/old-demo/lib/kaavio/kaavio-dev.bundle.js:36039: if (typeof options.rejectUnauthorized !== 'undefined') {
31 kaavio-2.3.13.tgz/old-demo/lib/kaavio/kaavio-dev.bundle.js:36007: if (typeof this.rejectUnauthorized !== 'undefined') options.rejectUnauthorized = this.rejectUnauthorized
31 kaavio-2.3.13.tgz/old-demo/lib/kaavio/kaavio-dev.bundle.js:35508: self.rejectUnauthorized = false
31 kaavio-2.3.13.tgz/old-demo/lib/kaavio/kaavio-dev.bundle.js:35439: , rejectUnauthorized: self.rejectUnauthorized
31 alright-hoodiecrow-1.1.23.tgz/lib/mock-client.js:73: rejectUnauthorized: false,
30 whatsapp-node-1.0.0.tgz/extensions/media.js:259: rejectUnauthorized : false
30 tr-064-0.2.0.tgz/lib/Service.js:182: rejectUnauthorized: false
30 nodebb-plugin-paypal-ipn-0.0.1.tgz/lib/controllers.js:48: rejectUnauthorized: false,
30 iss_node-0.2.0.tgz/lib/index.js:14: rejectUnauthorized: false
30 hapi-good-logstash-tcp-0.0.1.tgz/src/logstash.ts:98: this.rejectUnauthorized = options.rejectUnauthorized === true;
30 hapi-good-logstash-tcp-0.0.1.tgz/src/logstash.ts:53: rejectUnauthorized: boolean;
30 hapi-good-logstash-tcp-0.0.1.tgz/src/logstash.ts:31: rejectUnauthorized?: boolean;
30 hapi-good-logstash-tcp-0.0.1.tgz/src/logstash.ts:169: rejectUnauthorized: this.rejectUnauthorized === true,
30 hapi-good-logstash-tcp-0.0.1.tgz/src/logstash.js:91: rejectUnauthorized: this.rejectUnauthorized === true,
30 hapi-good-logstash-tcp-0.0.1.tgz/src/logstash.js:34: this.rejectUnauthorized = options.rejectUnauthorized === true;
30 conekta-test-0.0.1.tgz/lib/conekta.js:77: rejectUnauthorized: false
29 rpc-client-1.0.1.tgz/src/client.coffee:32:# options.rejectUnauthorized = false
29 passport-oneprofile-0.0.2.tgz/index.js:141: "rejectUnauthorized": !this.ignoreSslChallenge,
29 ot-passport-password-grant-0.0.15.tgz/lib/strategy.js:89: rejectUnauthorized: false,
29 node-freeboardio-pro-0.0.2.tgz/lib/dweet.io.js:212: require('https').globalAgent.options.rejectUnauthorized = false;
29 node-freeboardio-pro-0.0.2.tgz/lib/dweet.io.js:210: require('https').globalAgent.options.rejectUnauthorized = true;
29 myfilescaner-0.0.1.tgz/webapp/3rd/socketio/socket.io.js:3411: opts.rejectUnauthorized = this.rejectUnauthorized;
29 myfilescaner-0.0.1.tgz/webapp/3rd/socketio/socket.io.js:2873: opts.rejectUnauthorized = this.rejectUnauthorized;
29 myfilescaner-0.0.1.tgz/webapp/3rd/socketio/socket.io.js:2846: this.rejectUnauthorized = opts.rejectUnauthorized;
29 myfilescaner-0.0.1.tgz/webapp/3rd/socketio/socket.io.js:2777: opts.rejectUnauthorized = this.rejectUnauthorized;
29 myfilescaner-0.0.1.tgz/webapp/3rd/socketio/socket.io.js:2278: this.rejectUnauthorized = opts.rejectUnauthorized;
29 myfilescaner-0.0.1.tgz/webapp/3rd/socketio/socket.io.js:1702: rejectUnauthorized: this.rejectUnauthorized
29 myfilescaner-0.0.1.tgz/webapp/3rd/socketio/socket.io.js:1629: this.rejectUnauthorized = opts.rejectUnauthorized || null;
29 multidb_connects-0.0.2.tgz/lib/MailObj.js:12: tls: {rejectUnauthorized: false},
29 megaice-0.0.1.tgz/mongodb/lib/mongodb/connection/connection.js:82: , rejectUnauthorized: false
29 megaice-0.0.1.tgz/apn/lib/feedback.js:50: rejectUnauthorized: true, /* Set this to false incase using a local proxy, reject otherwise */
29 megaice-0.0.1.tgz/apn/lib/feedback.js:168: socketOptions.rejectUnauthorized = this.options.rejectUnauthorized;
29 megaice-0.0.1.tgz/apn/lib/connection.js:57: rejectUnauthorized: true,
29 megaice-0.0.1.tgz/apn/lib/connection.js:35: * @config {Boolean} [rejectUnauthorized=true] Reject Unauthorized property to be passed through to tls.connect()
29 megaice-0.0.1.tgz/apn/lib/connection.js:176: socketOptions.rejectUnauthorized = this.options.rejectUnauthorized;
29 control-najax-0.2.1.tgz/test/najax_test.js:28: return _.extend({ headers: {}, rejectUnauthorized: true }, also);
29 control-najax-0.2.1.tgz/lib/najax.js:92: rejectUnauthorized: o.rejectUnauthorized
29 control-najax-0.2.1.tgz/lib/najax.js:15:default_settings = { type: 'GET', rejectUnauthorized: true },
29 boomerang-server-0.0.3.tgz/test/test.js:16: options.rejectUnauthorized = false;
29 boomerang-server-0.0.3.tgz/lib/utils/accept-all-certs-request.js:20: options.rejectUnauthorized = false;
29 bmw-js-2.2.6.tgz/src/nodejs/HttpNodeWrapper.coffee:8:# #params.rejectUnauthorized = false
28 yoda-speak-0.1.1.tgz/index.js:11: rejectUnauthorized: false
28 systemapp-0.7.0.tgz/server/sync.coffee:78: rejectUnauthorized: false
28 simplecrawler-fork-0.5.5.tgz/lib/crawler.js:911: client.rejectUnauthorized = false;
28 node-kayako-0.1.0.tgz/lib/client.js:45: options.rejectUnauthorized = false;
28 ngn-mechanic-0.0.1.tgz/lib/mechanic/rest/server.js:9: rejectUnauthorized: false
28 lolfire-0.0.1.tgz/lolrmtp/lib/login-queue.js:9: rejectUnauthorized: false
28 kraken-paypal-passport-0.0.3.tgz/strategy.js:60: http_options.rejectUnauthorized = false;
28 kraken-paypal-passport-0.0.3.tgz/requestor.js:83: rqOptions.rejectUnauthorized = false;
28 kraken-paypal-passport-0.0.3.tgz/requestor.js:156: options.rejectUnauthorized = false;
28 hachi-0.0.1.tgz/lib/index.js:57: options.rejectUnauthorized = false;
28 getui-sdk-0.1.1.tgz/httpManager.js:24: rejectUnauthorized: false,
28 getui-sdk-0.1.1.tgz/GT.push.js:63: rejectUnauthorized: false
28 aws-sdk-multi-user-2.1.15.tgz/lib/http/node.js:98: AWS.NodeHttpClient.sslAgent = new https.Agent({rejectUnauthorized: true});
28 adobe-analytics-0.0.1.tgz/lib/tt.js:124: rejectUnauthorized: false,
28 adobe-analytics-0.0.1.tgz/lib/client.js:70: rejectUnauthorized: false,
27 tualo-imap-0.0.12.tgz/lib/imap.js:34: rejectUnauthorized: false // Force pre-node-0.9.2 behavior
27 sail_prime-4.0.1.tgz/transformers/engine.io/library.js:763: this.rejectUnauthorized = opts.rejectUnauthorized;
27 sail_prime-4.0.1.tgz/transformers/engine.io/library.js:1896: opts.rejectUnauthorized = this.rejectUnauthorized;
27 sail_prime-4.0.1.tgz/transformers/engine.io/library.js:187: rejectUnauthorized: this.rejectUnauthorized
27 sail_prime-4.0.1.tgz/transformers/engine.io/library.js:1358: opts.rejectUnauthorized = this.rejectUnauthorized;
27 sail_prime-4.0.1.tgz/transformers/engine.io/library.js:1331: this.rejectUnauthorized = opts.rejectUnauthorized;
27 sail_prime-4.0.1.tgz/transformers/engine.io/library.js:1262: opts.rejectUnauthorized = this.rejectUnauthorized;
27 sail_prime-4.0.1.tgz/transformers/engine.io/library.js:114: this.rejectUnauthorized = opts.rejectUnauthorized || null;
27 pigsty-sguil-0.1.0.tgz/lib/pigsty-sguil/connection.js:118: rejectUnauthorized: false,
27 node-toon-1.0.0.tgz/node-toon.js:177: "rejectUnauthorized": false,
27 node-toon-1.0.0.tgz/node-toon.js:156: "rejectUnauthorized": false,
27 node-toon-1.0.0.tgz/node-toon.js:105: "rejectUnauthorized": false,
27 node-caldav-0.0.1.tgz/index.js:32: rejectUnauthorized: false,
27 node-caldav-0.0.1.tgz/index.js:124: rejectUnauthorized: false,
27 ldsn-omniture-2.0.0.tgz/lib/client.js:69: rejectUnauthorized: false,
27 grunt-upload-foldernfiles-0.1.0.tgz/tasks/upload_files.js:70: rejectUnauthorized: options.rejectUnauthorized,
27 grunt-upload-foldernfiles-0.1.0.tgz/tasks/upload_files.js:23: rejectUnauthorized: true,
27 certy-1.0.3.tgz/test/unit/feature-test.js:30: rejectUnauthorized: true
27 abdero-fetcher-0.1.0.tgz/test/abdero-fetcher_test.js:40: rejectUnauthorized: false
27 abdero-fetcher-0.1.0.tgz/lib/abdero-fetcher.js:44: * rejectUnauthorized: false
26 pg-arrays-2.7.1.tgz/test/integration/client/ssl-tests.js:6: rejectUnauthorized: false
26 pg-arrays-2.7.1.tgz/lib/connection.js:76: rejectUnauthorized: self.ssl.rejectUnauthorized,
26 nfl-omniture-0.0.2.tgz/lib/tt.js:124: rejectUnauthorized: false,
26 nfl-omniture-0.0.2.tgz/lib/client.js:70: rejectUnauthorized: false,
26 nd-node-sass-1.0.1.tgz/scripts/install.js:32: applyProxy({ rejectUnauthorized: false }, function(options) {
26 mockney-0.2.0.tgz/test/test.js:85: var socket = tls.connect(6000, 'remote.test', {rejectUnauthorized: false});
26 mockney-0.2.0.tgz/test/test.js:51: options.rejectUnauthorized = false;
26 mia-js-0.8.2.tgz/config/env/production.js:31: rejectUnauthorized: false
26 mia-js-0.8.2.tgz/config/env/local.js:31: rejectUnauthorized: false
26 jenkins-handlebars-runtime-1.0.0-alpha-1.tgz/node/npm/lib/utils/fetch.js:92: , rejectUnauthorized: npm.config.get("strict-ssl")
26 cas.js-0.1.0.tgz/lib/cas.js:52: rejectUnauthorized: this.rejectUnauthorized
26 cas.js-0.1.0.tgz/lib/cas.js:41: if (this.rejectUnauthorized && !options.ca) {
26 cas.js-0.1.0.tgz/lib/cas.js:37: this.rejectUnauthorized = options.rejectUnauthorized || false;
26 cas.js-0.1.0.tgz/lib/cas.js:162: rejectUnauthorized: this.rejectUnauthorized
26 cas.js-0.1.0.tgz/lib/cas.js:109: rejectUnauthorized: this.rejectUnauthorized
26 cameio-0.0.1.tgz/lib/cameio/lib.js:210: request({ url: archivePath, rejectUnauthorized: false, encoding: null, proxy: proxy }, function(err, res, body) {
26 cameio-0.0.1.tgz/lib/cameio.js:613: request({ url: archiveUrl, rejectUnauthorized: false, encoding: null, proxy: proxy }, function(err, res, body) {
26 baidupush-0.0.1.tgz/lib/ApiConfig.js:14: rejectUnauthorized: false
26 backbone.ajax-1.1.4.tgz/test/najax_test.js:28: return _.extend({ headers: {}, rejectUnauthorized: true }, also);
26 backbone.ajax-1.1.4.tgz/lib/najax.js:96: rejectUnauthorized: o.rejectUnauthorized
26 backbone.ajax-1.1.4.tgz/lib/najax.js:14:var default_settings = { type: 'GET', rejectUnauthorized: true };
25 tart-transport-https-0.1.0.tgz/test/server.js:89: rejectUnauthorized: true,
25 tart-transport-https-0.1.0.tgz/test/server.js:62: rejectUnauthorized: true,
25 tart-transport-https-0.1.0.tgz/test/server.js:170: rejectUnauthorized: true,
25 tart-transport-https-0.1.0.tgz/test/server.js:146: rejectUnauthorized: true,
25 tart-transport-https-0.1.0.tgz/test/send.js:181: rejectUnauthorized: true,
25 tart-transport-https-0.1.0.tgz/test/send.js:148: rejectUnauthorized: true,
25 tart-transport-https-0.1.0.tgz/index.js:69: var keys = ['pfx', 'key', 'passphrase', 'cert', 'ca', 'rejectUnauthorized',
25 tart-transport-https-0.1.0.tgz/index.js:135: 'rejectUnauthorized', 'NPNProtocols', 'sessionIdContext',
25 tart-transport-https-0.1.0.tgz/examples/readme.js:83: rejectUnauthorized: true,
25 tart-transport-https-0.1.0.tgz/examples/readme.js:45: rejectUnauthorized: true,
25 tart-transport-https-0.1.0.tgz/examples/readme.js:102: rejectUnauthorized: true,
25 proxyreverse-0.2.1.tgz/lib/middleware/https.js:14: rejectUnauthorized: !opts.insecure
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-timeout-server-2.js:45: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-sni-server-client.js:82: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-sni-server-client.js:75: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-sni-server-client.js:68: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-set-encoding.js:46: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-server-verify.js:90: rejectUnauthorized: true,
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-server-verify.js:77: rejectUnauthorized: true,
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-server-verify.js:65: rejectUnauthorized: true,
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-server-verify.js:53: rejectUnauthorized: false,
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-server-verify.js:41: rejectUnauthorized: false,
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-server-verify.js:245: rejectUnauthorized: tcase.rejectUnauthorized
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-server-slab.js:55: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-server-slab.js:47: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-request-timeout.js:47: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-remote.js:54: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-peer-certificate-multi-keys.js:47: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-peer-certificate.js:47: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-pause.js:53: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-pause-close.js:71: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-passphrase.js:69: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-passphrase.js:54: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-passphrase.js:42: rejectUnauthorized: true
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-over-http-tunnel.js:151: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-npn-server-client.js:70: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-npn-server-client.js:63: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-npn-server-client.js:56: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-honorcipherorder.js:50: rejectUnauthorized: false,
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-getcipher.js:49: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-fast-writing.js:62: var opt = { port: PORT, rejectUnauthorized: false };
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-connect-simple.js:52: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-connect-simple.js:44: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-connect-pipe.js:40: var options = { rejectUnauthorized: false };
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-connect-given-socket.js:46: rejectUnauthorized: false,
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-connect-given-socket.js:43: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-client-verify.js:138: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-client-resume.js:67: rejectUnauthorized: false,
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-client-resume.js:55: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-client-reject.js:65:function rejectUnauthorized() {
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-client-reject.js:57: rejectUnauthorized();
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-tls-client-reject.js:53: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-regress-GH-1531.js:49: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-http-url.parse-https.request.js:36:testURL.rejectUnauthorized = false;
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-https-timeout-server-2.js:49: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-https-timeout.js:47: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-https-socket-options.js:78: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-https-socket-options.js:55: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-https-pfx.js:36: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-https-no-reader.js:56: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-https-localaddress.js:55: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-https-eof-for-eom.js:76: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-https-drain.js:52: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-https-client-reject.js:62:function rejectUnauthorized() {
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-https-client-reject.js:54: rejectUnauthorized();
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-https-client-reject.js:51: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-https-byteswritten.js:54: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-https-agent.js:55: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-http-host-headers.js:99: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-http-host-headers.js:90: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-http-host-headers.js:81: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-http-host-headers.js:192: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-http-host-headers.js:183: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-http-host-headers.js:174: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-http-host-headers.js:165: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-http-host-headers.js:156: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-http-host-headers.js:147: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-http-host-headers.js:117: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-http-host-headers.js:108: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/pummel/test-tls-throttle.js:58: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/pummel/test-tls-connect-memleak.js:40: var options = { rejectUnauthorized: false };
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/pummel/test-https-large-response.js:55: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/fixtures/GH-892-request.js:36: rejectUnauthorized: false
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/disabled/test-tls-server.js:44: rejectUnauthorized: true });
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/tls.js:975:// - rejectUnauthorized. Boolean, default to true.
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/tls.js:965:// rejectUnauthorized
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/tls.js:918: this._rejectUnauthorized &&
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/tls.js:862: rejectUnauthorized);
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/tls.js:858: rejectUnauthorized) {
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/tls.js:811: this._rejectUnauthorized);
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/tls.js:804: this._rejectUnauthorized = rejectUnauthorized ? true : false;
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/tls.js:774: rejectUnauthorized,
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/tls.js:768:function SecurePair(credentials, isServer, requestCert, rejectUnauthorized,
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/tls.js:1285: if (pair._rejectUnauthorized) {
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/tls.js:1237: options.rejectUnauthorized === true ? true : false,
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/tls.js:1226: rejectUnauthorized: '0' !== process.env.NODE_TLS_REJECT_UNAUTHORIZED
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/tls.js:1132: this.rejectUnauthorized = false;
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/tls.js:1130: this.rejectUnauthorized = options.rejectUnauthorized;
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/tls.js:1129: if (typeof options.rejectUnauthorized == 'boolean') {
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/tls.js:1091: if (self.rejectUnauthorized) {
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/tls.js:1054: self.rejectUnauthorized,
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/https.js:116: typeof options.rejectUnauthorized === 'undefined') {
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/benchmark/tls/tls-connect.js:45: rejectUnauthorized: false }, function() {
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/benchmark/tls/throughput.js:47: var opt = { port: common.PORT, rejectUnauthorized: false };
25 pc-sub-deploy-www1-1.0.0.tgz/index.js:94: rejectUnauthorized:false,
25 pc-sub-deploy-www1-1.0.0.tgz/index.js:38: rejectUnauthorized:false,
25 openstage-ssh-0.0.1.tgz/lib/OpenStageSsh.coffee:15: rejectUnauthorized: false
25 mss-sdk-2.0.0.tgz/lib/http/node.js:89: AWS.NodeHttpClient.sslAgent = new https.Agent({rejectUnauthorized: true});
25 msfnode-0.5.0.tgz/metasploitJSClient.js:21: rejectUnauthorized:false,
25 moodle-client-2-0.2.1.tgz/client.js:82: self.host.rejectUnauthorized = true;
25 moodle-client-2-0.2.1.tgz/client.js:79: self.host.rejectUnauthorized = options.rejectUnauthorized;
25 moodle-client-2-0.2.1.tgz/client.js:78: if ("rejectUnauthorized" in options) {
25 moodle-client-2-0.2.1.tgz/client.js:325: rejectUnauthorized: self.host.rejectUnauthorized
25 moodle-client-2-0.2.1.tgz/client.js:31: * {boolean} rejectUnauthorized - Accept self signed certificates for https
25 moodle-client-2-0.2.1.tgz/client.js:296: rejectUnauthorized: self.host.rejectUnauthorized
25 moodle-client-2-0.2.1.tgz/client.js:154: rejectUnauthorized: self.host.rejectUnauthorized
25 hubot-jira-lotto-0.1.0.tgz/src/scripts/jira-lotto.coffee:58: rejectUnauthorized: j.strictSSL
25 butter-0.3.8-5.tgz/src/app/settings.js:273: rejectUnauthorized: false
24 rhea-0.1.0.tgz/examples/tls/tls_server.js:32: rejectUnauthorized: true,
24 passport-custom-imap-0.0.3.tgz/lib/passport-imap/strategy.js:58: tlsOptions: { rejectUnauthorized: false }
24 node-ppaccess-0.1.0.tgz/index.js:272: rejectUnauthorized: false,
24 node-ppaccess-0.1.0.tgz/index.js:193: rejectUnauthorized: config.strictSSL
24 nodejs4xpcom-0.0.2.tgz/nodejs_modules/tls/tls.js:21:// tls.createSecurePair([credentials], [isServer], [requestCert], [rejectUnauthorized])
24 node-coind-1.0.1.tgz/lib/jsonrpc.js:46: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
24 nice-http-0.1.0-alfa.tgz/src/_tls_wrap.js:659: if (options.rejectUnauthorized) {
24 nice-http-0.1.0-alfa.tgz/src/_tls_wrap.js:629: rejectUnauthorized: options.rejectUnauthorized,
24 nice-http-0.1.0-alfa.tgz/src/_tls_wrap.js:617: rejectUnauthorized: '0' !== process.env.NODE_TLS_REJECT_UNAUTHORIZED
24 nice-http-0.1.0-alfa.tgz/src/_tls_wrap.js:529: this.rejectUnauthorized = false;
24 nice-http-0.1.0-alfa.tgz/src/_tls_wrap.js:527: this.rejectUnauthorized = options.rejectUnauthorized;
24 nice-http-0.1.0-alfa.tgz/src/_tls_wrap.js:526: if (util.isBoolean(options.rejectUnauthorized)) {
24 nice-http-0.1.0-alfa.tgz/src/_tls_wrap.js:476: if (self.rejectUnauthorized)
24 nice-http-0.1.0-alfa.tgz/src/_tls_wrap.js:455: rejectUnauthorized: self.rejectUnauthorized,
24 nice-http-0.1.0-alfa.tgz/src/_tls_wrap.js:375:// - rejectUnauthorized. Boolean, default to true.
24 nice-http-0.1.0-alfa.tgz/src/_tls_wrap.js:365:// rejectUnauthorized
24 nice-http-0.1.0-alfa.tgz/src/_tls_wrap.js:224: rejectUnauthorized &&
24 nice-http-0.1.0-alfa.tgz/src/_tls_wrap.js:198: this.ssl.setVerifyMode(requestCert, rejectUnauthorized);
24 nice-http-0.1.0-alfa.tgz/src/_tls_wrap.js:197: if (requestCert || rejectUnauthorized)
24 nice-http-0.1.0-alfa.tgz/src/_tls_wrap.js:195: rejectUnauthorized = !!options.rejectUnauthorized;
24 nice-http-0.1.0-alfa.tgz/src/_tls_legacy.js:814: this._rejectUnauthorized &&
24 nice-http-0.1.0-alfa.tgz/src/_tls_legacy.js:757: rejectUnauthorized);
24 nice-http-0.1.0-alfa.tgz/src/_tls_legacy.js:753: rejectUnauthorized) {
24 nice-http-0.1.0-alfa.tgz/src/_tls_legacy.js:704: this._rejectUnauthorized);
24 nice-http-0.1.0-alfa.tgz/src/_tls_legacy.js:697: this._rejectUnauthorized = rejectUnauthorized ? true : false;
24 nice-http-0.1.0-alfa.tgz/src/_tls_legacy.js:667: rejectUnauthorized,
24 nice-http-0.1.0-alfa.tgz/src/_tls_legacy.js:661:function SecurePair(credentials, isServer, requestCert, rejectUnauthorized,
24 nice-http-0.1.0-alfa.tgz/src/https.js:118: name += options.rejectUnauthorized;
24 nice-http-0.1.0-alfa.tgz/src/https.js:117: if (!util.isUndefined(options.rejectUnauthorized))
24 ldc-0.0.0.tgz/lib/publish.js:49: options.rejectUnauthorized = false;
24 imap-notes-0.0.0.tgz/example.js:12: tlsOptions: { rejectUnauthorized: false }
24 hookly.js-0.9.2.tgz/hookly.js:3548: opts.rejectUnauthorized = this.rejectUnauthorized;
24 hookly.js-0.9.2.tgz/hookly.js:3010: opts.rejectUnauthorized = this.rejectUnauthorized;
24 hookly.js-0.9.2.tgz/hookly.js:2983: this.rejectUnauthorized = opts.rejectUnauthorized;
24 hookly.js-0.9.2.tgz/hookly.js:2914: opts.rejectUnauthorized = this.rejectUnauthorized;
24 hookly.js-0.9.2.tgz/hookly.js:2415: this.rejectUnauthorized = opts.rejectUnauthorized;
24 hookly.js-0.9.2.tgz/hookly.js:1839: rejectUnauthorized: this.rejectUnauthorized
24 hookly.js-0.9.2.tgz/hookly.js:1766: this.rejectUnauthorized = opts.rejectUnauthorized || null;
24 hmp-node-json-rpc-0.0.3.tgz/lib/rpcserver.js:307: opts.rejectUnauthorized = conf.ssl.strict || true;
24 hmp-node-json-rpc-0.0.3.tgz/lib/rpcserver.js:302: opts.rejectUnauthorized = conf.ssl.strict || true;
24 hmp-node-json-rpc-0.0.3.tgz/lib/rpcclient.js:121: options.rejectUnauthorized = conf.ssl.strict || true;
24 hmp-node-json-rpc-0.0.3.tgz/lib/rpcclient.js:111: options.rejectUnauthorized = conf.ssl.strict || true;
24 fake-amqp-0.0.1.tgz/lib/MockConnection.js:31: rejectUnauthorized : true
24 aliyun-sdk-clean-0.0.1.tgz/lib/http/node.js:80: ALY.NodeHttpClient.sslAgent = new https.Agent({rejectUnauthorized: true});
23 yolosparo-1.0.5.tgz/app/domain/Mailer.js:47: tls: {rejectUnauthorized: false},
23 ws-non-native-0.4.31.tgz/lib/WebSocket.js:553: if (options.isDefinedAndNonNull('rejectUnauthorized')) requestOptions.rejectUnauthorized = options.value.rejectUnauthorized;
23 ws-non-native-0.4.31.tgz/lib/WebSocket.js:545: || options.isDefinedAndNonNull('rejectUnauthorized')) {
23 ws-non-native-0.4.31.tgz/lib/WebSocket.js:468: rejectUnauthorized: null
23 vue-drag-resize-rotate-0.0.1.tgz/demo/build.js:7568: opts.rejectUnauthorized = this.rejectUnauthorized;
23 vue-drag-resize-rotate-0.0.1.tgz/demo/build.js:7021: opts.rejectUnauthorized = this.rejectUnauthorized;
23 vue-drag-resize-rotate-0.0.1.tgz/demo/build.js:6994: this.rejectUnauthorized = opts.rejectUnauthorized;
23 vue-drag-resize-rotate-0.0.1.tgz/demo/build.js:6925: opts.rejectUnauthorized = this.rejectUnauthorized;
23 vue-drag-resize-rotate-0.0.1.tgz/demo/build.js:6412: this.rejectUnauthorized = opts.rejectUnauthorized;
23 vue-drag-resize-rotate-0.0.1.tgz/demo/build.js:5831: rejectUnauthorized: this.rejectUnauthorized
23 vue-drag-resize-rotate-0.0.1.tgz/demo/build.js:5758: this.rejectUnauthorized = opts.rejectUnauthorized || null;
23 thrift-current-1.0.0-dev.tgz/test/multiplex_client.js:52: options.rejectUnauthorized = false;
23 thrift-current-1.0.0-dev.tgz/test/http_client.js:59: options.nodeOptions = { rejectUnauthorized: false };
23 thrift-current-1.0.0-dev.tgz/test/client.js:76: options.rejectUnauthorized = false;
23 th-karma-0.12.0.tgz/lib/middleware/proxy.js:90: target: { https: proxiedUrl.https, rejectUnauthorized: proxyValidateSSL }
23 radiowave-0.7.0.tgz/lib/net/SioServer.js:16: * options.rejectUnauthorized : reject when client cert missmatches (see tls.createSecurePair for more)
23 radiowave-0.7.0.tgz/lib/loader/cm.js:44: 'rejectUnauthorized': false,
23 probe_couchdb2-0.7.9.tgz/emitter.js:58: opts.rejectUnauthorized = DEFS.strict_ssl
23 passport-cas-strategy-0.0.1.tgz/index.js:198: rejectUnauthorized: false,
23 passport-cas-strategy-0.0.1.tgz/index.coffee:172: rejectUnauthorized: no
23 page-reflex-0.1.0.tgz/index.js:63: rejectUnauthorized: this.settings.rejectUnauthorized,
23 page-reflex-0.1.0.tgz/index.js:31: this.settings.rejectUnauthorized = this.settings.rejectUnauthorized || true;
23 oada-ref-auth-0.0.2.tgz/config.defaults.js:67: rejectUnauthorized: false,
23 nodetrain-0.0.1.tgz/imap/imap_proxy.js:34: rejectUnauthorized: false
23 nodetrain-0.0.1.tgz/imap/imap_proxy.coffee:29: rejectUnauthorized: false
23 nodetrain-0.0.1.tgz/imap/client.js:10: tlsOptions: { rejectUnauthorized: false }
23 node-acme-0.0.1.tgz/lib/acme.js:676: opts.rejectUnauthorized = false
23 node-acme-0.0.1.tgz/lib/acme.js:235: rejectUnauthorized: false
23 node-acme-0.0.1.tgz/lib/acme.js:164: rejectUnauthorized: false
23 nep-request-0.0.1.tgz/index.js:72: rejectUnauthorized: false,
23 jschan-spdy-0.1.0.tgz/test/spdy.js:29: rejectUnauthorized: false
23 jschan-spdy-0.1.0.tgz/client.js:23: opts.rejectUnauthorized = false;
23 jschan-spdy-0.1.0.tgz/client.js:22: if (opts.rejectUnauthorized !== true) {
23 jds-node-ssl-tests-0.0.1.tgz/test/server-test-client-global-agent.js:54: rejectUnauthorized: false
23 jds-node-ssl-tests-0.0.1.tgz/test/server-test-client-global-agent.js:45: it('will "work" with globalAgent rejectUnauthorized = false.', function(done) {
23 jds-node-ssl-tests-0.0.1.tgz/test/server.js:48: // rejectUnauthorized: false
23 jds-node-ssl-tests-0.0.1.tgz/test/server.js:43: // Of course rejectUnauthorized: false should only be used for testing since
23 jds-node-ssl-tests-0.0.1.tgz/test/server.js:42: // You need either a ca or rejectUnauthorized: false.
23 jds-node-ssl-tests-0.0.1.tgz/test/server.js:187: rejectUnauthorized: false
23 jds-node-ssl-tests-0.0.1.tgz/test/server.js:173: it('#6 will work with just rejectUnauthorized and no agent.', function(done) {
23 jds-node-ssl-tests-0.0.1.tgz/test/server.js:129: rejectUnauthorized: false
23 jds-node-ssl-tests-0.0.1.tgz/test/server.js:120: it('#4 will "work" with rejectUnauthorized: false instead of ca.', function(done) {
23 jds-node-ssl-tests-0.0.1.tgz/test/client.js:99: rejectUnauthorized: true
23 jds-node-ssl-tests-0.0.1.tgz/test/client.js:73: rejectUnauthorized: true
23 jds-node-ssl-tests-0.0.1.tgz/test/client.js:40: // if rejectUnauthorized is false this will be false in the case of
23 jds-node-ssl-tests-0.0.1.tgz/test/client.js:36: rejectUnauthorized: true
23 jds-node-ssl-tests-0.0.1.tgz/test/client.js:34: // rejectUnauthorized says I will reject any clients that don't send
23 jds-node-ssl-tests-0.0.1.tgz/test/client.js:154: rejectUnauthorized: false
23 jds-node-ssl-tests-0.0.1.tgz/test/client.js:148: it('will allow authorized clients if rejectUnauthorized: false.', function(done) {
23 jds-node-ssl-tests-0.0.1.tgz/test/client.js:126: rejectUnauthorized: false
23 jds-node-ssl-tests-0.0.1.tgz/test/client.js:120: it('will allow unauthorized clients if rejectUnauthorized: false.', function(done) {
23 iprofilesync-chef-0.3.0-custom.tgz/chef.js:28: rejectUnauthorized : false
23 http-proxy-mq-1.12.0.tgz/lib/http-proxy/common.js:54: outgoing.rejectUnauthorized = (typeof options.secure === "undefined") ? true : options.secure;
23 grabbed-0.0.1.tgz/src/lib/grabber.coffee:14: rejectUnauthorized: false
23 grabbed-0.0.1.tgz/lib/grabber.js:23: rejectUnauthorized: false
23 generator-bdd-cucumber-0.1.4.tgz/app/templates/features/support/clients/http-client.js:33: agentOptions : { rejectUnauthorized : false }
23 generator-bdd-cucumber-0.1.4.tgz/app/templates/features/support/clients/http-client.js:16: agentOptions : { rejectUnauthorized : false }
23 ambassador-node-1.2.5.tgz/includes/unused/php-https-proxy.js:6: rejectUnauthorized: false,
23 ambassador-node-1.2.5.tgz/includes/unused/php-https-proxy.js:33: rejectUnauthorized: false,
22 xlog-0.0.1.tgz/tests/test-xlog.js:203: rejectUnauthorized: false,
22 xlog-0.0.1.tgz/tests/test-xlog.js:103: rejectUnauthorized: false,
22 wise-web-client-1.0.13.tgz/server/lib/proxy.js:37: rejectUnauthorized: false,
22 winston-papertrail-fix-1.0.1-beta.4.tgz/test/papertrail-test.js:59: rejectUnauthorized: false
22 winston-papertrail-fix-1.0.1-beta.4.tgz/lib/winston-papertrail.js:167: rejectUnauthorized: false
22 unit-node-client-1.0.1.tgz/lib/connection.js:56: rejectUnauthorized: this.options.verifyCert === false ? false : true
22 tele-muc-pump-1.1.0.tgz/.test/consumer-1.js:11: rejectUnauthorized: false,
22 spotify-helper-1.0.1.tgz/lib/index.js:82: rejectUnauthorized: false
22 spanacomnpm-0.0.1.tgz/main.js:12: rejectUnauthorized: false,
22 soxy-0.0.0.tgz/server.js:15: rejectUnauthorized: false
22 seneca-profile-1.0.0.tgz/request/request.js:839: poolKey += options.rejectUnauthorized
22 seneca-profile-1.0.0.tgz/request/request.js:835: if (typeof options.rejectUnauthorized !== 'undefined') {
22 seneca-profile-1.0.0.tgz/request/request.js:805: options.rejectUnauthorized = self.rejectUnauthorized
22 seneca-profile-1.0.0.tgz/request/request.js:804: if (typeof self.rejectUnauthorized !== 'undefined') {
22 seneca-profile-1.0.0.tgz/request/request.js:416: self.rejectUnauthorized = false
22 seneca-profile-1.0.0.tgz/request/request.js:144: rejectUnauthorized: request.rejectUnauthorized,
22 request-tools-1.0.0.tgz/lib/request.js:82: opts.rejectUnauthorized = false;
22 request-tools-1.0.0.tgz/lib/request.js:75: opts.rejectUnauthorized = true;
22 request-tools-1.0.0.tgz/lib/request.js:74: if (params.rejectUnauthorized) {
22 qlik-utils-backend-1.0.1.tgz/lib/server.js:32: rejectUnauthorized: false,
22 pinf-proxy-0.1.1.tgz/lib/proxy.js:145: rejectUnauthorized: false
22 non-native-websocket-0.0.1.tgz/lib/WebSocketClient.js:249: ['key','passphrase','cert','ca','rejectUnauthorized'].forEach(function(key) {
22 node_nginx-1.0.0.tgz/nodecode-master/chat/socket.io/socket.io.js:3411: opts.rejectUnauthorized = this.rejectUnauthorized;
22 node_nginx-1.0.0.tgz/nodecode-master/chat/socket.io/socket.io.js:2873: opts.rejectUnauthorized = this.rejectUnauthorized;
22 node_nginx-1.0.0.tgz/nodecode-master/chat/socket.io/socket.io.js:2846: this.rejectUnauthorized = opts.rejectUnauthorized;
22 node_nginx-1.0.0.tgz/nodecode-master/chat/socket.io/socket.io.js:2777: opts.rejectUnauthorized = this.rejectUnauthorized;
22 node_nginx-1.0.0.tgz/nodecode-master/chat/socket.io/socket.io.js:2278: this.rejectUnauthorized = opts.rejectUnauthorized;
22 node_nginx-1.0.0.tgz/nodecode-master/chat/socket.io/socket.io.js:1702: rejectUnauthorized: this.rejectUnauthorized
22 node_nginx-1.0.0.tgz/nodecode-master/chat/socket.io/socket.io.js:1629: this.rejectUnauthorized = opts.rejectUnauthorized || null;
22 node-maxcoin-1.0.1.tgz/lib/jsonrpc.js:46: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
22 newsletter-listener-0.0.1.tgz/lib/index.js:18: tlsOptions: { rejectUnauthorized: false },
22 multichain-3.0.1.tgz/lib/jsonrpc.js:46: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
22 lucker-1.12.0.tgz/ThirdParty/dojo-release-1.9.3/dojo/request/node.js:19:var _11=_f.requestOptions={hostname:_d.hostname,port:_d.port,socketPath:_e.socketPath,method:_e.method,headers:_e.headers,agent:_e.agent,pfx:_e.pfx,key:_e.key,passphrase:_e.passphrase,cert:_e.cert,ca:_e.ca,ciphers:_e.ciphers,rejectUnauthorized:_e.rejectUnauthorized===false?false:true};
22 loquacious-0.0.1.tgz/default/options.js:4: rejectUnauthorized: false
22 kerplunk-p2p-query-0.0.1.tgz/lib/queryFriend.js:30: rejectUnauthorized: false,
22 hn-core-1.0.1.tgz/swagger/build.coffee:203: rejectUnauthorized: false,
22 fsm_client-0.1.0.tgz/lib/fsm_client.js:13: rejectUnauthorized: false
22 clusterd-0.0.5.tgz/server.js:61: this.options.rejectUnauthorized = false;
22 casv2-0.1.0.tgz/lib/cas.js:68: rejectUnauthorized: rejectUnauthorized,
22 casv2-0.1.0.tgz/lib/cas.js:64: if (typeof rejectUnauthorized === 'undefined') { rejectUnauthorized = true; }
22 casv2-0.1.0.tgz/lib/cas.js:63:CAS.prototype.validate = function(ticket, callback, rejectUnauthorized) {
22 casv2-0.1.0.tgz/lib/cas.js:59: * @param {rejectUnauthorized} rejectUnauthorized
22 batty-0.1.0.tgz/test/specs/request.spec.js:77: rejectUnauthorized: false
22 batty-0.1.0.tgz/test/specs/request.spec.js:57: rejectUnauthorized: false
22 batty-0.1.0.tgz/lib/request.js:40: rejectUnauthorized: false
22 asq-0.1.1.tgz/config/index.js:46: rejectUnauthorized: false,
22 asq-0.1.1.tgz/app.js:29: rejectUnauthorized : config.rejectUnauthorized,
21 yuntongxun-0.0.1.tgz/api.coffee:55: rejectUnauthorized: false
21 work-request-2.42.1.tgz/request.js:743: poolKey += options.rejectUnauthorized
21 work-request-2.42.1.tgz/request.js:741: if (typeof options.rejectUnauthorized !== 'undefined') {
21 work-request-2.42.1.tgz/request.js:709: if (typeof this.rejectUnauthorized !== 'undefined') options.rejectUnauthorized = this.rejectUnauthorized
21 work-request-2.42.1.tgz/request.js:258: self.rejectUnauthorized = false
21 work-request-2.42.1.tgz/request.js:189: , rejectUnauthorized: self.rejectUnauthorized
21 winston-alphagov-0.7.4.tgz/lib/winston/transports/webhook.js:93: options.rejectUnauthorized = false;
21 warlock-api-0.0.1.tgz/lib/client/client.js:43: rejectUnauthorized: this.options.get('rejectUnauthorized')
21 transportjs-0.0.5.tgz/example/simple/peer2-build.js:7737: opts.rejectUnauthorized = this.rejectUnauthorized;
21 transportjs-0.0.5.tgz/example/simple/peer2-build.js:7202: opts.rejectUnauthorized = this.rejectUnauthorized;
21 transportjs-0.0.5.tgz/example/simple/peer2-build.js:7175: this.rejectUnauthorized = opts.rejectUnauthorized;
21 transportjs-0.0.5.tgz/example/simple/peer2-build.js:7106: opts.rejectUnauthorized = this.rejectUnauthorized;
21 transportjs-0.0.5.tgz/example/simple/peer2-build.js:5908: this.rejectUnauthorized = opts.rejectUnauthorized;
21 transportjs-0.0.5.tgz/example/simple/peer2-build.js:5328: rejectUnauthorized: this.rejectUnauthorized
21 transportjs-0.0.5.tgz/example/simple/peer2-build.js:5255: this.rejectUnauthorized = opts.rejectUnauthorized || null;
21 transportjs-0.0.5.tgz/example/simple/peer1-build.js:7748: opts.rejectUnauthorized = this.rejectUnauthorized;
21 transportjs-0.0.5.tgz/example/simple/peer1-build.js:7213: opts.rejectUnauthorized = this.rejectUnauthorized;
21 transportjs-0.0.5.tgz/example/simple/peer1-build.js:7186: this.rejectUnauthorized = opts.rejectUnauthorized;
21 transportjs-0.0.5.tgz/example/simple/peer1-build.js:7117: opts.rejectUnauthorized = this.rejectUnauthorized;
21 transportjs-0.0.5.tgz/example/simple/peer1-build.js:5919: this.rejectUnauthorized = opts.rejectUnauthorized;
21 transportjs-0.0.5.tgz/example/simple/peer1-build.js:5339: rejectUnauthorized: this.rejectUnauthorized
21 transportjs-0.0.5.tgz/example/simple/peer1-build.js:5266: this.rejectUnauthorized = opts.rejectUnauthorized || null;
21 tern-yui3-0.1.0.tgz/demos/ternjs/tern/plugin/node.js:2171: "!type": "fn(credentials?: crypto.credentials, isServer?: bool, requestCert?: bool, rejectUnauthorized?: bool) -> +tls.SecurePair",
21 socket.io-client-private-1.3.7.tgz/socket.io.js:3411: opts.rejectUnauthorized = this.rejectUnauthorized;
21 socket.io-client-private-1.3.7.tgz/socket.io.js:2873: opts.rejectUnauthorized = this.rejectUnauthorized;
21 socket.io-client-private-1.3.7.tgz/socket.io.js:2846: this.rejectUnauthorized = opts.rejectUnauthorized;
21 socket.io-client-private-1.3.7.tgz/socket.io.js:2777: opts.rejectUnauthorized = this.rejectUnauthorized;
21 socket.io-client-private-1.3.7.tgz/socket.io.js:2278: this.rejectUnauthorized = opts.rejectUnauthorized;
21 socket.io-client-private-1.3.7.tgz/socket.io.js:1702: rejectUnauthorized: this.rejectUnauthorized
21 socket.io-client-private-1.3.7.tgz/socket.io.js:1629: this.rejectUnauthorized = opts.rejectUnauthorized || null;
21 sms-freemobile-api-1.0.0.tgz/sms-freemobile-api.js:43: rejectUnauthorized: false,
21 shape-proxy-0.1.0.tgz/index.js:52: rejectUnauthorized: false,
21 seneca-sentinel-0.0.3.tgz/service/protocol/transport.js:40: req_options.rejectUnauthorized = false
21 s3_path_signer-0.0.1.tgz/index.js:33: rejectUnauthorized: false
21 s3_path_signer-0.0.1.tgz/index.js:23: rejectUnauthorized: false
21 rest-translator-0.0.0.tgz/src/translator.js:68: options.rejectUnauthorized = false;
21 proxyfn-0.1.0.tgz/blah.js:27: options.rejectUnauthorized = false;
21 pomelo-webconnector-plugin-0.1.0.tgz/example/https-client.js:20: rejectUnauthorized:false,
21 paycoin-3.0.1.tgz/lib/jsonrpc.js:46: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
21 node-xmpp-core-tmp-1.0.0-alpha1.tgz/lib/connection.js:41: this.rejectUnauthorized = (opts && opts.rejectUnauthorized) ? true : false
21 node-xmpp-core-tmp-1.0.0-alpha1.tgz/lib/connection.js:269: rejectUnauthorized: this.rejectUnauthorized,
21 netasqcomm-0.2.0.tgz/lib/netasqcomm.js:941: rejectUnauthorized: false
21 netasqcomm-0.2.0.tgz/lib/netasqcomm.js:884: rejectUnauthorized: false
21 netasqcomm-0.2.0.tgz/lib/netasqcomm.js:737: rejectUnauthorized: false
21 netasqcomm-0.2.0.tgz/lib/netasqcomm.js:613: rejectUnauthorized: false
21 netasqcomm-0.2.0.tgz/lib/netasqcomm.js:1168: rejectUnauthorized: false
21 netasqcomm-0.2.0.tgz/lib/netasqcomm.js:1017: rejectUnauthorized: false
21 moduloteste-1.0.0.tgz/request/request.js:863: poolKey += options.rejectUnauthorized
21 moduloteste-1.0.0.tgz/request/request.js:859: if (typeof options.rejectUnauthorized !== 'undefined') {
21 moduloteste-1.0.0.tgz/request/request.js:821: options.rejectUnauthorized = self.rejectUnauthorized
21 moduloteste-1.0.0.tgz/request/request.js:820: if (typeof self.rejectUnauthorized !== 'undefined') {
21 moduloteste-1.0.0.tgz/request/request.js:429: self.rejectUnauthorized = false
21 moduloteste-1.0.0.tgz/request/request.js:175: rejectUnauthorized : request.rejectUnauthorized,
21 moduloteste-1.0.0.tgz/npm-registry-client/lib/initialize.js:64: rejectUnauthorized: config.ssl.strict,
21 mod-server-0.1.0.tgz/lib/proxy.js:95: rejectUnauthorized: false,
21 mikronode-tls-0.0.1.tgz/lib/index.js:310: this.socket = tls.connect({ port: this.port, host: this.host, rejectUnauthorized: false }, connectHandler);
21 macshack-0.0.6.tgz/config/express.js:86: rejectUnauthorized: false
21 loghub-0.2.0.tgz/index.js:130: rejectUnauthorized: !options.skipCertValidation
21 hourlynerd-webpack-1.0.0.tgz/index.js:113: rejectUnauthorized: false,
21 girc-1.0.0.tgz/lib/connection.js:27: rejectUnauthorized: false,
21 girc-1.0.0.tgz/lib/connection.js:107: rejectUnauthorized: self.config.rejectUnauthorized
21 engine.io-client-no-github-dependency-1.5.2.tgz/lib/transports/websocket.js:88: opts.rejectUnauthorized = this.rejectUnauthorized;
21 engine.io-client-no-github-dependency-1.5.2.tgz/lib/transports/polling-xhr.js:86: opts.rejectUnauthorized = this.rejectUnauthorized;
21 engine.io-client-no-github-dependency-1.5.2.tgz/lib/transports/polling-xhr.js:188: opts.rejectUnauthorized = this.rejectUnauthorized;
21 engine.io-client-no-github-dependency-1.5.2.tgz/lib/transports/polling-xhr.js:158: this.rejectUnauthorized = opts.rejectUnauthorized;
21 engine.io-client-no-github-dependency-1.5.2.tgz/lib/transport.js:41: this.rejectUnauthorized = opts.rejectUnauthorized;
21 engine.io-client-no-github-dependency-1.5.2.tgz/lib/socket.js:188: rejectUnauthorized: this.rejectUnauthorized,
21 engine.io-client-no-github-dependency-1.5.2.tgz/lib/socket.js:107: this.rejectUnauthorized = opts.rejectUnauthorized || null;
21 engine.io-client-no-github-dependency-1.5.2.tgz/engine.io.js:767: this.rejectUnauthorized = opts.rejectUnauthorized;
21 engine.io-client-no-github-dependency-1.5.2.tgz/engine.io.js:191: rejectUnauthorized: this.rejectUnauthorized
21 engine.io-client-no-github-dependency-1.5.2.tgz/engine.io.js:1900: opts.rejectUnauthorized = this.rejectUnauthorized;
21 engine.io-client-no-github-dependency-1.5.2.tgz/engine.io.js:1362: opts.rejectUnauthorized = this.rejectUnauthorized;
21 engine.io-client-no-github-dependency-1.5.2.tgz/engine.io.js:1335: this.rejectUnauthorized = opts.rejectUnauthorized;
21 engine.io-client-no-github-dependency-1.5.2.tgz/engine.io.js:1266: opts.rejectUnauthorized = this.rejectUnauthorized;
21 engine.io-client-no-github-dependency-1.5.2.tgz/engine.io.js:118: this.rejectUnauthorized = opts.rejectUnauthorized || null;
21 dweet.io.js-0.0.12.tgz/dweet.io.js:212: require('https').globalAgent.options.rejectUnauthorized = false;
21 dweet.io.js-0.0.12.tgz/dweet.io.js:210: require('https').globalAgent.options.rejectUnauthorized = true;
21 dozer-client-1.0.0.tgz/lib/client.js:21: options.rejectUnauthorized = toBool(defined(options.rejectUnauthorized, process.env.DOZER_REJECT_UNAUTH));
21 dena-robot-0.3.1.tgz/lib/console/js/lib/socket.io.js:3405: opts.rejectUnauthorized = this.rejectUnauthorized;
21 dena-robot-0.3.1.tgz/lib/console/js/lib/socket.io.js:2867: opts.rejectUnauthorized = this.rejectUnauthorized;
21 dena-robot-0.3.1.tgz/lib/console/js/lib/socket.io.js:2840: this.rejectUnauthorized = opts.rejectUnauthorized;
21 dena-robot-0.3.1.tgz/lib/console/js/lib/socket.io.js:2771: opts.rejectUnauthorized = this.rejectUnauthorized;
21 dena-robot-0.3.1.tgz/lib/console/js/lib/socket.io.js:2272: this.rejectUnauthorized = opts.rejectUnauthorized;
21 dena-robot-0.3.1.tgz/lib/console/js/lib/socket.io.js:1696: rejectUnauthorized: this.rejectUnauthorized
21 dena-robot-0.3.1.tgz/lib/console/js/lib/socket.io.js:1623: this.rejectUnauthorized = opts.rejectUnauthorized || null;
21 definitively-typed-0.0.1.tgz/needle/needle-tests.ts:26: rejectUnauthorized: true
21 definitively-typed-0.0.1.tgz/mysql/mysql-tests.ts:55: rejectUnauthorized: false
21 coinedup-0.0.1.tgz/coinedup.js:29: "rejectUnauthorized": false,
21 agentkeepalive-temp-0.0.1.tgz/lib/agent.js:190: name += options.rejectUnauthorized;
21 agentkeepalive-temp-0.0.1.tgz/lib/agent.js:189: if (options.rejectUnauthorized !== undefined)
20 xmpp-cert-get-0.0.0.tgz/info.js:6: rejectUnauthorized:false,
20 webirc-0.0.1.tgz/main.js:107: rejectUnauthorized: false
20 webirc-0.0.1.tgz/irc.js:506: connectOptions.rejectUnauthorized = false; // no certificate validation yet
20 validate-cloud-config-1.0.0.tgz/index.js:38: rejectUnauthorized: false,
20 uolpainelcloud-painelcloud-host-uol-com-br-5.0.17.tgz/grunt/http.js:4: rejectUnauthorized: false,
20 suite-services-sdk-3.0.0-beta1.tgz/lib/api-request/index.js:88: var requestOptions = SuiteRequestOptions.createForServiceApi(options.environment, options.rejectUnauthorized);
20 suite-services-sdk-3.0.0-beta1.tgz/lib/api-request/index.js:81: rejectUnauthorized: options.rejectUnauthorized || this.options.rejectUnauthorized,
20 suite-services-sdk-3.0.0-beta1.tgz/config.js:8: rejectUnauthorized: process.env.SUITE_API_REJECT_UNAUTHORIZED,
20 suite-services-sdk-3.0.0-beta1.tgz/api/index.spec.js:96: rejectUnauthorized: false
20 suite-services-sdk-3.0.0-beta1.tgz/api/index.spec.js:84: this.sandbox.stub(config.suiteApi, 'rejectUnauthorized', 'false');
20 suite-services-sdk-3.0.0-beta1.tgz/api/index.spec.js:75: rejectUnauthorized: false
20 suite-services-sdk-3.0.0-beta1.tgz/api/index.spec.js:60: this.sandbox.stub(config.suiteApi, 'rejectUnauthorized', 'false');
20 suite-services-sdk-3.0.0-beta1.tgz/api/index.spec.js:53: rejectUnauthorized: false
20 suite-services-sdk-3.0.0-beta1.tgz/api/index.spec.js:42: this.sandbox.stub(config.suiteApi, 'rejectUnauthorized', 'false');
20 suite-services-sdk-3.0.0-beta1.tgz/api/index.spec.js:30: var options = { environment: 'environment', apiKey: 'apiKey', apiSecret: 'apiSecret', rejectUnauthorized: true };
20 suite-services-sdk-3.0.0-beta1.tgz/api/index.spec.js:146: rejectUnauthorized: false
20 suite-services-sdk-3.0.0-beta1.tgz/api/index.spec.js:118: rejectUnauthorized: true
20 suite-services-sdk-3.0.0-beta1.tgz/api/index.js:34: rejectUnauthorized: config.suiteApi.rejectUnauthorized !== 'false'
20 spidery-0.0.3.tgz/main.js:71: opts.rejectUnauthorized = this._rejectUnauthorized;
20 spidery-0.0.3.tgz/main.js:32: this._rejectUnauthorized = opts.rejectUnauthorized != false;
20 react-as-image-accordion-0.0.1.tgz/demo.entry.js:6803: opts.rejectUnauthorized = this.rejectUnauthorized;
20 react-as-image-accordion-0.0.1.tgz/demo.entry.js:4689: this.rejectUnauthorized = opts.rejectUnauthorized;
20 react-as-image-accordion-0.0.1.tgz/demo.entry.js:4174: opts.rejectUnauthorized = this.rejectUnauthorized;
20 react-as-image-accordion-0.0.1.tgz/demo.entry.js:4147: this.rejectUnauthorized = opts.rejectUnauthorized;
20 react-as-image-accordion-0.0.1.tgz/demo.entry.js:4078: opts.rejectUnauthorized = this.rejectUnauthorized;
20 react-as-image-accordion-0.0.1.tgz/demo.entry.js:3310: rejectUnauthorized: this.rejectUnauthorized
20 react-as-image-accordion-0.0.1.tgz/demo.entry.js:3237: this.rejectUnauthorized = opts.rejectUnauthorized || null;
20 node-natives-0.10.25.tgz/tls.js:965: rejectUnauthorized);
20 node-natives-0.10.25.tgz/tls.js:961: rejectUnauthorized) {
20 node-natives-0.10.25.tgz/tls.js:908: this._rejectUnauthorized);
20 node-natives-0.10.25.tgz/tls.js:901: this._rejectUnauthorized = rejectUnauthorized ? true : false;
20 node-natives-0.10.25.tgz/tls.js:871: rejectUnauthorized,
20 node-natives-0.10.25.tgz/tls.js:865:function SecurePair(credentials, isServer, requestCert, rejectUnauthorized,
20 node-natives-0.10.25.tgz/tls.js:1388: if (pair._rejectUnauthorized) {
20 node-natives-0.10.25.tgz/tls.js:1340: options.rejectUnauthorized === true ? true : false,
20 node-natives-0.10.25.tgz/tls.js:1328: rejectUnauthorized: '0' !== process.env.NODE_TLS_REJECT_UNAUTHORIZED
20 node-natives-0.10.25.tgz/tls.js:1234: this.rejectUnauthorized = false;
20 node-natives-0.10.25.tgz/tls.js:1232: this.rejectUnauthorized = options.rejectUnauthorized;
20 node-natives-0.10.25.tgz/tls.js:1231: if (typeof options.rejectUnauthorized == 'boolean') {
20 node-natives-0.10.25.tgz/tls.js:1193: if (self.rejectUnauthorized) {
20 node-natives-0.10.25.tgz/tls.js:1156: self.rejectUnauthorized,
20 node-natives-0.10.25.tgz/tls.js:1077:// - rejectUnauthorized. Boolean, default to true.
20 node-natives-0.10.25.tgz/tls.js:1067:// rejectUnauthorized
20 node-natives-0.10.25.tgz/tls.js:1022: this._rejectUnauthorized &&
20 node-natives-0.10.25.tgz/https.js:116: typeof options.rejectUnauthorized === 'undefined') {
20 node-homocoin-1.0.1.tgz/lib/jsonrpc.js:46: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
20 node-guldencoin-1.0.2.tgz/lib/jsonrpc.js:46: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
20 node-bitraam-1.0.1.tgz/lib/jsonrpc.js:46: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
20 node-bankcoin-1.0.1.tgz/lib/jsonrpc.js:46: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
20 node-antarcticcoin-1.0.1.tgz/lib/jsonrpc.js:46: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
20 namecoin-rpc-2.1.2.tgz/lib/jsonrpc.js:43: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
20 libbeacon-0.1.0.tgz/lib/main.js:20: rejectUnauthorized: false,
20 kwirk-0.2.12.tgz/src/networks/irc/irc_connection.js:42: rejectUnauthorized: this.network.reject_invalid_certs,
20 kwirk-0.2.12.tgz/src/networks/irc/connection.js:32: rejectUnauthorized: this.network.reject_invalid_certs,
20 kwirk-0.2.12.tgz/src/networks/irc/connection.js:29: // rejectUnauthorized: this.network.reject_invalid_certs
20 kwirk-0.2.12.tgz/src/krepl/krepl.js:44: rejectUnauthorized: false,
20 kwirk-0.2.12.tgz/src/krepl.js:42: rejectUnauthorized: false,
20 iris-rpc-0.2.15.tgz/iris-rpc.js:755: if(self.rejectUnauthorized && !stream.authorized)
20 iris-rpc-0.2.15.tgz/iris-rpc.js:72: if(iface.rejectUnauthorized && !tlsStream.authorized)
20 iris-rpc-0.2.15.tgz/iris-rpc.js:704: if(self.rejectUnauthorized && !tlsStream.authorized)
20 iris-rpc-0.2.15.tgz/iris-rpc.js:698: tlsOptions.rejectUnauthorized = options.rejectUnauthorized || false;
20 iris-rpc-0.2.15.tgz/iris-rpc.js:171: self.rejectUnauthorized = options.rejectUnauthorized || false;
20 ircb.io-0.0.0.tgz/index.js:34: rejectUnauthorized: self.rejectUnauthorized
20 ircb.io-0.0.0.tgz/index.js:20: self.rejectUnauthorized = !!options.rejectUnauthorized;
20 guanlecoja_test-0.6.0.tgz/vendors.js:95272: poolKey += options.rejectUnauthorized
20 guanlecoja_test-0.6.0.tgz/vendors.js:95270: if (typeof options.rejectUnauthorized !== 'undefined') {
20 guanlecoja_test-0.6.0.tgz/vendors.js:95238: if (typeof this.rejectUnauthorized !== 'undefined') options.rejectUnauthorized = this.rejectUnauthorized
20 guanlecoja_test-0.6.0.tgz/vendors.js:95179: , rejectUnauthorized: self.rejectUnauthorized
20 guanlecoja_test-0.6.0.tgz/vendors.js:94810: , rejectUnauthorized: self.rejectUnauthorized
20 guanlecoja_test-0.6.0.tgz/vendors.js:94794: self.rejectUnauthorized = false
20 guanlecoja_test-0.6.0.tgz/vendors.js:88184: poolKey += options.rejectUnauthorized
20 guanlecoja_test-0.6.0.tgz/vendors.js:88182: if (typeof options.rejectUnauthorized !== 'undefined') {
20 guanlecoja_test-0.6.0.tgz/vendors.js:88150: if (typeof this.rejectUnauthorized !== 'undefined') options.rejectUnauthorized = this.rejectUnauthorized
20 guanlecoja_test-0.6.0.tgz/vendors.js:88094: , rejectUnauthorized: self.rejectUnauthorized
20 guanlecoja_test-0.6.0.tgz/vendors.js:87820: , rejectUnauthorized: self.rejectUnauthorized
20 guanlecoja_test-0.6.0.tgz/vendors.js:87804: self.rejectUnauthorized = false
20 guanlecoja_test-0.6.0.tgz/vendors.js:46283: poolKey += options.rejectUnauthorized
20 guanlecoja_test-0.6.0.tgz/vendors.js:46279: if (typeof options.rejectUnauthorized !== 'undefined') {
20 guanlecoja_test-0.6.0.tgz/vendors.js:46249: options.rejectUnauthorized = self.rejectUnauthorized
20 guanlecoja_test-0.6.0.tgz/vendors.js:46248: if (typeof self.rejectUnauthorized !== 'undefined') {
20 guanlecoja_test-0.6.0.tgz/vendors.js:45860: self.rejectUnauthorized = false
20 guanlecoja_test-0.6.0.tgz/vendors.js:45588: rejectUnauthorized: request.rejectUnauthorized,
20 guanlecoja_test-0.6.0.tgz/vendors.js:148004: poolKey += options.rejectUnauthorized
20 guanlecoja_test-0.6.0.tgz/vendors.js:148002: if (typeof options.rejectUnauthorized !== 'undefined') {
20 guanlecoja_test-0.6.0.tgz/vendors.js:147970: if (typeof this.rejectUnauthorized !== 'undefined') options.rejectUnauthorized = this.rejectUnauthorized
20 guanlecoja_test-0.6.0.tgz/vendors.js:147911: , rejectUnauthorized: self.rejectUnauthorized
20 guanlecoja_test-0.6.0.tgz/vendors.js:147525: , rejectUnauthorized: self.rejectUnauthorized
20 guanlecoja_test-0.6.0.tgz/vendors.js:147499: self.rejectUnauthorized = false
20 gamerscoin-2.2.0.tgz/lib/jsonrpc.js:43: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
20 gabencoin-1.0.0.tgz/lib/jsonrpc.js:43: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
20 event-webpush-1.0.0.tgz/.test/basic-2.js:11: rejectUnauthorized: false
20 enterprise-portal-0.0.1.tgz/gulpfile.coffee:357: proxy.web(req, res, {target: backend.host, secure: false, changeOrigin: true, rejectUnauthorized: false})
20 enterprise-portal-0.0.1.tgz/docs.coffee:121: proxy.web(req, res, {target: HOST, secure: false, changeOrigin: true, rejectUnauthorized: false})
20 engine.io-client-private-1.5.4.tgz/lib/transports/websocket.js:88: opts.rejectUnauthorized = this.rejectUnauthorized;
20 engine.io-client-private-1.5.4.tgz/lib/transports/polling-xhr.js:86: opts.rejectUnauthorized = this.rejectUnauthorized;
20 engine.io-client-private-1.5.4.tgz/lib/transports/polling-xhr.js:188: opts.rejectUnauthorized = this.rejectUnauthorized;
20 engine.io-client-private-1.5.4.tgz/lib/transports/polling-xhr.js:158: this.rejectUnauthorized = opts.rejectUnauthorized;
20 engine.io-client-private-1.5.4.tgz/lib/transport.js:41: this.rejectUnauthorized = opts.rejectUnauthorized;
20 engine.io-client-private-1.5.4.tgz/lib/socket.js:188: rejectUnauthorized: this.rejectUnauthorized,
20 engine.io-client-private-1.5.4.tgz/lib/socket.js:107: this.rejectUnauthorized = opts.rejectUnauthorized || null;
20 engine.io-client-private-1.5.4.tgz/engine.io.js:767: this.rejectUnauthorized = opts.rejectUnauthorized;
20 engine.io-client-private-1.5.4.tgz/engine.io.js:191: rejectUnauthorized: this.rejectUnauthorized
20 engine.io-client-private-1.5.4.tgz/engine.io.js:1900: opts.rejectUnauthorized = this.rejectUnauthorized;
20 engine.io-client-private-1.5.4.tgz/engine.io.js:1362: opts.rejectUnauthorized = this.rejectUnauthorized;
20 engine.io-client-private-1.5.4.tgz/engine.io.js:1335: this.rejectUnauthorized = opts.rejectUnauthorized;
20 engine.io-client-private-1.5.4.tgz/engine.io.js:1266: opts.rejectUnauthorized = this.rejectUnauthorized;
20 engine.io-client-private-1.5.4.tgz/engine.io.js:118: this.rejectUnauthorized = opts.rejectUnauthorized || null;
20 easysoap-fork-0.0.1.tgz/lib/request/request.js:285: rejectUnauthorized : params.rejectUnauthorized,
20 easysoap-fork-0.0.1.tgz/lib/request/request.js:262: params.rejectUnauthorized = true;
20 easysoap-fork-0.0.1.tgz/lib/request/request.js:261: if (params.rejectUnauthorized === void 0) {
20 easysoap-fork-0.0.1.tgz/lib/request/request.js:238: rejectUnauthorized : params.rejectUnauthorized
20 easysoap-fork-0.0.1.tgz/lib/request/request.js:230: params.rejectUnauthorized = true;
20 easysoap-fork-0.0.1.tgz/lib/request/request.js:229: if (params.rejectUnauthorized === void 0) {
20 devdoo-1.1.3.tgz/lib/devdoo/lib.js:210: request({ url: archivePath, rejectUnauthorized: false, encoding: null, proxy: proxy }, function(err, res, body) {
20 devdoo-1.1.3.tgz/lib/devdoo.js:632: request({ url: archiveUrl, rejectUnauthorized: false, encoding: null, proxy: proxy }, function(err, res, body) {
20 anterojuutnen-loginserver-test-0.0.0.tgz/server.js:28: //rejectUnauthorized: true;
20 anterojuutinen-loginserver-test-0.0.1.tgz/server.js:28: //rejectUnauthorized: true;
19 waterline-restful-resource-0.0.1-beta1.tgz/lib/resource.js:23: rejectUnauthorized: false
19 syscoin-2.1.2.tgz/lib/jsonrpc.js:43: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
19 smtp-locaweb-nodejs-1.0.1.tgz/index.js:12: rejectUnauthorized: false,
19 site-wedge-0.0.1.tgz/lib/wedge.js:53: rejectUnauthorized: false,
19 react-openpublish-doc-0.0.1.tgz/example/build.js:51090: poolKey += options.rejectUnauthorized
19 react-openpublish-doc-0.0.1.tgz/example/build.js:51086: if (typeof options.rejectUnauthorized !== 'undefined') {
19 react-openpublish-doc-0.0.1.tgz/example/build.js:51048: options.rejectUnauthorized = self.rejectUnauthorized
19 react-openpublish-doc-0.0.1.tgz/example/build.js:51047: if (typeof self.rejectUnauthorized !== 'undefined') {
19 react-openpublish-doc-0.0.1.tgz/example/build.js:50650: self.rejectUnauthorized = false
19 react-openpublish-doc-0.0.1.tgz/example/build.js:30586: rejectUnauthorized : request.rejectUnauthorized,
19 patillades_restify_fork-2.8.6.tgz/lib/server.js:208: rejectUnauthorized: options.rejectUnauthorized,
19 patillades_restify_fork-2.8.6.tgz/lib/clients/http_client.js:531: self.rejectUnauthorized,
19 patillades_restify_fork-2.8.6.tgz/lib/clients/http_client.js:530: rejectUnauthorized: options.rejectUnauthorized ||
19 patillades_restify_fork-2.8.6.tgz/lib/clients/http_client.js:379: rejectUnauthorized: self.rejectUnauthorized
19 patillades_restify_fork-2.8.6.tgz/lib/clients/http_client.js:358: rejectUnauthorized: self.rejectUnauthorized,
19 patillades_restify_fork-2.8.6.tgz/lib/clients/http_client.js:289: this.rejectUnauthorized = true;
19 patillades_restify_fork-2.8.6.tgz/lib/clients/http_client.js:287: this.rejectUnauthorized = options.rejectUnauthorized;
19 patillades_restify_fork-2.8.6.tgz/lib/clients/http_client.js:286: if (options.rejectUnauthorized !== undefined) {
19 passport-taobao2-1.0.0.tgz/lib/passport-taobao/strategy.js:80: options.rejectUnauthorized = false;
19 numero-adk-shared-0.0.1.tgz/storeClient.js:47: rejectUnauthorized: false
19 numero-adk-shared-0.0.1.tgz/publisherClient.js:42: rejectUnauthorized: false
19 numero-adk-shared-0.0.1.tgz/adkClient.js:90: rejectUnauthorized: false
19 numero-adk-shared-0.0.1.tgz/adkClient.js:68: rejectUnauthorized: false
19 numero-adk-shared-0.0.1.tgz/adkClient.js:40: rejectUnauthorized: false
19 node-xtracoin-1.0.1.tgz/lib/jsonrpc.js:46: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
19 node-httpclient-0.0.1.tgz/index.js:148: pathInfo.rejectUnauthorized = false;
19 node-deis-1.0.1.tgz/lib/connect.js:24: rejectUnauthorized: false, // @TODO: remove this.
19 node-deis-1.0.1.tgz/index.js:60: rejectUnauthorized: false // @TODO: remove this.
19 mtuc-0.0.1.tgz/bm/sub.js:31: rejectUnauthorized: false,
19 mtuc-0.0.1.tgz/bm/pub.js:29: rejectUnauthorized: false,
19 karma-global-dfp-0.12.24.tgz/lib/middleware/proxy.js:97: target: {https: proxiedUrl.https, rejectUnauthorized: proxyValidateSSL}
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:93: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:67: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:668: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:641: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:621: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:601: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:572: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:543: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:518: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:495: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:473: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:449: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:427: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:406: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:382: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:345: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:312: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:277: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:252: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:225: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:201: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:172: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:142: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/spec/jira.spec.coffee:120: rejectUnauthorized: true
19 jira-pwagener-0.9.3.tgz/lib/jira.js:932: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:872: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:809: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:749: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:695: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:647: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:610: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:571: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:507: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:451: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:398: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:343: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:296: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:254: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:209: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:1898: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:1807: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:1758: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:1722: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:1686: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:1635: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:1584: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:1528: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:1454: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:1414: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:1364: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:1323: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:1246: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:1198: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:1145: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:1084: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:1046: rejectUnauthorized: this.strictSSL,
19 jira-pwagener-0.9.3.tgz/lib/jira.js:1003: rejectUnauthorized: this.strictSSL,
19 foam-s12-0.2.2.tgz/test/unit.js:63: foam(uri, operation, action, message, {namespace: namespace, rejectUnauthorized: false, secureProtocol: 'SSLv3_method'}, noop);
19 foam-s12-0.2.2.tgz/test/unit.js:59: rejectUnauthorized: false,
19 foam-s12-0.2.2.tgz/test/unit.js:41: rejectUnauthorized: undefined,
19 foam-s12-0.2.2.tgz/foam.js:30: rejectUnauthorized: options.rejectUnauthorized,
19 elastorm-0.0.1.tgz/pakmanaged.js:30199: rejectUnauthorized: false,
19 coind-client-0.0.1.tgz/index.js:80: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
19 bukget-client-0.0.2.tgz/bukget.js:72: options.rejectUnauthorized = config.rejectUnauthorizedSSL;
19 bukget-client-0.0.2.tgz/bukget.js:71: if(config.https && config.rejectUnauthorizedSSL){
19 bukget-client-0.0.2.tgz/bukget.js:14: rejectUnauthorizedSSL: false,
19 aws-sdk-constructor-0.0.0.tgz/lib/http/node.js:98: AWS.NodeHttpClient.sslAgent = new https.Agent({rejectUnauthorized: true});
18 streamstash-1.0.0.tgz/lib/outputs/ElasticSearch.js:60: self.agent = useOptions.agent || new https.Agent({ maxSockets: 1000, rejectUnauthorized: true })
18 request_mod-0.0.1.tgz/request.js:809: poolKey += options.rejectUnauthorized
18 request_mod-0.0.1.tgz/request.js:805: if (typeof options.rejectUnauthorized !== 'undefined') {
18 request_mod-0.0.1.tgz/request.js:767: options.rejectUnauthorized = self.rejectUnauthorized
18 request_mod-0.0.1.tgz/request.js:766: if (typeof self.rejectUnauthorized !== 'undefined') {
18 request_mod-0.0.1.tgz/request.js:389: self.rejectUnauthorized = false
18 request_mod-0.0.1.tgz/request.js:177: rejectUnauthorized : request.rejectUnauthorized,
18 olorin-0.0.1.tgz/pakmanaged.js:4607: if (options.isDefinedAndNonNull('rejectUnauthorized')) requestOptions.rejectUnauthorized = options.value.rejectUnauthorized;
18 olorin-0.0.1.tgz/pakmanaged.js:4599: || options.isDefinedAndNonNull('rejectUnauthorized')) {
18 olorin-0.0.1.tgz/pakmanaged.js:4522: rejectUnauthorized: null
18 oauthio-server-0.1.0.tgz/bin/oauth2/index.js:93: rejectUnauthorized: !env.config.debug,
18 oauthio-server-0.1.0.tgz/bin/oauth2/index.js:67: rejectUnauthorized: !env.config.debug,
18 oauthio-server-0.1.0.tgz/bin/oauth2/index.js:33: rejectUnauthorized: !env.config.debug,
18 oauthio-server-0.1.0.tgz/bin/oauth2/index.js:125: rejectUnauthorized: !env.config.debug,
18 oauthio-server-0.1.0.tgz/bin/client-management/index.js:76: rejectUnauthorized: !env.config.debug,
18 oauthio-server-0.1.0.tgz/bin/client-management/index.js:45: rejectUnauthorized: !env.config.debug,
18 oauthio-server-0.1.0.tgz/bin/client-management/index.js:174: rejectUnauthorized: !env.config.debug,
18 oauthio-server-0.1.0.tgz/bin/client-management/index.js:142: rejectUnauthorized: !env.config.debug,
18 oauthio-server-0.1.0.tgz/bin/client-management/index.js:13: rejectUnauthorized: !env.config.debug,
18 oauthio-server-0.1.0.tgz/bin/client-management/index.js:109: rejectUnauthorized: !env.config.debug,
18 nitrogen-http-proxy-1.8.1.tgz/lib/http-proxy/common.js:50: outgoing.rejectUnauthorized = (typeof options.secure === "undefined") ? true : options.secure;
18 mqtt-m-1.0.0.tgz/test/secure_client.js:98: rejectUnauthorized: true
18 mqtt-m-1.0.0.tgz/test/secure_client.js:88: var config = { protocol: 'mqtts', port: port, rejectUnauthorized: false };
18 mqtt-m-1.0.0.tgz/test/secure_client.js:130: rejectUnauthorized: true
18 mqtt-m-1.0.0.tgz/test/secure_client.js:115: rejectUnauthorized: true
18 mqtt-m-1.0.0.tgz/test/old/tls.test.js:16: rejectUnauthorized : false
18 mqtt-m-1.0.0.tgz/lib/connect/ws.js:17: wsOpt.rejectUnauthorized = opts.rejectUnauthorized;
18 mqtt-m-1.0.0.tgz/lib/connect/ws.js:16: if (opts.hasOwnProperty('rejectUnauthorized')) {
18 mqtt-m-1.0.0.tgz/lib/connect/tls.js:38: if (opts.rejectUnauthorized) {
18 mqtt-m-1.0.0.tgz/lib/connect/tls.js:21: if (opts.rejectUnauthorized && !connection.authorized) {
18 mqtt-m-1.0.0.tgz/lib/connect/tls.js:15: opts.rejectUnauthorized = !(false === opts.rejectUnauthorized);
18 mqtt-m-1.0.0.tgz/lib/connect/tls.js:11: * the result is opts.rejectUnauthorized = opts.rejectUnauthorized
18 mqtt-m-1.0.0.tgz/examples/tls client/mqttclient.js:29: rejectUnauthorized : true,
18 mqtt-m-1.0.0.tgz/examples/client/secure-client.js:12: rejectUnauthorized : false
18 mqtt-m-1.0.0.tgz/bin/sub.js:68: args.rejectUnauthorized = false;
18 mqtt-m-1.0.0.tgz/bin/pub.js:76: args.rejectUnauthorized = false;
18 marmelada-0.1.0.tgz/index.js:41: rejectUnauthorized: false,
18 https-ssl-example-1.0.0.tgz/serve.js:20:, rejectUnauthorized: true
18 fraudex-client-admin-1.0.1.tgz/index.js:55: rejectUnauthorized: false, // verify SSL certificate
18 datacoin-1.0.0.tgz/lib/jsonrpc.js:43: rejectUnauthorized: this.opts.ssl && this.opts.sslStrict !== false
17 nstudylanguage-0.1.7.tgz/nstudylanguage.js:70: options.rejectUnauthorized = false
17 nodifier-gmail-0.0.1.tgz/gmail.js:30: rejectUnauthorized: config.rejectUnauthorized
17 node-moo-0.0.1.tgz/lib/moo.js:45: rejectUnauthorized: false,
17 mailinone-0.1.0.tgz/lib/send.js:39: rejectUnauthorized:false
17 joi-orm-0.0.1.tgz/hapijs.com/lib/npm.js:5: return Utils.download('https://api.npmjs.org/downloads/point/last-month/hapi', { json: true, rejectUnauthorized: false }, callback);
17 ciw-1.0.0.tgz/modules/expansion/jira/index.js:22: rejectUnauthorized: this.strictSSL,
17 bitcore-litecoin-0.8.5.tgz/test/transport/rpc.js:49: options.rejectUnauthorized.should.be.equal(true);
17 bitcore-litecoin-0.8.5.tgz/test/transport/rpc.js:41: rejectUnauthorized: true,
17 bitcore-litecoin-0.8.5.tgz/test/transport/rpc.js:24: client.rejectUnauthorized.should.be.equal(false);
17 bitcore-litecoin-0.8.5.tgz/lib/transport/rpc.js:75: rejectUnauthorized: self.rejectUnauthorized,
17 bitcore-litecoin-0.8.5.tgz/lib/transport/rpc.js:42: this.rejectUnauthorized = opts.rejectUnauthorized || false;
17 bitcore-litecoin-0.8.5.tgz/lib/transport/rpc.js:21: * @param {Object} opts - Connection options: host, port, secure, disableAgent, rejectUnauthorized
16 normalize-walk-0.0.1.tgz/test/index.js:10: rejectUnauthorized: false,
16 nodeplayer-plugin-expressjs-0.1.95.tgz/index.js:26: rejectUnauthorized: config.rejectUnauthorized
16 nodeplayer-plugin-expressjs-0.1.95.tgz/default-config.js:11:defaultConfig.rejectUnauthorized = true;
16 nodeplayer-player-0.0.1.tgz/index.js:35: '-tls_verify', (config.rejectUnauthorized ? 1 : 0),
16 nodeplayer-player-0.0.1.tgz/index.js:13: rejectUnauthorized: config.rejectUnauthorized
14 sio-xmlhttprequest-1.5.0.tgz/lib/XMLHttpRequest.js:441: options.rejectUnauthorized = opts.rejectUnauthorized;
14 sio-xmlhttprequest-1.5.0.tgz/lib/XMLHttpRequest.js:395: options.rejectUnauthorized = opts.rejectUnauthorized;
? Haraka-2.7.2.tgz/tls_socket.js:203: var pair = tls.createSecurePair(sslcontext, true, requestCert, rejectUnauthorized);
? Haraka-2.7.2.tgz/tls_socket.js:202: // tls.createSecurePair(credentials, isServer, requestCert, rejectUnauthorized)
? Haraka-2.7.2.tgz/tls_socket.js:197: rejectUnauthorized = options.rejectUnauthorized;
? Haraka-2.7.2.tgz/tls_socket.js:196: if (options.rejectUnauthorized !== undefined) {
? Haraka-2.7.2.tgz/tls_socket.js:191: var rejectUnauthorized = false;
? Haraka-2.7.2.tgz/plugins/tls.js:57: var config_options = ['ciphers','requestCert','rejectUnauthorized'];
? Haraka-2.7.2.tgz/plugins/tls.js:46: '-main.rejectUnauthorized',
? Haraka-2.7.2.tgz/plugins/auth/auth_ldap.js:35: rejectUnauthorized: rejectUnauthorized
? Haraka-2.7.2.tgz/plugins/auth/auth_ldap.js:29: config.core.rejectUnauthorized : true;
? Haraka-2.7.2.tgz/plugins/auth/auth_ldap.js:28: var rejectUnauthorized = (config.core.rejectUnauthorized != undefined) ?
@TAEESSS
Copy link

TAEESSS commented Sep 19, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment