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
Wave 2 — depends on: SSL config & context foundations (#3796), server pipeline integration (#3792).
NettyClient — builds a client SslContext once when client.security.ssl.enabled=true.
ServerConnection.establishConnection — adds SslHandler at the pipeline head, configures hostname verification (client.security.ssl.endpoint.identification.algorithm, default https) using the target host/port.
Search before asking
Description
Part of #3786 (FIP-29: (m)TLS Support).
Wave 2 — depends on: SSL config & context foundations (#3796), server pipeline integration (#3792).
NettyClient— builds a clientSslContextonce whenclient.security.ssl.enabled=true.ServerConnection.establishConnection— addsSslHandlerat the pipeline head, configures hostname verification (client.security.ssl.endpoint.identification.algorithm, defaulthttps) using the target host/port.TlsDataPathITCase— end-to-end client↔server data-path test (append/scan) over TLS, verifying the zero-copy fallback path from [TLS] Wire TLS encryption into the server Netty pipeline #3792.Depends on: SSL config & context foundations (#3796), server pipeline integration (#3792).
Estimated diff size: ~330 lines.
Willingness to contribute