Check certificate handling for SSL conection on Circle CI
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 137
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
General
- pyfar version: 0.5.1
Description
we load data in _sph_t_design_load_data using an unencrypted connection. The data is available under an encrypted connection, but the certificate needs to be loaded on Circle CI. Maybe this helps https://discuss.circleci.com/t/curl-certificate-problem-server-certificate-verification-failed/36211
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at _sph_t_design_load_data and inspect the Circle CI configuration and certificate guidance linked in the issue. Verify how the data is currently loaded, then make the encrypted connection work with the required certificate on Circle CI. Done means the data-loading path succeeds over SSL in that environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100