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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
