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
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.