yao-wenbin opened a new pull request, #7050:
URL: https://github.com/apache/rocketmq/pull/7050
…tsSSLClient test case will throw TooLongFrameException
<!-- Please make sure the target branch is right. In most case, the target
branch should be `develop`. -->
### Which Issue(s) This PR Fixes
Fixes #7042
### Brief Description
In the disabled TLS mode Server, it will not reject the request directly and
then request contain SSL cert will cause TooLongFrameException in the
NettyDecoder.
more detail see #7042
### How Did You Test This Change?
To conform to the semantics of the disable mode, I test the change in two
case:
1. when server in disabled mode, then client send ssl request to server. and
then server will reject the request.
2. when server in disabled mode, then client send no auth request to
server. and then server will accept the request.
--
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]