zhanxuefeng opened a new issue, #4273: URL: https://github.com/apache/rocketmq/issues/4273
RocketMQ version: 4.9.3 enableDLegerCommitLog=true I set -Dtls.enable=true -Dtls.server.mode=enforcing -Dtls.config.file=C:\Software\rocketmq-4.9.2\conf\tls.properties in BrokerStartup command line, but DLedgerRpcNettyService can not communicate with each other. I notice that in DLedgerRpcNettyService, a NettyRemotingServer(remotingServer) was build with a new NettyServerConfig, and a NettyRemotingClient(remotingClient) was build with a new NettyClientConfig, but remotingServer load the tls conf(tls.server.mode) from system propeties and remotingClient load the tls conf(useTLS) from NettyServerConfig which is default false and can not set, so remotingServer is tls enabled but remotingClient is not enabled. -- 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]
