Hello everyone.
I've met some problems when I run 'runtest --tls' scripts.
Here is my OS version
redis version : redis-6.0.6 I use ' make BUILD_TLS=yes.'
openssl version is :
when i run
Is there any requirement that my env didn't meet?
Comment From: oranagra
did you do yum -y install tcltls ?
like we do here:
https://github.com/redis/redis/blob/d10b2f3173ebfcc673d4ec36efef512802e3a535/.github/workflows/daily.yml#L133
maybe the docs at https://github.com/redis/redis/blob/unstable/TLS.md should be improved.
Comment From: 01-dotcom
ok. thx, I run "yum -y install tcltls", that err was gone!