Not able to start redis 7.2.0 using the TLS1.2
build the redis-7.2.0 using docker and created a .deb file to run in ubuntu 22.0
To reproduce
once the redis is installed in linux, try to start the redis server with TLS version as TLS 1.2V Server will be core dumped with Segmentation Fault error.
Redis server should start with TLS V1.2
As the redis is working with TLS 1.2 we are expected to work for TLS 1.3
following data contains the error: redis.service: Service hold-off time over, scheduling restart. redis.service: Scheduled restart job, restart counter is at 5. Stopped Redis In-Memory Data Store. redis.service: Start request repeated too quickly. redis.service: Failed with result 'core-dump'. Failed to start Redis In-Memory Data Store.
Comment From: yossigo
@Raswitha Do you have a stack trace in the log file? It's hard to tell without it, but you may run into issues of compatibility with different OpenSSL libraries. You should also consider installing an official binary package, at least as a way to rule out a local build issue.