| Hello,
my password settings are ok. I have a cmd file with the following entries:
@echo off
ping kzvn-isa1
if errorlevel 1 goto kzvn-isa2
if errorlevel 0 goto kzvn-isa1
:kzvn-isa1
httrack <http://www.stanford.edu> -O wwwextern/test -P
user:password@kzvn-isa1:8080 -v
goto ende
:kzvn-isa2
httrack <http://www.stanford.edu> -O wwwextern/test -P
user:password@kzvn-isa1:8080 -v
goto ende
:ende
exit
When i execute this, it works. When i change http to https delete the folder
and run it again the error received. Without the Proxy is it no problem, but
why is http over the proxy ok and https failed? I think this is not alone a
Proxy Problem because in a webbrowser over the proxy is no problem available.
with kind regards
Sven Wiskow | |