question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

support tls on redis url

See original GitHub issue

Example : 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:closed
  • Created 6 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

14reactions
BridgeARcommented, Jan 9, 2018

Seems like there was enough interest in this feature for me to reconsider this.

10reactions
calebboydcommented, Jul 9, 2018

This was partially solved via https://github.com/NodeRedis/node_redis/pull/1282

@BridgeAR It remains unreleased, any hope for a release soon?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found