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
v2.1.4 introduced a new way of parsing the dsn via \Snc\RedisBundle\DependencyInjection\Configuration\RedisDsn. It seems to discard the rediss:// scheme which results in an dsn with the tcp:// scheme rather than the expected tls:// scheme.
We (me and @jankramer) already took a quick look on fixing it by setting the scheme in the RedisDsn and retrieving it later on when building the dsn but we would first like to hear if you have a prefered way of fixing this.
FYI: We are using the Predis client which, in contrary to PHPRedis, supports TLS
The text was updated successfully, but these errors were encountered:
v2.1.4 introduced a new way of parsing the dsn via
\Snc\RedisBundle\DependencyInjection\Configuration\RedisDsn
. It seems to discard therediss://
scheme which results in an dsn with thetcp://
scheme rather than the expectedtls://
scheme.We (me and @jankramer) already took a quick look on fixing it by setting the scheme in the
RedisDsn
and retrieving it later on when building the dsn but we would first like to hear if you have a prefered way of fixing this.FYI: We are using the Predis client which, in contrary to PHPRedis, supports TLS
The text was updated successfully, but these errors were encountered: