getting ERR_CERT_AUTHORITY_INVALID with Playwright

Hi folks, I'm getting when using proxy: ERROR PlaywrightCrawler: Request failed and reached maximum retries. page.goto: net::ERR_CERT_AUTHORITY_INVALID at 'MY_URL' But can't find the config for https.rejectUnauthorized in Playwright
3 Replies
ratty-blush
ratty-blush3y ago
GitHub
[Question] Is there a way to work with insecure https connection? ·...
When I run test it fails because of insecure ssl, can I allow insecure cert for testing cases? Is there any option?
conventional-tan
conventional-tanOP3y ago
I tried, but I'm not able to find in docs where exactly to set this config in PlaywrightCrawler

Did you find this page helpful?