lizhanhui commented on issue #4527: URL: https://github.com/apache/rocketmq/issues/4527#issuecomment-1171858272
@zergduan I am the original designer and author of this feature. 1. Yes...It is designed to behave this way. 2. Have you configured the following Java options? -Dtls.server.need.client.auth=required -Dtls.server.trustCertPath=<path-to-your-ca-certs> See https://github.com/apache/rocketmq/blob/a62b70bc25423c1d7e18043e32af427d29ef9ac4/remoting/src/main/java/org/apache/rocketmq/remoting/netty/TlsHelper.java#L140 to inspect how server SslContext is constructed. -- 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]
