plugin-QueuedTracking icon indicating copy to clipboard operation
plugin-QueuedTracking copied to clipboard

TLS connexion for Redis

Open FlorentPoinsaut opened this issue 6 years ago • 2 comments
trafficstars

Hi,

It would be great that this plugin support TLS connexion between the client and the Redis server. With the ability to set the CA, certificate and key file :-) Per example, to be compliante with Redis Labs solutions.

Thanks in advance.

Regards,

FlorentPoinsaut avatar May 21 '19 13:05 FlorentPoinsaut

A user asked for this today.

Apparently TLS is the only way to connect with some popular services. In this case the user wants queued tracking to connect to AWS ElasticCache Serverless which is TLS only.

atom-box avatar May 15 '24 12:05 atom-box

Hi @atom-box . Has the customer tried prepending tls:// to the Redis host or unix socket field in the setup? As far as I can tell by looking at the library documentation example, that should work if the certificate is setup on the server. image

snake14 avatar May 15 '24 21:05 snake14

That worked! Thanks @snake14

atom-box avatar Jun 06 '24 14:06 atom-box

Hi @FlorentPoinsaut . It looks like my suggestion of adding tls:// to the host URL works. It does require that you have the certificate setup on your server. Is that sufficient or would you like to keep this issue open?

snake14 avatar Jun 06 '24 21:06 snake14

Fixed with #241

AltamashShaikh avatar Jun 26 '24 03:06 AltamashShaikh

Hello, I don't have this configuration any more, but thanks all the same for your work! Thank you very much,

FlorentPoinsaut avatar Jun 26 '24 06:06 FlorentPoinsaut