Re: wget 1.8 SEGV when getting https URL thru a https_proxy

2001-12-17 Thread Zvi Har'El
Dear Hrvoje Niksic Although wget doesn't dump core, https thru a proxy doesnot work. Note that wget should send the proxy the http header CONNECT to extablish a ssl tunnel. This doesn't happen, and instead it sends GET https://...;, which is wrong! DEBUG output created by Wget 1.8 on

Re: wget 1.8 SEGV when getting https URL thru a https_proxy

2001-12-17 Thread Hrvoje Niksic
Zvi Har'El [EMAIL PROTECTED] writes: Although wget doesn't dump core, https thru a proxy doesnot work. Note that wget should send the proxy the http header CONNECT to extablish a ssl tunnel. This doesn't happen, and instead it sends GET https://...;, which is wrong! Would CONNECT work with

Re: wget 1.8 SEGV when getting https URL thru a https_proxy

2001-12-17 Thread Daniel Stenberg
On Mon, 17 Dec 2001, Hrvoje Niksic wrote: Would CONNECT work with HTTP/1.0? My google search indicates that CONNECT predates HTTP/1.1, but I'm not sure if it would work without trying it. Yes. CONNECT has been the way to do SSL over HTTP proxies since many years back, even during the

Wget 1.8.1-pre2 now available

2001-12-17 Thread Hrvoje Niksic
Minor fixes. Should compile on SunOS. If all goes well, I plan to release 1.8.1 some time tomorrow. Get it from: ftp://gnjilux.srk.fer.hr/pub/unix/util/wget/.betas/wget-1.8.1-pre2.tar.gz (The `.betas' directory is intentionally unreadable, but the file is there.) ChangeLog since

Re: bug in wget 1.8

2001-12-17 Thread Hrvoje Niksic
Vladimir Volovich [EMAIL PROTECTED] writes: while downloading some file (via http) with wget 1.8, i got an error: assertion failed: p - bp-buffer = bp-width, file progress.c, line 673 Abort (core dumped) Thanks for the report. It's a known problem in 1.8, fixed by this patch. Index:

Re: parameters in the URL

2001-12-17 Thread Alan Eldridge
On Mon, Dec 17, 2001 at 03:20:25PM -0800, Nate Baxley wrote: I'm trying to run wget on a dynamic site that has parameters in the urls like this: other_images.php?month_id=11year_id=2001. These links seem to be completly ignored when I run recursivly. Is there a parameter I'm missing, or is