Skip to content

Doesn't work with puppeteer #4

@deoxykev

Description

@deoxykev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions