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

'rediss//' does not work (double 'ss' for TLS) #121

Closed
karlismea opened this issue Mar 26, 2024 · 1 comment · Fixed by #130
Closed

'rediss//' does not work (double 'ss' for TLS) #121

karlismea opened this issue Mar 26, 2024 · 1 comment · Fixed by #130
Labels
enhancement New feature or request

Comments

@karlismea
Copy link

TLS support missing. Can't deploy it in AWS where TLS is enforced for ElasticCache Redis.

https://github.com/cupcakearmy/cryptgeon/blob/19bf1556531c5e6752ad670978909923e73c6753/packages/backend/Cargo.toml#L25C1-L25C14

Should be

redis = { version = "0.23.0", features = ["tls"] }

Today

redis = 0.23
@cupcakearmy
Copy link
Owner

Thanks for opening the issue, makes total sense.

According to the package:

Deprecation Notice: If you were using the tls or async-std-tls-comp features, please use the tls-native-tls or async-std-native-tls-comp features respectively.

redis = { version = "0.25.2", features = ["tls-native-tls"] }

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

Successfully merging a pull request may close this issue.

2 participants