antirez / disque

Disque is a distributed message broker
BSD 3-Clause "New" or "Revised" License
8.01k stars 538 forks source link

SSL/TLS support #176

Open eshujiushiwo opened 8 years ago

eshujiushiwo commented 8 years ago

Disque is awesome. But when i wanna deploy a cluster between different DC with GIP. can we set SSL/TLS in the configuration? Thanks

thibaultmeyer commented 8 years ago

It could be nice to have a built-in support of SSL/TLS.

@eshujiushiwo Meanwhile, you can use the following workaround: Set up a VPN connection between hosts

canardleteer commented 8 years ago

I would hate to see disque bogged down by SSL support.

stunnel is an option... And there are probably quite a few others like it.

benbro commented 6 years ago

Disque will be implemented as a Redis module. Redis is going to support TLS.