KREDIS VARIATION:
# config/environments/production.rb
config.kredis.connector = lambda do |config|
Redis.new(config.with_defaults(ssl_params: { verify_mode: OpenSSL::SSL::VERIFY_NONE }))
end
derived from: https://github.com/rails/kredis?tab=readme-ov-file#configure-how-the-redis-client-is-created
if you want to manually configure the SSL: https://github.com/rails/kredis?tab=readme-ov-file#configure-how-the-redis-client-is-created