sorry-cypress / cy2

Integrate Cypress with alternative cloud services like Sorry Cypress or Currents
https://docs.sorry-cypress.dev/cypress-agent/cy2
GNU General Public License v3.0
32 stars 5 forks source link

adds ssl false configuration option to httpProxy createProxyServer co… #74

Closed Capocaccia closed 1 year ago

Capocaccia commented 1 year ago

…mmand

Cy2 will error if it is being redirected to a server that has a self signed certificate. Given the nature of this application, I dont see why Cy2 should care if the SSL certificate on the API server is a valid certificate therefore I have disabled this check by setting the configuration value "secure" to the value of "false".

https://github.com/sorry-cypress/cy2/tree/12140cde58df9bea079950ce03ae69ca83dc34c8/src/http-proxy#using-https