1 Commits

Author SHA1 Message Date
dvirlabs
9b6f053d86 Fix SSL/TLS handshake failure - simplify httpx client creation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
- Removed manual SSL context creation that was causing handshake failures
- Simplified create_http_client() to let httpx handle SSL negotiation directly
- Disabled HTTP/2 for better compatibility
- Added proper connection limits and timeouts
- Updated all three client instantiations to await the async function
- Improved overall SSL/TLS stability for Meta API connections
2026-05-13 13:26:51 +03:00