mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
* perf: optimize SSL/TLS handshake performance with prioritized cipher suites Add configurable SSL cipher suite list that strongly prefers fast modern ciphers (TLS 1.3, ECDHE+GCM) while maintaining backward compatibility with widely-supported fallback ciphers. Set minimum TLS version to 1.2 for better performance. Changes: - Add DEFAULT_SSL_CIPHERS constant with prioritized cipher list (configurable via LITELLM_SSL_CIPHERS env var) - Update get_ssl_configuration() to apply optimized ciphers by default - Set TLS minimum version to 1.2 - Preserve existing ssl_security_level parameter for custom configs This balances handshake performance (~50-100ms with modern ciphers) with broad provider compatibility. * fix: missing documented constants |
||
|---|---|---|
| .. | ||
| my-website | ||