You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "BewareMyPower (via GitHub)" <gi...@apache.org> on 2023/02/22 15:31:42 UTC

[GitHub] [pulsar-client-node] BewareMyPower commented on pull request #300: [fix] MacOS arm64 tls get certs failed.

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org