expo / turtle

Standalone app builder service
MIT License
385 stars 29 forks source link

configure turtle to use the redis ca certificate #232

Closed dsokal closed 4 years ago

dsokal commented 4 years ago

Checklist

Motivation and Context

Part of https://github.com/expo/universe/issues/5226

The main Redis cache now requires TLS (rediss) connections. Turtle still uses non-TLS redis connections, which means it cannot connect to the Redis instance anymore.

Description

The Redis client is now using the CA certificate if it's defined.