yuz10 opened a new issue, #8205: URL: https://github.com/apache/rocketmq/issues/8205
### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I have searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/discussions) of this repository and believe that this is not a duplicate. - [X] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Runtime platform environment ubuntu ### RocketMQ version 5.2.1-snapshot ### JDK Version _No response_ ### Describe the Bug query messag by id fail after open tls ### Steps to Reproduce query message: ``` JAVA_OPT=-Dtls.enable=true bin/mqadmin queryMsgByuniqueKey -n localhost:9876 -t topic -i 644F006A17637B8C77617F487C310002 ``` works fine without `JAVA_OPT=-Dtls.enable=true` ### What Did You Expect to See? query msg success ### What Did You See Instead? query msg fail ### Additional Context happens after https://github.com/apache/rocketmq/issues/7757 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
