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

fix: Enable connecting to Redis with the rediss:// (SSL/TLS) with a s… #57

Merged
merged 3 commits into from
Jul 23, 2023

Conversation

joeyguerra
Copy link
Member

…elf-signed cert.

By setting the following environment variables:

REDIS_URL = rediss://localhost:6379 (or whatever the host is) REDIS_REJECT_UNAUTHORIZED = 'false'

fixes #43

…elf-signed cert.

By setting the following environment variables:

REDIS_URL = rediss://localhost:6379 (or whatever the host is)
REDIS_REJECT_UNAUTHORIZED = 'false'

fixes #43
…_URL like redis.sock?key-prefix and localhost:6379/key-prefix
@joeyguerra joeyguerra merged commit a7f7f4a into main Jul 23, 2023
@joeyguerra joeyguerra deleted the reject-unauthorized branch July 23, 2023 23:42
@github-actions
Copy link

🎉 This PR is included in version 1.1.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Enable redis SSL/TLS authentication
1 participant