You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
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
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!
The text was updated successfully, but these errors were encountered: