Cm_Cache_Backend_Redis icon indicating copy to clipboard operation
Cm_Cache_Backend_Redis copied to clipboard

Can't connect over TLS

Open waynetheisinger opened this issue 4 years ago • 3 comments

Use Case

I want to use Digital Ocean's Redis cluster but they are running over TLS

Problem

Server doesn't expect tls:// as its protocol and there is no xml node to set that you need TLS

waynetheisinger avatar Apr 24 '20 07:04 waynetheisinger

I'll try and work on this - stop me if I'm missing something obvious to you, like an undocumented way of doing this.

waynetheisinger avatar Apr 24 '20 07:04 waynetheisinger

PR #157 adds TLS support, it has been supported in a later version of the library this code uses.

Xon avatar Apr 24 '20 09:04 Xon

Doh! always upgrade to most recent before adding issues... when will I learn...

Mind you, if it's the library I might still need to do some plumbing... thanks for the heads up

waynetheisinger avatar Apr 24 '20 09:04 waynetheisinger