Activity-Relay icon indicating copy to clipboard operation
Activity-Relay copied to clipboard

Error connecting to redis over TLS

Open foozmeat opened this issue 2 years ago • 2 comments

I'm using digital ocean and their redis server requires TLS. I receive an EOF error from the worker when using a rediss:// URL. Is this supported?

foozmeat avatar Nov 23 '22 04:11 foozmeat

REDIS_URL supports rediss://<username>:<password>@<hostname>:<port> style.

receive EOF may mean that you are missing username and password.

yukimochi avatar Nov 23 '22 07:11 yukimochi

My REDIS_URL definitely contains the username and password. Is there a way to increase the log level to get more info?

foozmeat avatar Nov 23 '22 18:11 foozmeat