TlsConfigProvider should support everything in TlsContextConfiguration #268
Unanswered
sleberknight
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The things we do support:
protocol
keyStorePath
keyStorePassword
keyStoreType
trustStorePath
trustStorePassword
trustStoreType
verifyHostname
disableSniHostCheck
supportedProtocols
supportedCiphers
(as of v2.2.0)The things we do not support :
certAlias
keyStoreProvider
provider
supportedCiphers
trustSelfSignedCertificates
trustStoreProvider
It might be a good idea to support everything. On the other hand, we've never needed any of the things we don't support, so is it worth adding it just because we might at some point need it? Or is it better to add if and when we need it?
Beta Was this translation helpful? Give feedback.
All reactions