colinmollenhour / Cm_Cache_Backend_Redis

A Zend_Cache backend for Redis with full support for tags (works great with Magento)
Other
390 stars 142 forks source link

Can't connect over TLS #156

Open waynetheisinger opened 4 years ago

waynetheisinger commented 4 years ago

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 commented 4 years ago

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

Xon commented 4 years ago

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

waynetheisinger commented 4 years ago

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