I am reading redis's TLS.md and found that it does not seem to match my needs. I hope to link redis with an openssl library (such as openssl-3.0.8), not libssl. Is this possible? I am When I read the related information, I didn't find the relevant instructions
Comment From: zuiderkwast
It should work.
Have you tried? Which make command line did you use and where is libssl.3.so located in your system?
If your OpenSSL is not installed in the default location, you may need to specify OPENSSL_PREFIX, such as make BUILD_TLS=yes OPENSSL_PREFIX=/opt/local or whatever.
Btw, what do you mean by "not libssl"? Libssl is part of OpenSSL. OpenSSL consists of libssl, libcrypto and the openssl command line tool.