yantadeu / rancher-deploy-action

Action do deploy (redeploy) image on Rancher
14 stars 13 forks source link

SSL Verification Failed #1

Open baljit92 opened 3 years ago

baljit92 commented 3 years ago

Hi,

I have a Rancher cluster up and running with a self-signed certificate. I believe due to this I get the following error when I use the Rancher Action for deployment. Is it possible to run this action with SSL turned off?

HTTPSConnectionPool(host='phoebe-acai.pdl.local.cmu.edu', port=443): Max retries exceeded with url: /v3/projects (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)')))

yantadeu commented 3 years ago

Hello @baljit92 I will create a release with this option.

kangruii commented 3 years ago

yeah, I got the same error for the same reason