connection error when set up model provider #7839
Replies: 2 comments 1 reply
-
you should add HTTP_PROXY / HTTP_PROXY in docker-compose.yaml. for example, x-shared-env: &shared-api-worker-env then, they will be imported in environment sections of such yaml. In addition, you will face another problem that dify cannot write data to vector database weaviate!!! don't worry, you need to add services: worker: |
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks for your feedback, however, I think my issue is not regarding proxy, but rather a self signed certificate. Do you know how to include that in the configuration? Thanks again. |
Beta Was this translation helpful? Give feedback.
-
Self Checks
Content
I use docker for self hosted Dify, just after initialization, I tried to setup model provider, however I got message on top right corner as
connection error
.The Logs in docker show the following:
I am inside corporation network, with a self signed certificate. I don't know if this is related.
I also got error message from checking updates because of this:
Beta Was this translation helpful? Give feedback.
All reactions