Synthetic Monitoring Https URL monitoring error ERR_CERT_AUTHORITY_INVALID

// Go to https://hostname:8443/
await page.goto('https://hostname:8443/');

Hi Team,

When I am using HTTPS protocol and I am getting below error, Please suggest I need to provide some extra configuration for HTTPS URLs?

page.goto: net::ERR_CERT_AUTHORITY_INVALID at https://hostname:8443/
=========================== logs ===========================
navigating to "https://hostname:8443/", waiting until "load"

Note: use DEBUG=pw:api environment variable and rerun to capture Playwright logs.:
at Connection.sendMessageToServer (/usr/share/heartbeat/.node/node/lib/node_modules/@elastic/synthetics/node_modules/playwright-chromium/lib/client/connection.js:69:15)
at Proxy. (/usr/share/heartbeat/.node/node/lib/node_modules/@elastic/synthetics/node_modules/playwright-chromium/lib/client/channelOwner.js:44:61)
at /usr/share/heartbeat/.node/node/lib/node_modules/@elastic/synthetics/node_modules/playwright-chromium/lib/client/frame.js:80:71
at Frame._wrapApiCall (/usr/share/heartbeat/.node/node/lib/node_modules/@elastic/synthetics/node_modules/playwright-chromium/lib/client/channelOwner.js:72:34)
at Frame.goto (/usr/share/heartbeat/.node/node/lib/node_modules/@elastic/synthetics/node_modules/playwright-chromium/lib/client/frame.js:78:21)
at /usr/share/heartbeat/.node/node/lib/node_modules/@elastic/synthetics/node_modules/playwright-chromium/lib/client/page.js:270:60
at Page._attributeToPage (/usr/share/heartbeat/.node/node/lib/node_modules/@elastic/synthetics/node_modules/playwright-chromium/lib/client/page.js:205:20)
at Page.goto (/usr/share/heartbeat/.node/node/lib/node_modules/@elastic/synthetics/node_modules/playwright-chromium/lib/client/page.js:270:21)
at Step.eval [as callback] (eval at loadInlineScript (/usr/share/heartbeat/.node/node/lib/node_modules/@elastic/synthetics/src/cli.ts:54:20), :2:14)
at Runner.runStep (/usr/share/heartbeat/.node/node/lib/node_modules/@elastic/synthetics/src/core/runner.ts:178:18)

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.