Skip to content

Commit

Permalink
allow self-signed
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkhala authored Feb 6, 2024
1 parent 407dc09 commit 1d3dbdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion axios/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ describe('https', () => {
url: `https://localhost:${port}`,
method: 'GET'
}, {
cert
cert,
rejectUnauthorized: false
});

logger.info(resp);
Expand Down

0 comments on commit 1d3dbdf

Please sign in to comment.