我在Angular应用中使用protractor运行e2e测试,我代理了在公司网络下运行的后端请求链接,但我一直得到了 SELF_SIGNED_CERT_IN_CHAIN 错误;我已经尝试 webdriver-manager update --ignore_ssl, npm config set strict-ssl和 npm config set ca "" 有什么办法可以解决这个问题吗?
SELF_SIGNED_CERT_IN_CHAIN
webdriver-manager update --ignore_ssl
npm config set strict-ssl
npm config set ca ""