sassoftware / ci360-download-client-python

ci360 data download client program using Python
Apache License 2.0
14 stars 11 forks source link

Problem with SSL certificates #12

Open KamilsasKmiec opened 1 year ago

KamilsasKmiec commented 1 year ago

Hi,

While trying to run the agent, our customer got an error:

error executing <function getSchema at 0x7feabe96a660>

exception HTTPSConnectionPool(host='ci-360-deployment-prod-eu-west-1.s3.eu-west-1.amazonaws.com', port=443): Max retries exceeded with url: /CodeDeploy/release/pipeline/Infra/mkt-infra-orchestration/0.0.1-2789b65/discover/metadata/detail_schema_v4.json?X-Amz-Security-Token= (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)')))

The certifi module is up to date. I was verifying the issue and I'm not sure if I have to modify the agent's code or if it its a problem with VM/proxy configuration. Have you ever encoutered a similar problem?

Best regards, Kamil Kmieć