[ https://issues.apache.org/jira/browse/HBASE-29553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18016748#comment-18016748 ]
Istvan Toth edited comment on HBASE-29553 at 8/28/25 10:36 AM: --------------------------------------------------------------- Commited to master and branch-3. (Original patch was not backported to 2.x) Thanks for the review [~psomogyi]. was (Author: stoty): Commited. Thanks for the review [~psomogyi]. > TestMutualTlsServerSide failure since allowing TLSv13 > ----------------------------------------------------- > > Key: HBASE-29553 > URL: https://issues.apache.org/jira/browse/HBASE-29553 > Project: HBase > Issue Type: Bug > Components: security, test > Affects Versions: 3.0.0-beta-2 > Reporter: Istvan Toth > Assignee: Istvan Toth > Priority: Major > Labels: pull-request-available > Fix For: 3.0.0-beta-2 > > > For some reason, an extra > org.apache.hbase.thirdparty.io.netty.handler.codec.DecoderException is > present in the Exception chain if we allow TLSv13. > {quote} [ERROR] > org.apache.hadoop.hbase.security.TestMutualTlsServerSide.testClientAuth[187: > caKeyType=EC, certKeyType=EC, keyPassword=pa$$w0rd, > validateClientHostnames=false, testCase=false, > clientAuthMode=NON_VERIFIABLE_CERT] Time elapsed: 0.058 s <<< FAILURE! > java.lang.AssertionError: > > Expected: an instance of javax.net.ssl.SSLHandshakeException > but: <java.io.IOException: Call to address=localhost:45861 failed on > local exception: java.io.IOException: > org.apache.hbase.thirdparty.io.netty.handler.codec.DecoderException: > javax.net.ssl.SSLHandshakeException: Received fatal alert: > certificate_unknown> is a java.io.IOException > at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) > at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8) > at > org.apache.hadoop.hbase.security.AbstractTestMutualTls.testClientAuth(AbstractTestMutualTls.java:218){quote} > -- This message was sent by Atlassian Jira (v8.20.10#820010)