mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
### What does this PR do? Uses same ciphers than node.js for compatibility and do the same error checking on empty ciphers Fixes https://github.com/oven-sh/bun/issues/9425 Fixes https://github.com/oven-sh/bun/issues/21518 Fixes https://github.com/oven-sh/bun/issues/19859 Fixes https://github.com/oven-sh/bun/issues/18980 You can see more about redis ciphers here https://redis.io/docs/latest/operate/rs/security/encryption/tls/ciphers/ this should fix redis related ciphers issues ### How did you verify your code works? Tests --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>