Skip to content

Commit

Permalink
process.env["NODE_TLS_REJECT_UNAUTHORIZED"] = 0;
Browse files Browse the repository at this point in the history
  • Loading branch information
Frigyes Bartha committed Jun 30, 2020
1 parent a75b6ac commit cff21b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions carelink.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ var _ = require('lodash'),

var logger = require('./logger');

process.env["NODE_TLS_REJECT_UNAUTHORIZED"] = 0;

var CARELINK_EU = process.env['MMCONNECT_SERVER'] === 'EU';

var DEFAULT_MAX_RETRY_DURATION = module.exports.defaultMaxRetryDuration = 512;
Expand Down

0 comments on commit cff21b2

Please sign in to comment.