hongzhi-gao opened a new pull request, #17973:
URL: https://github.com/apache/iotdb/pull/17973

   
   ### Description:
   
   Default WITH_SSL/with.ssl to ON so the C++ client and CI build with SSL.
   Bundle the linked OpenSSL shared libs into the package lib/ so the SDK is 
self-contained.
   Pin OpenSSL to 1.x: Thrift 0.21 doesn't compile against 3.x. find_package 
accepts only 1.x (ignores 3.x); otherwise builds 1.1.1w from source. CI 
installs OpenSSL 1.1.1 accordingly.
   On Windows, pin the OpenSSL import libs to the top-level 
lib/libssl.lib/libcrypto.lib to avoid a 3.x/1.1 mixed-install link failure 
(SSL_get_peer_certificate).


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

Reply via email to