Andor Molnar created HBASE-28777: ------------------------------------ Summary: mTLS client hostname verification doesn't work with OptionalSslHandler Key: HBASE-28777 URL: https://issues.apache.org/jira/browse/HBASE-28777 Project: HBase Issue Type: Bug Components: rpc Affects Versions: 3.0.0-beta-1 Reporter: Andor Molnar Assignee: Andor Molnar
Netty's OptionalSslHandler cannot carry hostport information to SslEngine, hence HBASE-27673 fixed the TLS-only case only. We need to have a custom handling for the plaintext-enabled TLS mode in order to support client hostname verification in that case too. -- This message was sent by Atlassian Jira (v8.20.10#820010)