Werner Schmitt <[EMAIL PROTECTED]> writes: > on machine 2 with wget version: Wget 1.9.1 > > i get error: not implemented !! > > on machine 1 with wget Version: Wget 1.9+cvs-dev > everything is ok
That is because the other machine has a newer (CVS) version of Wget that correctly implements HTTPS downloads over proxy. You might want to upgrade to Wget 1.10-alpha3, available at ftp://ftp.deepspace6.net/pub/ds6/sources/wget/wget-1.10-alpha3.tar.bz2 > --14:12:11-- > https://81.89.250.178/EnviCommWebServices/Updates/patch_20050509133043.zip > => `/env/update/patch_20050509133043.zip' > Verbindungsaufbau zu 192.168.33.33:3128... verbunden. > Created socket 3. > Releasing 0x8093788 (new refcount 0). > <------------------ is this the problem ?????? > Deleting unused 0x8093788. > <------------------ is this the problem ?????? None of those are the problem -- those are just debugging messages that make sense to the developers. > ---request begin--- > GET https://81.89.250.178/EnviCommWebServices/Updates/patch_20050509133043.zip That is where the problem was. The new version does it correctly: > ---request begin--- > CONNECT 81.89.250.178:443 HTTP/1.0 ... > GET https://81.89.250.178/EnviCommWebServices/Updates/patch_20050509133043.zip
