BewareMyPower commented on PR #300:
URL: 
https://github.com/apache/pulsar-client-node/pull/300#issuecomment-1441304238

   > export CURL_CA_BUNDLE="/etc/ssl/cert.pem"
   
   It does not work because this environment variable only works for the `curl` 
binary. The libcurl library does not read the environment variable for CA cert 
store.
   
   I didn't verify `SSL_CERT_DIR` yet, but there is no reason that the 
libopenssl library will read this environment variable. Even yes, it only 
specifies the directory, the cert file name could be different. For example, 
it's `ca-certificates.crt` on Ubuntu and `ca-bundle.crt` on CentOS.


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