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
When an ssl_keystore_path and ssl_keystore_password are provided, the plugin is using the JksSslBuilder to construct the Netty's SslContext. This builder is incomplete and needs to be fixed to behave the same as the SslSimpleBuilder (used for ssl_ceritificate, ssl_key).
Issues that need to be addressed:
It's using the ssl_keystore_path certificate file as keystore and truststore
All the others ssl_ settings are being ignored and are not working, including client authentication, protocols and cipher suites settings.
When an
ssl_keystore_path
andssl_keystore_password
are provided, the plugin is using the JksSslBuilder to construct the Netty'sSslContext
. This builder is incomplete and needs to be fixed to behave the same as theSslSimpleBuilder
(used forssl_ceritificate
,ssl_key
).Issues that need to be addressed:
ssl_keystore_path
certificate file askeystore
andtruststore
ssl_
settings are being ignored and are not working, including client authentication, protocols and cipher suites settings.Spike branch: undeprecate-keystore
The text was updated successfully, but these errors were encountered: