nodece commented on issue #22125:
URL: https://github.com/apache/pulsar/issues/22125#issuecomment-2017075169
You are right, when the broker disconnects the client connection, and then
the client will reconnect to the broker, at this point, the client uses the new
TLS certificate to establish the connection to the broker.
The token/basic and TLS auth are different behaviors, token/basic
authentication data can independently send to the broker, TLS authentication is
obtained from TLS session after establishing a connection, that's also why we
need to disconnect the client connection.
--
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]