spring-projects / spring-projects/spring-data-redis
Add support for configuring Jedis `SslOptions`
Open
Nobody has claimed this yet.
type: enhancement
- Dominant language
- Java
- Stars
- 1.9k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
We do support SslSocketFactory, HostnameVerifier, and SslParameters and for consistency, we should also support SslOptions for easier trust material configuration.
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
The issue identifies existing support for SslSocketFactory, HostnameVerifier, and SslParameters, and asks for Jedis SslOptions support. Start by tracing those existing configuration entry points and their tests; done means SslOptions can configure trust material consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, redis
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100