Closed
Description
Description
New redis transport for messages works great, unfortunately it appears it has no TLS/SSL support.
Example
If we would pass DNS string rediss://xxxx/messages
we would get an error: "No transport supports the given Messenger DSN "rediss://xxxx/messages"
.
I propose implementing TLS/SSL support similar to predis , where rediss
would be an alias for tls
protocol.