diff --git a/samples/e2eTestUtils/jest-puppeteer-utils/serverUtils.js b/samples/e2eTestUtils/jest-puppeteer-utils/serverUtils.js index e35fbcbbeb..92040af07e 100644 --- a/samples/e2eTestUtils/jest-puppeteer-utils/serverUtils.js +++ b/samples/e2eTestUtils/jest-puppeteer-utils/serverUtils.js @@ -45,6 +45,7 @@ async function isServerUp(port, timeout) { host: "localhost", port: port, family: 4, + rejectUnauthorized: false, }; https