yukimochi / Activity-Relay

Yet another powerful customizable ActivityPub relay server written in Go.
https://relay.toot.yukimochi.jp/
GNU Affero General Public License v3.0
278 stars 39 forks source link

Error connecting to redis over TLS #59

Open foozmeat opened 1 year ago

foozmeat commented 1 year ago

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?

yukimochi commented 1 year ago

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

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

foozmeat commented 1 year ago

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