Hi there,
I would like to ask what wrong could be with HTTP Request node if this node is working on one (OLD ONE version 0.95.1) instance of N8N and returning the correct response in really short period of time from the web and on another one (NEW one version 0.204.0) I receive the following:
connect ETIMEDOUT 185.66.200.105:443
http code: rejected
{
"status":"rejected",
"reason":{
"message":"connect ETIMEDOUT 185.66.200.105:443",
"name":"Error",
"stack":"Error: connect ETIMEDOUT 185.66.200.105:443 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1278:16)",
"code":"ETIMEDOUT"
}
}
e.g. url to test: TOP Reality - 1 izbový byt predám
and I think that all links are fetched slower on the new one.
Only one thing came to my mind and that is, that this new instance is running in dĂĽsseldorf VPS from Contabo and the previous one is not. Could be?
update: I think that is the case because I can not ping that website, either outside the container so this issue doesn’t have anything relevant with n8n. My IP is a problem, but very interesting - I just made this VPS up a few hours ago and I didn’t scan that website either. For some reason, they block IP of this VPS, probably.
Thank you.