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

feat(encryption): support rediss:// connection strings #10

Merged
merged 1 commit into from
Feb 2, 2020
Merged

feat(encryption): support rediss:// connection strings #10

merged 1 commit into from
Feb 2, 2020

Conversation

logandavis
Copy link
Contributor

Previously, combee would fail to connect when given a rediss:// connection string for a TLS-enabled instance. This commit adds support for such connection strings. Support for these has apparently not yet been released upstream to the redis npm module. redis/node-redis#1484

Previously, combee would fail to connect when given a rediss://
connection string for a TLS-enabled instance. This commit adds
support for such connection strings. Support for these has apparently
not yet been released upstream to the redis npm module.
redis/node-redis#1484
@logandavis logandavis requested a review from ttacon January 31, 2020 00:25
Copy link
Owner

@ttacon ttacon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm surprised that this doesn't require the options being passed manually to the TLS object - neat!

@ttacon ttacon merged commit 91d9e72 into ttacon:master Feb 2, 2020
@ttacon
Copy link
Owner

ttacon commented Feb 2, 2020

Released as v1.4.0.

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

Successfully merging this pull request may close these issues.

2 participants