Skip to content

#2094 Make ignoring HTTPS errors in the Playwright protocol configurable and independent of the proxy - #2158

Open
rzo1 wants to merge 2 commits into
apache:mainfrom
rzo1:2094-playwright-ignore-https-errors
Open

rzo1 wants to merge 2 commits into
apache:mainfrom
rzo1:2094-playwright-ignore-https-errors

Conversation

@rzo1

@rzo1 rzo1 commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Fixes #2094.

Adds playwright.ignore.https.errors (default false) instead of implicitly disabling certificate validation whenever http.proxy is set.

Release note: deployments behind a TLS-intercepting proxy need to set the new key or install the proxy CA in the browser image.

… the Playwright protocol and make it configurable via playwright.ignore.https.errors (default false).
@rzo1 rzo1 added this to the 4.0.0 milestone Sep 15, 2026
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

Successfully merging this pull request may close these issues.

Playwright browser context stops validating certificates as soon as a proxy is configured

1 participant