Commit 24399e3
fix: disable Redis TLS for test webapp — all connections were timing out on TLS handshake
The webapp's cacheStore and rateLimiter Redis connections default TLS to
enabled. Every request with a valid auth header used these connections,
causing connect ETIMEDOUT (TLS handshake against a non-TLS Redis server).
REDIS_TLS_DISABLED=true cascades to all 15+ *_REDIS_TLS_DISABLED env vars.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a846e72 commit 24399e3
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments