Pre-check

  • [X] I am sure that all the content I provide is in English.

Search before asking

  • [X] I had searched in the issues and found no similar issues.

Apache Dubbo Component

Java SDK (apache/dubbo)

Dubbo Version

Dubbo java 3.2.6 openjdk21 centos7

Steps to reproduce this issue

The sample code dubbo samples SSL on the official website can reproduce

What you expected to happen

There is an issue with the one-way authentication code

Anything else

No response

Are you willing to submit a pull request to fix on your own?

  • [X] Yes I am willing to submit a pull request on my own!

Code of Conduct

Comment From: zcmm1314

证书使用的是样例代码自带的。java启动命令也是用的样例代码中的。服务端报如下错误 Apache Dubbo [Bug] The sample code dubbo samples SSL on the official website cannot pass one-way authentication, but can be executed normally with two-way authentication configuration

Comment From: mitpjones

Hi,

I was also able to reproduce this issue. I also tried swapping out the certificates for ones specific to our domain.

I presume the implications of this mean that TLS support for Dubbo is currently not possible.

Regards,

Tim