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
When I retrieve recursively a directory using a site with https protocol,
it searches for http://sitename/robots.txt but the site has only port
443 (https) open, so there is a connection refused error. Wget thinks
the site is down and aborts the transfer.
Wget should search for https://sitename/ro