We currently have the following Redis configuration:
$sugar_config['external_cache_disabled_redis'] = false; $sugar_config['external_cache_disabled'] = false; $sugar_config['external_cache']['redis']['host'] = 'redis-***.redis.cache.windows.net'; $sugar_config['external_cache']['redis']['password'] = '******'; $sugar_config['external_cache']['redis']['timeout'] = 2; $sugar_config['external_cache']['redis']['persistent'] = true; $sugar_config['cache']['backend'] = 'Sugarcrm\\Sugarcrm\\Cache\\Backend\\Redis';
Can the Redis host be updated to use tls:// (or rediss://) and the port changed to 6380?
We are looking for the exact steps required to enable and validate TLS for this configuration. The environment is using phpredis 6.0.2.
Specifically, please confirm:
• Whether Sugar supports specifying a TLS scheme in the Redis host value
• Any additional Redis or PHP configuration required to enable TLS
• Certificate or CA requirements, if applicable
• Any Sugar-specific changes needed beyond the Redis connection settings