Skip to content

[Cache] TLS support on RedisTrait #40224

Closed
@c-lambert

Description

@c-lambert

Hello,

rediss:// DSL scheme is for TLS connexion to Redis Server.
You support rediss keyword but not TLS connexion.

https://github.com/predis/predis

$client = new Predis\Client('tls://127.0.0.1');

https://github.com/phpredis/phpredis

$redis->connect('tls://127.0.0.1', 6379); // enable transport level security.

When i use rediss:// scheme, the Redis connection still use tcp scheme.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions