Hello, i’m trying to use a reverse proxy utilizing AWS ( debian ) and SQUID, it work on fire fox but at N8N show’s 503 error, already tried everything ChatGPT told me to do, searched on youtube videos and forums but nothing worked. I need a proxy to show my brazilian IP instead of the n8n IP to make a API request. I don’t know nothing about proxy, just watched some youtube tutorials and used chatGPT to makeit, please help me
Here’s the log:
{
“errorMessage”: “Service unavailable - try again later or consider setting this node to retry automatically (in the node settings)”,
“errorDetails”: {
“rawErrorMessage”: [
“503 - "\n\n<meta type=\"copyright\" content=\"Copyright (C) 1996-2021 The Squid Software Foundation and contributors\">\n<meta http-equiv=\"Content-Type\" CONTENT=\"text/html; charset=utf-8\">\nERROR: The requested URL could not be retrieved\n<style type=\"text/css\">\n\n<div id=\"titles\">\n
ERROR
\nThe requested URL could not be retrieved
\n\n\n\n<div id=\"content\">\n
The following error was encountered while trying to retrieve the URL: <a href=\"ERRO 404”>https://zug.consignadorapido.com.br/api/auth
\n\n<blockquote id=\"error\">\nConnection to 2606:4700:3031::6815:2928 failed.
\n\n\n<p id=\"sysmsg\">The system returned: (101) Network is unreachable\n\nThe remote host or network may be down. Please try the request again.
\n\nYour cache administrator is <a href=\"mailto:webmaster?subject=CacheErrorInfo%20-%20ERR_CONNECT_FAIL&body=CacheHost%3A%20ip-172-31-40-38%0D%0AErrPage%3A%20ERR_CONNECT_FAIL%0D%0AErr%3A%20(101)%20Network%20is%20unreachable%0D%0ATimeStamp%3A%20Thu,%2025%20Jul%202024%2013%3A11%3A31%20GMT%0D%0A%0D%0AClientIP%3A%2020.218.202.73%0D%0AServerIP%3A%20zug.consignadorapido.com.br%0D%0A%0D%0AHTTP%20Request%3A%0D%0APOST%20%2Fapi%2Fauth%20HTTP%2F1.1%0AAccept%3A%20application%2Fjson,text%2Fhtml,application%2Fxhtml+xml,application%2Fxml,text%2F*%3Bq%3D0.9,%20image%2F*%3Bq%3D0.8,%20*%2F*%3Bq%3D0.7%0D%0AContent-Type%3A%20application%2Fjson%0D%0AUser-Agent%3A%20axios%2F1.6.7%0D%0AContent-Length%3A%2045%0D%0AAccept-Encoding%3A%20gzip,%20compress,%20deflate,%20br%0D%0AConnection%3A%20keep-alive%0D%0AHost%3A%20zug.consignadorapido.com.br%0D%0A%0D%0A%0D%0A\">webmaster.
\n\n\n\n\n
\n<div id=\"footer\">\n
Generated Thu, 25 Jul 2024 13:11:31 GMT by ip-172-31-40-38 (squid/5.7)
\n\n\n\n""],
“httpCode”: “503”
},
“n8nDetails”: {
“nodeName”: “HTTP Request”,
“nodeType”: “n8n-nodes-base.httpRequest”,
“nodeVersion”: 4.2,
“itemIndex”: 0,
“time”: “25/07/2024, 10:11:31”,
“n8nVersion”: “1.47.3 (Cloud)”,
“binaryDataMode”: “filesystem”,
“stackTrace”: [
“NodeApiError: Service unavailable - try again later or consider setting this node to retry automatically (in the node settings)”,
" at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js:1634:35)“,
" 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:728:19)“,
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:664:51”,
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1076:20"
]
}
}