sassoftware / sassoftware/ci360-download-client-python

Problem with SSL certificates

Open
#12 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
17
Forks
11
PR merge metrics
No merged PRs in 30d

Description

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ć

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the agent's getSchema entry point and the HTTPS request to the S3 URL shown in the report. Determine whether the certificate verification failure is reproducible in the agent or depends on the VM/proxy configuration; done means identifying the responsible layer and documenting the required next step.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.