-
Improvement
-
Resolution: Fixed
-
Minor
-
3.11.3, 4.1.4
-
MOODLE_311_STABLE, MOODLE_401_STABLE
-
MOODLE_403_STABLE
-
MDL-72622-redis-tls -
Redis v6 supports TLS connections, and this is the default setup for eg Azure Cache for Redis (disables access on port 6379, enables TLS connections on port 6380). The current Redis caching plugin makes an assumption that all connections are unsecured, and it would be good to support TLS where available.
Potential suggestion is to support the supply of `tls://`-prefixed hosts eg `tls://my-redis-server:6380`, which the Redis PHP extension supports out of the box.