Helper for fetching ssl certificates
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 4
- Forks
- 4
- Avg merge
- 9h 26m
- Merged PRs (30d)
- 1
Description
While exploring real black-box testing with federated servers, I encountered the issue, that our container runs with self-signed certificates.
This is an issue when wanting to setup federated sharing, as the self-signed root certificate is not known to the owncloud trying to open a ssl connection.
Ref: https://github.com/owncloud/core/pull/32413
We could establish a helper, from which we could fetch the ssl certificate.
Contributor guide
No contributing guide indexed for this repository
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 by reviewing the testing repository and the referenced ownCloud core pull request #32413 to understand the federated SSL setup and how self-signed certificates are encountered. Define the helper's expected inputs and output before implementing it; done should mean it can fetch a certificate for use by the testing environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100