BewareMyPower commented on PR #300: URL: https://github.com/apache/pulsar-client-node/pull/300#issuecomment-1440261986
I agree that we might need to add a simple check in CI. I'm not sure if this fix works. Because the SSL handshake error was reported from Boost, not libcurl. I think we need to make Boost depend on a correct OpenSSL to get default verify paths via the `set_default_verify_paths` method: https://github.com/apache/pulsar-client-cpp/blob/92c182acf7d1212218cb67e315656a23ee32a904/lib/ClientConnection.cc#L216 -- 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]
