Ryan
02/02/2022, 5:12 PM--tls-skip-verify
for Redis instances? I see the option is available for MySQL, but it’s not listed in the docs for Redis. https://fleetdm.com/docs/deploying/configuration#rediskoo
02/02/2022, 5:18 PMredis_use_tls
option is the equivalent for Redis
https://fleetdm.com/docs/deploying/configuration#redis-use-tlsRyan
02/02/2022, 5:27 PM./tools/redis-tests/tlsconnect.go
utility, and the issue was the missing server_name parameter.
https://fleetdm.com/docs/deploying/configuration#redis-tls-server-name
Now the weird behaviour - if I try to set that parameter using the fleet.yml config file with the key server_name
in the redis
section, it doesn’t work.
But if I set it using the environment variable FLEET_REDIS_TLS_SERVER_NAME
then it works.
Is this a bug?tls_server_name
in fleet.yml and it works! 😅koo
02/02/2022, 5:33 PMMichael Thomas
02/03/2022, 5:00 AMRyan
02/03/2022, 11:10 AM