Skip to content

Commit

Permalink
- Add back rejectUnauthorized request option to support self-signed c…
Browse files Browse the repository at this point in the history
…ertificates.
  • Loading branch information
konstantin-msft committed Jan 9, 2025
1 parent 994cfde commit 7794326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/e2eTestUtils/jest-puppeteer-utils/serverUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ async function isServerUp(port, timeout) {
host: "localhost",
port: port,
family: 4,
rejectUnauthorized: false,
};

https
Expand Down

0 comments on commit 7794326

Please sign in to comment.