> From: Tim Paulson <[email protected]> > Date: Fri, 19 Feb 2016 16:32:21 +0000 > > The following command with -no-check-certificate works in wget 1.10.2 but > fails in 1.11.4 on Win7. > wget -t 3 --http-user=admin --http-passwd=password --no-check-certificate > https://192.168.1.51/admin/backups/latest > > Has the syntax changed in 1.11.4 for the ability to ignore self signed > certificate errors? > > Sample output from wget 1.10.2 and wget 1.11.4 shown below. > > > c:\Program Files (x86)\GnuWin32\bin>wget -t 3 --http-user=admin > --http-passwd=password --no-check-certificate > https://192.168.1.51/admin/backups/latest > SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrcsyswgetrc = c:\Program Files > (x86)\GnuWin32/etc/wgetrc
What do you have in your wgetrc? Could that be the cause? FWIW, this option works for me in Wget 1.16.1. I cannot verify that with the command line you gave, as it uses an address on your private network, but if you show a command using an address I can reach, I will try that and see if it works.
