You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/08 07:03:15 UTC

[GitHub] [pulsar] RobertIndie commented on issue #17097: [Bug] python use tls connect error

RobertIndie commented on issue #17097:
URL: https://github.com/apache/pulsar/issues/17097#issuecomment-1240309820

   I find that we are already using the OpenSSL 1.1.1n in the 2.10.1: https://github.com/apache/pulsar/blob/0702b51ce09cc99044f4110e6bf98e82a0e86283/pulsar-client-cpp/docker/manylinux2014/Dockerfile#L59. But the released python wheels still using the OpenSSL1.1.0j. I think there may be a problem during the release process. I have created a PR to fix it: https://github.com/apache/pulsar/pull/17536
   
   > Can you compile the pulsar client without OpenSSL so that the client can dynamically connect to OpenSSL?
   
   You can check here for the context: https://github.com/apache/pulsar/blob/0702b51ce09cc99044f4110e6bf98e82a0e86283/pulsar-client-cpp/docker/manylinux2014/Dockerfile#L45-L48


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