-
Notifications
You must be signed in to change notification settings - Fork 23
Doesn't work with puppeteer #4
Copy link
Copy link
Closed
Description
When I try to use till with curl, it works fine after install the cert, but when I specify the proxy with puppeteer:
(async () => {
const browser = await puppeteer.launch({
headless: false,
args: [
'--proxy-server=http://localhost:2933',
'--ignore-certificate-errors',
'--ignore-certificate-errors-spki-list '
],
});I get a err_ssl_version_or_cipher_mismatch error message on Chrome, using Windows 10.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels