forked from phoenix/litellm-mirror
docs(docker_quick_start.md): update quick start with azure connection error
This commit is contained in:
parent
5fb270a559
commit
3c741b7beb
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue