Has someone tried this with Redis service enabled with SSL #6040
Closed
akshayjain3450
started this conversation in
General
Replies: 1 comment
-
I tried this and it worked for me. So if you have an external redis service that has authentication(username and password), TLS enabled in that case your redis URL will look like this: rediss://username:password@host:port/database?ssl_cert_reqs=required&ssl_ca_certs=ca_cert_path&ssl_keyfile=ssl_key_path&ssl_certfile=certfile_path If any issues you face with this do connect. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am not sure how to use settings.REDIS_URL with tls enabled redis. Need some help, how I can achieve this for passing certs.
Beta Was this translation helpful? Give feedback.
All reactions