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

Browserless Chromium through Docker 2.8.0 tag - Live debugger - ignoreHTTPSErrors invalid parameter #4020

Open
AndreasA opened this issue Apr 26, 2024 · 1 comment

Comments

@AndreasA
Copy link

Describe the bug
When using latest (2.8.0) version of browserless chromium and try to connect to it through the live debugger https://chrome.browserless.io/ and enable the ignore https errors feature, it fails to connect.
image

The reason is that it adds ?ignoreHTTPSErrors to the socket URL. However, that socket URL seems to be invalid now and connecting fails. Same for other libraries when using that parameter to connect.

What seems to work correctly is to use the following parameters now: ?launch={"args":["--ignore-certificate-errors"]}.

Not sure, if the error is in the live debugger or in the image that ignoreHTTPSErrors fails.
If the error is in the live debugger, than https://github.com/browserless/browserless/blob/main/MIGRATION-2.0.md#removed-parameters-no-replacements is aa bit misleading as well.

@joelgriffith
Copy link
Collaborator

Yup, we're working on porting the debugger into V2 and including it in this repo, which will mean fixing things like this. Thanks for raising this!

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