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

Ignore HTTPS errors when over proxy (or security services) #78

Open
mattia-maggioli opened this issue Aug 30, 2022 · 1 comment
Open

Comments

@mattia-maggioli
Copy link

When the machine running fast-cli is behind an http/https proxy, fast-cli returns the error

› net::ERR_CERT_AUTHORITY_INVALID at https://fast.com

If I change line 54 of api.js to include --ignore-certificate-errors then fast-cli returns the error

› Evaluation failed: TypeError: Cannot read properties of null (reading
  'textContent')
      at __puppeteer_evaluation_script__:5:44

Would be great to add a flag to ignore https errors so that fast-cli can be used also with proxies or security services that inspect http/https traffic. Thanks!

@mattia-maggioli mattia-maggioli changed the title Ignore HTTPS errors (for example when going through proxy) Ignore HTTPS errors when over proxy (or security services) Aug 31, 2022
@zioalex
Copy link

zioalex commented Jan 11, 2023

@mattia-maggioli what did you change?
What be great to have this capability.

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