Replies: 1 comment
-
|
I found 5 similar discussions and issues that might be helpful:
|
Beta Was this translation helpful? Give feedback.
-
|
I found 5 similar discussions and issues that might be helpful:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
Content
When making a request to a self-hosted website resolved via custom hosts, a 403 error is encountered. After some investigation, it was discovered that the website uses a Squid proxy. It is necessary to add the port and domain (or IP) in the Squid configuration. This issue has been troubling me for a long time, and now a second problem has arisen:
When making requests to HTTPS websites, SSL errors consistently occur due to untrusted certificates. I have tried the following steps in the Docker environment:
Set HTTP_REQUEST_NODE_SSL_VERIFY to False in the .env file and rebuilt the Docker container.
Modified the workflow/nodes/http_request/executor.py file inside the worker container, explicitly adding verify=False in the request_args.
However, after restarting Docker, the issue remains unresolved.
Please assist me with resolving these problems.
Beta Was this translation helpful? Give feedback.
All reactions