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

here the command line:

wget -S -d -v --sslcafile=/env/config/cacert.pem --directory-prefix=/env/update --http-user=xxxx --http-passwd=xxxxxx --proxy=on https://81.89.250.178/EnviCommWebServices/Updates/patch_20050509133043.zip


DEBUG output created by Wget 1.9.1 on linux-gnu.

--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 ??????
---request begin---
GET https://81.89.250.178/EnviCommWebServices/Updates/patch_20050509133043.zip HTTP/1.0
User-Agent: Wget/1.9.1
Host: 81.89.250.178
Accept: */*
Authorization: Basic YnNyOjEyM3F3ZUFTRCM=
Connection: Keep-Alive


---request end---
Proxy Anforderung gesendet, warte auf Antwort... HTTP/1.0 501 Not Implemented
Server: squid/2.5.STABLE8


2 Server: squid/2.5.STABLE8Mime-Version: 1.0

3 Mime-Version: 1.0Date: Tue, 10 May 2005 12:04:38 GMT

4 Date: Tue, 10 May 2005 12:04:38 GMTContent-Type: text/html

5 Content-Type: text/htmlContent-Length: 1166

6 Content-Length: 1166Expires: Tue, 10 May 2005 12:04:38 GMT

7 Expires: Tue, 10 May 2005 12:04:38 GMTX-Squid-Error: ERR_UNSUP_REQ 0

8 X-Squid-Error: ERR_UNSUP_REQ 0X-Cache: MISS from enviproxy

9 X-Cache: MISS from enviproxyX-Cache-Lookup: NONE from enviproxy:3128

10 X-Cache-Lookup: NONE from enviproxy:3128Proxy-Connection: close

11 Proxy-Connection: close

Closing fd 3
14:12:11 FEHLER 501: Not Implemented.
===============================================================================================



on machine 1 with wget Version: Wget 1.9+cvs-dev
everything is ok

wget -S -d -v --sslcafile=/env/config/cacert.pem --directory-prefix=/env/update --http-user=xxxx --http-passwd=xxxxxx --proxy=on https://81.89.250.178/EnviCommWebServices/Updates/patch_20050509133043.zip

[EMAIL PROTECTED]:~/work-svn/envilog> wget -S -d -v --sslcafile=/env/config/cacert
.pem --directory-prefix=/env/update --http-user=xxxx --http-passwd=xxxx --proxy=on https://81.89.250.178/EnviCommWebServices/Updates/patch_20050509133043.z
ip
Setting verbose (102) to 1
Setting sslcafile (90) to /env/config/cacert.pem
Setting dirprefix (16) to /env/update
Setting httpuser (40) to xxx
Setting httppasswd (37) to xxxx
Setting useproxy (100) to on
DEBUG output created by Wget 1.9+cvs-dev on linux-gnu.


--12:45:48-- https://81.89.250.178/EnviCommWebServices/Updates/patch_2005050913
3043.zip
=> `/env/update/patch_20050509133043.zip.10'
Resolving 192.168.33.33... 192.168.33.33
Caching 192.168.33.33 => 192.168.33.33
Connecting to 192.168.33.33:3128... connected.
Created socket 3.
Releasing 0x808b040 (new refcount 1). <------------------ is this the problem ??????
<------------------ is this the problem ??????
---request begin---
CONNECT 81.89.250.178:443 HTTP/1.0


---request end---
proxy responded with: [HTTP/1.0 200 Connection established

]
Connected 3 to SSL 0x808a340

---request begin---
GET https://81.89.250.178/EnviCommWebServices/Updates/patch_20050509133043.zip H
TTP/1.0
User-Agent: Wget/1.9+cvs-dev
Accept: */*
Authorization: Basic YnNyOjEyM3F3ZUFTRCM=
Host: 81.89.250.178
Connection: Keep-Alive


---request end---
Proxy request sent, awaiting response...
---response begin---
HTTP/1.1 200 OK
Content-Length: 232315
Content-Type: application/x-zip-compressed
Last-Modified: Mon, 09 May 2005 11:30:43 GMT
Accept-Ranges: bytes
ETag: "201b1d898a54c51:c9a"
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Tue, 10 May 2005 12:03:24 GMT
Connection: keep-alive

---response end---

 HTTP/1.1 200 OK
 Content-Length: 232315
 Content-Type: application/x-zip-compressed
 Last-Modified: Mon, 09 May 2005 11:30:43 GMT
 Accept-Ranges: bytes
 ETag: "201b1d898a54c51:c9a"
 Server: Microsoft-IIS/6.0
 X-Powered-By: ASP.NET
 Date: Tue, 10 May 2005 12:03:24 GMT
 Connection: keep-alive
Registered socket 3 for persistent reuse.
Length: 232,315 [application/x-zip-compressed]

100%[====================================>] 232,315       86.07K/s

12:45:51 (85.87 KB/s) - `/env/update/patch_20050509133043.zip.10' saved [232,315 /232,315]


my .wgetrc on both machines is =================================

# You can set up other headers, like Accept-Language.  Accept-Language
# is *not* sent by default.
#header = Accept-Language: en

# You can set the default proxies for Wget to use for http and ftp.
# They will override the value in the environment.
http_proxy = http://192.168.33.33:3128
https_proxy = http://192.168.33.33:3128
ftp_proxy = http://192.168.33.33:3128

# If you do not want to use proxy at all, set this to off.
use_proxy = on

Reply via email to