BewareMyPower opened a new pull request, #429:
URL: https://github.com/apache/pulsar-client-cpp/pull/429

   ### Motivation
   
   Currently when `tlsTrustCertsFilePath` is not specified, default locations 
of CA certificates will be used. However, these paths are determined by the 
compile option when building OpenSSL and they are invisible to users. If the OS 
uses a different path, the TLS connection will fail with no helpful error 
message.
   
   References:
   - https://www.openssl.org/docs/man3.3/man3/X509_get_default_cert_file.html
   - 
https://www.openssl.org/docs/man3.3/man3/SSL_CTX_set_default_verify_paths.html
   - 
https://www.boost.org/doc/libs/1_83_0/doc/html/boost_asio/reference/ssl__context/set_default_verify_paths/overload2.html


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