You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/05/10 08:01:58 UTC

[GitHub] [rocketmq] zhanxuefeng opened a new issue, #4273: DLedgerRpcNettyService can not communicate with each other when tls enabled

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: dev-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] github-actions[bot] commented on issue #4273: DLedgerRpcNettyService can not communicate with each other when tls enabled

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4273:
URL: https://github.com/apache/rocketmq/issues/4273#issuecomment-1546773078

   This issue was closed because it has been inactive for 3 days since being marked as stale.


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] github-actions[bot] closed issue #4273: DLedgerRpcNettyService can not communicate with each other when tls enabled

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #4273: DLedgerRpcNettyService can not communicate with each other when tls enabled
URL: https://github.com/apache/rocketmq/issues/4273


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] github-actions[bot] commented on issue #4273: DLedgerRpcNettyService can not communicate with each other when tls enabled

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4273:
URL: https://github.com/apache/rocketmq/issues/4273#issuecomment-1542956453

   This issue is stale because it has been open for 365 days with no activity. It will be closed in 3 days if no further activity occurs.


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org