I'm using wget to connect to a secure site like this:
wget -nc -i inputFile
where inputeFile consists of URLs like this:
This page returns a small gif file. For some reason, this is taking around 2.5 minutes. When I paste the same URL into a browser, I get back a response within seconds.
Does anyone have any idea what could be causing this?
The version of wget, by the way, is "GNU Wget 1.9+cvs-stable (Red Hat modified)"
wget
on the same domains took two minutes to connect. I disabled IPv6 on all my network interfaces, andwget
is back to speed as are my scripts engaging in HTTP requests. – Mattoid