I am trying to use the SmartProxyPlugin with puppeteer and I get the error: net::ERR_CERT_AUTHORITY_INVALID at https://www.cvs.com I have already installed the certs using the zyte docs, and a curl request works fine.
Example curl format curl --proxy proxy.crawlera.com:8011 --proxy-user MY_USER_ID: --compressed -X POST -H "Content-Type: application/octet-stream" --data foo https://httpbin.org/anything | jq .data
I am trying to use the SmartProxyPlugin with puppeteer and I get the error:
net::ERR_CERT_AUTHORITY_INVALID at https://www.cvs.com
I have already installed the certs using the zyte docs, and a curl request works fine.Example curl format
curl --proxy proxy.crawlera.com:8011 --proxy-user MY_USER_ID: --compressed -X POST -H "Content-Type: application/octet-stream" --data foo https://httpbin.org/anything | jq .data
packages installed
CERT VERIFICATION
CODE