llm icon indicating copy to clipboard operation
llm copied to clipboard

Feature/corporate proxy

Open bissonex opened this issue 8 months ago • 0 comments

Enhance SSL certificate handling with truststore support. Especially useful when dealing with corporate proxies and the dreaded [SSL: CERTIFICATE_VERIFY_FAILED] error.

  • Added support for using system certificate stores via truststore in create_client via LLM_NATIVE_TLS.
  • Improved flexibility by allowing the use of a custom SSL certificate file (cafile) via SSL_CERT_FILE.
  • Refactored create_client to handle native and custom SSL verification seamlessly.

bissonex avatar May 07 '25 01:05 bissonex