massakam commented on a change in pull request #1921: Simplified authentication
wiht Python client lib
URL: https://github.com/apache/incubator-pulsar/pull/1921#discussion_r194593897
##########
File path: pulsar-client-cpp/python/pulsar_test.py
##########
@@ -114,6 +117,31 @@ def test_producer_consumer(self):
client.close()
+ def test_tls_auth(self):
+ certs_dir =
"../../../pulsar-broker/src/test/resources/authentication/tls/"
Review comment:
> .2018-06-11 17:40:12.319 ERROR ClientConnection:157 |
../../../pulsar-broker/src/test/resources/authentication/tls/cacert.pem: No
such trustCertFile
The path specification seems to be incorrect.
----------------------------------------------------------------
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