ivankelly commented on a change in pull request #2188: client configuration on authentication page is out of date URL: https://github.com/apache/incubator-pulsar/pull/2188#discussion_r203435326
########## File path: site/docs/latest/security/tls.md ########## @@ -152,7 +152,7 @@ For more information on Pulsar client authentication using TLS, see the followin You'll need to add the following authentication parameters to that file to use TLS with Pulsar's CLI tools: ```properties -serviceUrl=https://broker.example.com:8443/ +webServiceUrl=https://broker.example.com:8443/ Review comment: Add brokerServiceUrl=pulsar+ssl://broker.example.com:6651/ also. pulsar-client needs it. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
