"Your connection is not private" Fix?

Is there any fix for this?, this is a puppeter config, and chrome throws that issue, i tried using JS to ignore it, but i couldn’t execute it cuz i’m ass at JS.
const browser = await puppeteer.launch({ ignoreHTTPSErrors: true });
And it threw some error.

try to tick this
image

or else try to add this here
image

--ignore-certificate-errors

Hopefully it fixes it

Sadly, it will throw the error and OB will stop there anyways.

try to send a ss of the error

Gah damn i can’t edit this right

image

did you do both?
image

1 Like

Thank you! --ignore-certificate-errors worked!, i didn’t know that existed.

2 Likes

No probs :grinning: ask anything in forum if you have any problems :+1:

1 Like