0

Secure connection to redis container through Ngnix using SSL using RDM

Please refer this question for details. I have exact same scenario and unable to achieve using nginx or stunnel.

Below is the issue with Nginx.

Error

When I call from browser redis is blocking, so SSL is working fine. But when I am connecting through redis-cli, I am getting below error.

Error

Below is the issue with Stunnel.

Stunnel

I see peer is getting disconnected for some reason.

Bhanu Reddy
  • 205
  • 3
  • 12

1 Answers1

0

I have just answered in that post. The key pointed is to add your self-signed to trusted store.

enter image description here

For more details, please refer to my answer to previous question. Duo to the forum policy, I cannot add the same answer here.

Jack Jia
  • 5,268
  • 1
  • 12
  • 14