zergduan commented on issue #4527: URL: https://github.com/apache/rocketmq/issues/4527#issuecomment-1171171843
关于上面的单项认证已经做了部分验证,以下是初步结论: 1. 单项认证+TLS+非TLS可以同时实现 2. producer、consumer是否开启TLS至于代码中的setUseTLS(true)有关,即使没有在JVM上使用tls.enable=true依然可以实现TLS(tcpdump抓包可见) 3. 似乎证书验证有bug,即使给producer、consumer提供错误的根证书(或者提供一个存在的根证书),依然不会报错,同时实现TLS -- 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]
