shibd commented on PR #300: URL: https://github.com/apache/pulsar-client-node/pull/300#issuecomment-1441270452
> In conclusion, it's a trade-off of the convenience to install the client without building the C++ add-on locally. Users could also solve this issue by copying the cert to a certain directory without any code change. Agreed, I think we try to match the system to the certification path. If it really doesn't work, the user can solve it by following ways: - Copy the certificate to the correct path - Setting the environment variable: ``` export SSL_CERT_DIR="/etc/ssl/" export CURL_CA_BUNDLE="/etc/ssl/cert.pem" ``` - Setting the `tlsTrustCertsFilePath ` configuration. This PR solves the problem with paths under MacOS, and I don't think we should block the release of 1.8.1. -- 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]
