carlvine500 opened a new pull request, #9770: URL: https://github.com/apache/rocketmq/pull/9770
### Which Issue(s) This PR Fixes Fixes #9769 ### Brief Description add tls.ciphers tls.procotols ### How Did You Test This Change? after deploy the nameserver/broker, use openssl command to check ciphers and protocols ``` openssl s_client -connect 127.0.0.1:9876 -tls1_2 -cipher ECDHE-RSA-AES256-GCM-SHA384 | egrep 'Cipher|Protocol' openssl s_client -connect 127.0.0.1:10928 -tls1_2 -cipher ECDHE-RSA-AES256-GCM-SHA384 | egrep 'Cipher|Protocol' openssl s_client -connect 127.0.0.1:10930 -tls1_2 -cipher ECDHE-RSA-AES256-GCM-SHA384 | egrep 'Cipher|Protocol' ``` test example pic: <img width="1350" height="251" alt="image" src="https://github.com/user-attachments/assets/0a55e0c1-a17c-46a4-a639-b9259a5d795e" /> -- 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]
