Skip to content

Provide an SSLSocketFactoryFactoryBean #547

Open
@marschall

Description

@marschall

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
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions