ignoreHttpsErrors not working with puppeteer >= 23 #877
Scantech-Val
started this conversation in
Bugs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Puppeteer made breaking changes in v23, one of which is renaming ignoreHttpsErrors to acceptInsecureCerts (puppeteer/puppeteer#12756).
I am using a self signed certificate for https in a dev environment and I encounter a
Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID
, even if i try the renamed version of ignoreHttpsErrors. I tried to use the new option but to no success like so:Beta Was this translation helpful? Give feedback.
All reactions