You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.