How to check if Redis server is correctly connected and running when starting TLS server.
Startnn.sh generates the following error when launching Intel® TLS server:
Cannot connect to rediss:<localhost> Error 111: Connected to <localhost>. Connection Refused...
The error is due to the redis server not being started or connected to properly.
Run the following command to check the status of the redis server:
sudo service redis-server status
If the server is not running, restart it by running the following command:
sudo service redis-service restart