Skip to content

Commit

Permalink
cert mismatches ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
rolando-ebi committed Aug 31, 2018
1 parent a50be50 commit 83196b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
const request = require('request-defaults');

request.globalDefaults({
rejectUnauthorized: false,
family: 4,
pool: {
maxSockets: 10
Expand Down

0 comments on commit 83196b8

Please sign in to comment.