asardaes opened a new issue #14733:
URL: https://github.com/apache/pulsar/issues/14733


   I'm using an admin client configured with a cert/key pair file and a trusted 
certificate file, the latter of which is a bundle with multiple certificates. 
From what I can tell, the client is created with an instance of 
[`TrustManagerProxy`](https://github.com/apache/pulsar/blob/master/pulsar-common/src/main/java/org/apache/pulsar/common/util/TrustManagerProxy.java#L77),
 which uses `CertificateFactory#generateCertificate` (singular) instead of 
`CertificateFactory#generateCertificates` (plural) and thus doesn't load all 
certificates in the bundle.


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


Reply via email to