Skip to content

Switch redis client TLS to rustls#188

Merged
ottodimi merged 1 commit into
mainfrom
fix/redis-rustls-tls
May 29, 2026
Merged

Switch redis client TLS to rustls#188
ottodimi merged 1 commit into
mainfrom
fix/redis-rustls-tls

Conversation

@ottodimi
Copy link
Copy Markdown
Contributor

  • Set default-features = false on the redis crate to avoid implicit OpenSSL TLS
  • Use tokio-rustls-comp instead of tokio-native-tls-comp (aligned with api-router authorizer)
  • Follow-up to Slack investigation of pipeline broken errors during /c and /a canary

Made with Cursor

Disable redis default features and use tokio-rustls-comp instead of
tokio-native-tls-comp to avoid hidden OpenSSL TLS in the redis crate.

Co-authored-by: Cursor <cursoragent@cursor.com>
@ottodimi ottodimi requested a review from orekav May 29, 2026 10:49
@ottodimi ottodimi merged commit b46e8ad into main May 29, 2026
12 of 13 checks passed
@ottodimi ottodimi deleted the fix/redis-rustls-tls branch May 29, 2026 11:04
ottodimi added a commit that referenced this pull request May 29, 2026
Pin rustls with aws-lc-rs so the process can resolve CryptoProvider after
#188. Switch reqwest to rustls-tls-webpki-roots-no-provider so it does not
also enable the ring backend on rustls.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants