You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The key and trust store type should default to "JKS" if not specified explicitly
Add support to create new instances with key and trust store type via an all-args constructor, or via the builder; existing constructors should be updated to set the default key/trust store type to "JKS"
This originated from discussion #935 (Enhancements to SSL/TLS configuration and context classes)
The text was updated successfully, but these errors were encountered:
* Support trustStoreType in SSLContextConfiguration (#936)
* Support trustStoreType in SecureEndpointsConfiguration (#937)
* Support key and trust store type in SimpleSSLContextFactory (#938)
* Support trustStoreType in TlsContextConfiguration (#939)
Closes#936Closes#937Closes#938Closes#939
keyStoreType
trustStoreType
This originated from discussion #935 (Enhancements to SSL/TLS configuration and context classes)
The text was updated successfully, but these errors were encountered: