Hi!
When I directly query a webpage (no matter which one) using the http request node without a proxy, I get a valid response.
As soon as I set a proxy, I get different errors.
Using evomi proxy:
From HTTP Request
Error code
500Full message
500 - "attempted 10times, but failed to connect to target site"Request
{ "headers": { "content-type": "application/json", "accept": "application/json" }, "method": "GET", "uri": "https://orf.at", "gzip": true, "rejectUnauthorized": true, "followRedirect": true, "resolveWithFullResponse": true, "followAllRedirects": true, "proxy": "http://office23:fjza2LQ4wM9nDl8tPPdF_country-AT,[email protected]:1000", "timeout": 300000, "encoding": null, "json": false, "useStream": true }
Using dataimpulse proxy:
{
“errorMessage”: “Bad request - please check your parameters”,
“errorDescription”: “\n\n400 Bad Request\n\nBad Request
\nYour browser sent a request that this server could not understand.
\n\n”,
\nReason: You’re speaking plain HTTP to an SSL-enabled server port.
\n Instead use the HTTPS scheme to access this URL, please.
\n
“errorDetails”: {
“rawErrorMessage”: [
“400 - "\n\n400 Bad Request\n\nBad Request
\nYour browser sent a request that this server could not understand.
\n\n"”
\nReason: You’re speaking plain HTTP to an SSL-enabled server port.
\n Instead use the HTTPS scheme to access this URL, please.
\n
],
“httpCode”: “400”
},
“n8nDetails”: {
“nodeName”: “Get Geizhals Product1”,
“nodeType”: “n8n-nodes-base.httpRequest”,
“nodeVersion”: 4.2,
“itemIndex”: 0,
“time”: “5.6.2025, 14:10:58”,
“n8nVersion”: “1.49.0 (Self Hosted)”,
“binaryDataMode”: “default”,
“stackTrace”: [
“NodeApiError: Bad request - please check your parameters”,
" at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js:1641:33)“,
" at processTicksAndRejections (node:internal/process/task_queues:95:5)”,
" at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:725:19)“,
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:673:51”,
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1085:20"
]
}
}
I tested both with http://, https://, with and without “ignose ssl issues” option.
In other programs like Octoparse, both proxies work without any issue.
Does anyone have an idea what the problem could be?
I also tried it in an exec node, same issue.
Information on your n8n setup
- **n8n version: 1.48.0
- **Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- **Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- **Operating system: CentOS with Plesk