Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to allow insecure HTTPS connection with broken certs? #153

Open
belonesox opened this issue Jul 31, 2024 · 1 comment
Open

How to allow insecure HTTPS connection with broken certs? #153

belonesox opened this issue Jul 31, 2024 · 1 comment

Comments

@belonesox
Copy link

How to allow insecure HTTPS connection with broken certs?

Like single-file --browser-ignore-insecure-certs ... ?

@emteelb
Copy link

emteelb commented Sep 3, 2024

I encountered this issue today when trying to take screen grabs of a local Proxmox VE web interface. The following commands worked for me to avoid the playwright._impl._errors.Error: Page.goto: net::ERR_CERT_AUTHORITY_INVALID error that I was getting.

Scrape a single URL:

shot-scraper shot --browser-arg "--ignore-certificate-errors" [...]

Scrape multiple URLs specified in a YAML configuration file:

shot-scraper multi --browser-arg "--ignore-certificate-errors" [...]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants