docs(docker_quick_start.md): update quick start with azure connection error

This commit is contained in:
Krrish Dholakia 2024-09-16 07:31:32 -07:00
parent 5fb270a559
commit 3c741b7beb

View file

@ -314,7 +314,7 @@ curl -X POST 'http://0.0.0.0:4000/chat/completions' \
If you need to run the docker image as a non-root user, use [this](https://github.com/BerriAI/litellm/pkgs/container/litellm-non_root). If you need to run the docker image as a non-root user, use [this](https://github.com/BerriAI/litellm/pkgs/container/litellm-non_root).
### SSL Verification Issue ### SSL Verification Issue / Connection Error.
If you see If you see
@ -322,6 +322,12 @@ If you see
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1006) ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1006)
``` ```
OR
```bash
Connection Error.
```
You can disable ssl verification with: You can disable ssl verification with:
```yaml ```yaml