react-scan icon indicating copy to clipboard operation
react-scan copied to clipboard

Bypass ERR_CERT_AUTHORITY_INVALID

Open pzanitti opened this issue 1 year ago • 1 comments

Running a local project with self-signed cert fails to open the browser.

page.goto: net::ERR_CERT_AUTHORITY_INVALID at https://foo

I can add ignoreHTTPSErrors: true to contextOptions in https://github.com/aidenybai/react-scan/blob/main/src/cli.mts#L105 to get it to open.

Any official way to do this?

pzanitti avatar Nov 28 '24 01:11 pzanitti

beautiful, thanks. will be pushed out in the next release

aidenybai avatar Nov 28 '24 01:11 aidenybai