Do you need to file an issue?
Describe the bug
I am running v1.3.7
enabled debug log in main.yaml
DISABLE_SSL_VERIFY=true
I started deeptutor with docker compose
And I tried connecting to https llm url
error msg
DEBUG httpcore.connection - start_tls.failed exception=ConnectError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1016)'))
I need something like curl -k to connect to $llm_url
Steps to reproduce
No response
Expected Behavior
No response
Related Module
API/Backend
Configuration Used
No response
Logs and screenshots
No response
Additional Information
- DeepTutor Version: 1.3.7
- Operating System: rhel
- Python Version:
- Node.js Version:
- Browser (if applicable):
- Related Issues:
Do you need to file an issue?
Describe the bug
I am running v1.3.7
enabled debug log in main.yaml
DISABLE_SSL_VERIFY=true
I started deeptutor with docker compose
And I tried connecting to https llm url
error msg
DEBUG httpcore.connection - start_tls.failed exception=ConnectError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1016)'))
I need something like curl -k to connect to $llm_url
Steps to reproduce
No response
Expected Behavior
No response
Related Module
API/Backend
Configuration Used
No response
Logs and screenshots
No response
Additional Information