Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error connecting to redis over TLS #59

Open
foozmeat opened this issue Nov 23, 2022 · 2 comments
Open

Error connecting to redis over TLS #59

foozmeat opened this issue Nov 23, 2022 · 2 comments

Comments

@foozmeat
Copy link

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
Copy link
Owner

yukimochi commented Nov 23, 2022

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

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

@foozmeat
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants