Error: Failed to Download Model File Due to TLS Certificate Verification Issue in LocalAI #2446
Unanswered
seonghobae
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm encountering the following error while trying to download a model file with LocalAI:
Here is the
docker-compose.yml
file I am using:I suspect this issue is related to a network SSL transparency security solution that requires the installation of a private certificate. In other Node.js projects, I have resolved similar issues by building the Dockerfile separately to include the necessary certificates.
How can I resolve this issue for LocalAI?
Beta Was this translation helpful? Give feedback.
All reactions