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

[GitHub] [pulsar-client-cpp] shibd commented on issue #184: [Bug] OAuth2 authentication failed

shibd commented on issue #184:
URL: https://github.com/apache/pulsar-client-cpp/issues/184#issuecomment-1420909521

   Nice catch! Node.js 1.8.0 [oauth2 auth failed](https://github.com/apache/pulsar-client-node/issues/281) is the same as this.
   
   > When it's built from source, the default path of the CA cert is detected automatically and determined by the OS. e.g. the Python wheels for Linux are built on manylinux2014 images, the bundled path is /etc/pki/tls/certs/ca-bundle.crt. You can see the path from any workflow [here](https://github.com/apache/pulsar-client-python/actions/runs/4070977203/jobs/7014442726):
   
   I checked cross-compile logs on the macOS system, and the `cert bundle` and `path` is not set on arm64.
   
   <img width="2301" alt="image" src="https://user-images.githubusercontent.com/33416836/217278793-1908c5e2-e882-4c61-8788-b6a57a023af5.png">
   
   I'll use your PR to verify if this can be fixed.
   


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