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 2022/03/18 08:46:56 UTC

[GitHub] [pulsar] asardaes edited a comment on issue #14733: TrustManagerProxy will not load a file with multiple certificates correctly

asardaes edited a comment on issue #14733:
URL: https://github.com/apache/pulsar/issues/14733#issuecomment-1072191081


   I don't have one, the client is created using `org.apache.pulsar.client.admin.PulsarAdminBuilder` and setting `tlsTrustCertsFilePath`. Note that the client is used by the Flink-Pulsar connector, and it seems that it also uses `org.apache.pulsar.client.impl.AuthenticationUtil#create` under the hood to instantiate `org.apache.pulsar.client.impl.auth.AuthenticationTls`. In the end, I think the important bit is that `AsyncHttpConnector` is used, and that calls `SecurityUtility#createNettySslContextForClient`.


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

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