Activity-Relay
Activity-Relay copied to clipboard
Error connecting to redis over TLS
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?
REDIS_URL supports rediss://<username>:<password>@<hostname>:<port>
style.
receive EOF may mean that you are missing username and password.
My REDIS_URL definitely contains the username and password. Is there a way to increase the log level to get more info?