You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: