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/30 11:12:29 UTC

[GitHub] [pulsar] Jennifer88huang commented on issue #8963: NullPointerException Thrown Trying to Auth Client

Jennifer88huang commented on issue #8963:
URL: https://github.com/apache/pulsar/issues/8963#issuecomment-752420987


   @evfurman and @Chickenzilla Thanks for raising the issue. We should write it more clear in the doc.
   - Just as @BewareMyPower said, `tlsEnabled` is deprecated, you can use  `webServicePortTls` and `brokerServicePortTls` instead, see [configuration reference: tlsEnabled](https://pulsar.apache.org/docs/en/reference-configuration/).
   - To solve your current issue, I've add the `tlsRequireTrustedClientCertOnConnect` configuration and usage in #9095, hope it helps you. Any further issue, feel free to comment in this PR.
   - When checking the issue here, I went through your steps and found that it's not easy to find all needed info at one place for the TLS content, I'll  make a plan and further improve this part later.


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