How to set up a Docker redis container with ssl

前端 未结 1 478
傲寒
傲寒 2021-01-17 03:55

I\'m following this tutorial.

In my case I am operating in a Docker environment, and I have a secured site (i.e. https://localhost). which requires secured ssl commu

相关标签:
1条回答
  • 2021-01-17 04:35

    Redis doesn't provide SSL by itself, you have to do it yourself. There's an in-depth post about it which you can read and follow. Or, if you want to use a Dockerized solution, you can use ready images like this one or this one. When it comes to setting up Celery to work with Redis over SSL, just follow the documentation.

    0 讨论(0)
提交回复
热议问题