Open
Description
In order to more easily support custom TLS configuration provide an SSLSocketFactoryFactoryBean
that takes
- a truststore location
- a truststore type
- a truststore passphrase
- a keystrore location, optional
- a keystrore type, optional
- a keystrore passphrase, optional
- a list of cipher suites, optional
that then creates an SSLSocketFactory implementation class. This would require dynamically generating an SSLSocketFactory subclass but would offer the most convent interface for clients.
This is a follow up for #494
Metadata
Metadata
Assignees
Labels
No labels