BewareMyPower commented on PR #300: URL: https://github.com/apache/pulsar-client-node/pull/300#issuecomment-1442726605
> I'm wondering if we can get the default CA cert bundle location via the Node.js code and then set it as the default tlsTrustCertsFilePath config? Eventually I found Python client fixes this issue with the same way: https://github.com/apache/pulsar-client-python/blob/9b3c55f17adfe6b5a3fa7b016c94d687338c54da/pulsar/__init__.py#L458-L460 Node.js client also provides [an API](https://nodejs.org/api/tls.html#tlsrootcertificates) to use its bundled certificates, instead of using system's certificates. After discussing with @shibd, we're going to adopt this way. So I closed this PR first. After all, we can verify the release by following https://lists.apache.org/thread/xj9ypz8lnoxwgjgks7lsz3hxwvnw5kww -- 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]
