Python – Redis – Securing connection with openssl



Python – Redis – Securing connection with openssl

Python - Redis - Securing connection with openssl

Check out my guide as to how to secure your redis server and use SSL to encrypt the traffic. The extra module we use is the ‘stunnel’ and its really easy to use and install. Its a must have in production environments.

Github: https://github.com/r3ap3rpy/python/blob/master/redisser/securing.py
Patreon: https://www.patreon.com/r3ap3rpy
Stunnel: https://www.stunnel.org/

Comments are closed.