Commit 82db0093f1890cfc6f38a43d05a37313f022c6ee

Authored by Adhidarma Hadiwinoto
1 parent 9bc589f562
Exists in master and in 1 other branch ad2mt

process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

1 1 "use strict";
2 2  
  3 +process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
  4 +
3 5 const http = require('http');
4 6 const url = require('url');
5 7 const request = require('request');