mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-13 01:58:30 +00:00
- Add get_ssl_verify_config() function to respect SSL environment variables - Support REQUESTS_CA_BUNDLE, SSL_CERT_FILE, CURL_CA_BUNDLE env vars - Fallback to certifi.where() when no custom CA bundle is specified - Improve error handling for SSL verification failures - Add comprehensive tests for SSL configuration scenarios Fixes #2978 Co-Authored-By: João <joao@crewai.com>