Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
beliaev-maksim authored Apr 16, 2024
1 parent 025483d commit 69c2bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ async function run() {
}

const axios = require('axios');
const https = require('https');
// remove agent when nginx will be fixed and will provide CA certs
const agent = new https.Agent({
rejectUnauthorized: false // Ignore certificate verification
Expand Down

0 comments on commit 69c2bf9

Please sign in to comment.