Tell --no-check-certificate how not to use --no-check-certificate in Wget and that there is neither "ERROR" or "WARNING"? It happens in Windows.
ERROR
set https_proxy=http://192.168.1.1:80 set use_proxy=on M:\Distrib\Wget\wget.exe --secure-protocol=TLSv1 https://wm.exchanger.ru/asp/XMLWMList.asp?exchtype=7 --output-file=log.txt --output-document=M:\XML\XMLWMList7.xml log.txt :
--2015-05-28 07:23:27-- https://wm.exchanger.ru/asp/XMLWMList.asp?exchtype=7 Connecting to 192.168.1.1:80... connected. **ERROR**: cannot verify wm.exchanger.ru's certificate, issued by 'CN=Network Solutions OV Server CA 2,O=Network Solutions LLC,L=Herndon,ST=VA,C=US': Unable to locally verify the issuer's authority. To connect to wm.exchanger.ru insecurely, use `--no-check-certificate'. WARNING
set https_proxy=http://192.168.1.1:80 set use_proxy=on M:\Distrib\Wget\wget.exe --secure-protocol=TLSv1 --no-check-certificate https://wm.exchanger.ru/asp/XMLWMList.asp?exchtype=7 --output-file=log.txt --output-document=M:\XML\XMLWMList7.xml log.txt :
--2015-05-28 07:26:04-- https://wm.exchanger.ru/asp/XMLWMList.asp?exchtype=7 Connecting to 192.168.1.1:80... connected. **WARNING**: cannot verify wm.exchanger.ru's certificate, issued by 'CN=Network Solutions OV Server CA 2,O=Network Solutions LLC,L=Herndon,ST=VA,C=US': Unable to locally verify the issuer's authority. Proxy request sent, awaiting response... 200 OK Length: 12669 (12K) [text/xml] Saving to: 'M:/XML/XMLWMList7.xml' 0K .......... .. 100% 46.7K=0.3s 2015-05-28 07:26:05 (46.7 KB/s) - 'M:/XML/XMLWMList7.xml' saved [12669/12669]
set https_proxy=http://192.168.1.1:80about this ?:set https_proxy=http://192.168.1.1:80set use_proxy=on- that's what I do. - MaxWGETRCvariable, which points to the file that stores the settings. - Egor Skriptunoff