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 2019/08/15 15:16:08 UTC

[GitHub] [pulsar] xixiss edited a comment on issue #4560: when authentication enabled pulsar-admin topics list will fail for nonpersistent topics

xixiss edited a comment on issue #4560: when authentication enabled pulsar-admin topics list will fail for nonpersistent topics
URL: https://github.com/apache/pulsar/issues/4560#issuecomment-521677400
 
 
   i write these in broker.conf:
   brokerClientAuthenticationPlugin=org.apache.pulsar.client.impl.auth.AuthenticationTls
   brokerClientAuthenticationParameters=tlsCertFile:/root/my-ca/broker.cert.pem,tlsKeyFile:/root/my-ca/broker.key-pk8.pem
   brokerClientTrustCertsFilePath=/root/my-ca/certs/ca.cert.pem
   
   but it still fail with error code 401 when i  use pulsar-admin to  list topic.And the TLS is work well in other situation.

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


With regards,
Apache Git Services