You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/12/18 20:24:30 UTC

[GitHub] [pulsar] eolivelli commented on a change in pull request #8998: Improve error handling when broker doesn't trust client certificates

eolivelli commented on a change in pull request #8998:
URL: https://github.com/apache/pulsar/pull/8998#discussion_r546073190



##########
File path: pulsar-broker-common/src/main/java/org/apache/pulsar/broker/authentication/AuthenticationDataCommand.java
##########
@@ -94,6 +96,7 @@ public boolean hasDataFromTls() {
         try {
             return sslSession.getPeerCertificates();
         } catch (SSLPeerUnverifiedException e) {
+            log.error("Failed to verify the peer's identity", e);

Review comment:
       Is there a way to log the remote address?




----------------------------------------------------------------
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.

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