After the https/robots.txt bug, doing a recursive wget to an https-only server
gives me this error: it searches for http://servername/index.html but there
is no server on port 80, so wget receives a Connection refused error and
quits.  It should search for https://servername/index.html !!!!

(wget release 1.8.1)

Reply via email to