ivankelly opened a new pull request #4216: Use certifi cert collection for TLS 
in python client
URL: https://github.com/apache/pulsar/pull/4216
 
 
   The python library is built using a statically linked pulsar
   library. Since it is statically linked, the paths for the default
   certificates are hard coded and likely wrong on most platforms the
   python client runs on.
   
   This patch changes the python library to pull a set of certs from
   certifi, which is then uses as the trust store if the no trust cert is
   specified. For C++, if the trust cert is unspecified, SSL defaults are
   used. This should work fine for C++ if a shared library is being used.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to