Proxy settings help

Hello, our server at the company has no internet access. But I can set proxy settings.
My workflow seems like working properly, but qdrant vector store does not create any output. I think n8n is trying to access n8n global site, and when it can’t, it is blocking the workflow.
Here is my workflow screenshot and error logs.

Could you please guide me how to setup proxy for n8n?

connect ETIMEDOUT 104.26.12.187:443
Error: connect ETIMEDOUT 104.26.12.187:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1615:16)

connect ETIMEDOUT 104.26.12.187:443
Error: connect ETIMEDOUT 104.26.12.187:443
at Function.AxiosError.from (C:\Users\DL_ODIKERLL\Desktop\AI Setup\n8n\node_modules\axios\lib\core\AxiosError.js:89:14)
at RedirectableRequest.handleRequestError (C:\Users\DL_ODIKERLL\Desktop\AI Setup\n8n\node_modules\axios\lib\adapters\http.js:620:25)
at RedirectableRequest.emit (node:events:536:35)
at ClientRequest.eventHandlers. (C:\Users\DL_ODIKERLL\Desktop\AI Setup\n8n\node_modules\follow-redirects\index.js:49:24)
at ClientRequest.emit (node:events:524:28)
at emitErrorEvent (node:_http_client:104:11)
at TLSSocket.socketErrorListener (node:_http_client:512:5)
at TLSSocket.emit (node:events:524:28)
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at Axios.request (C:\Users\DL_ODIKERLL\Desktop\AI Setup\n8n\node_modules\axios\lib\core\Axios.js:45:41)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at Axios.request (C:\Users\DL_ODIKERLL\Desktop\AI Setup\n8n\node_modules\axios\lib\core\Axios.js:40:14)
at Axios.request (C:\Users\DL_ODIKERLL\Desktop\AI Setup\n8n\node_modules\axios\lib\core\Axios.js:40:14)
at Axios.request (C:\Users\DL_ODIKERLL\Desktop\AI Setup\n8n\node_modules\axios\lib\core\Axios.js:40:14)
at Axios.request (C:\Users\DL_ODIKERLL\Desktop\AI Setup\n8n\node_modules\axios\lib\core\Axios.js:45:41)
at processTicksAndRejections (node:internal/process/task_queues:105:5)

I uninstalled n8n which is installed as local, then reinstalled with quick start pack which has n8n, qdrant and ollama on docker. Now it is working good.

1 Like

Thanks for letting us know it was solved.
I have converted your topic to a question and marked your own answer as the solution. Hopefully it may help someone with the same issue in the future. :slight_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.