support tls on redis url
See original GitHub issueExample :
rediss://:password@rediss:6400/1?rejectUnauthorized=false
https://www.iana.org/assignments/uri-schemes/prov/redis
Apparently named by analogy to HTTPS (RFC 2818), the rediss: URI scheme (yes, two "s"es, not a typo) has been used by some clients to designate RESP over TLS. Other than the usage of TLS, the rediss: URI scheme is not known to have any differences from the redis: URI scheme.
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
TLS | Redis
To run Redis test suite with TLS, you'll need TLS support for TCL (i.e. tcl-tls package on Debian/Ubuntu). Run ./utils/gen-test-certs.sh to generate a...
Read more >support tls on redis url · Issue #1268 - GitHub
I am against adding this. The reason is that it is not possible to add all tls options with the url. Therefore more...
Read more >How To Connect to a Managed Redis Instance over TLS with ...
redis -cli , the Redis command line interface, doesn't natively support connections over TLS, a cryptographic protocol that allows for secure ...
Read more >How to Use SSL/TLS With Redis Enterprise
Go to the Redis Enterprise Admin Web Console and enable TLS on your database: Edit the database configuration. Check TLS.
Read more >Configuring Redis TLS - Atomic Spin
Three Steps to Redis TLS Locally · 1. Generating Certificates and Keys. Run this script, from Redis, in your terminal to generate the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Seems like there was enough interest in this feature for me to reconsider this.
This was partially solved via https://github.com/NodeRedis/node_redis/pull/1282
@BridgeAR It remains unreleased, any hope for a release soon?