Testing wget with ssl?

2001-06-20 Thread Marc Stephenson
I've built wget 1.7.1 with ssl, but don't really know how to test it. Anybody know an easy way to test that combination? -- Marc Stephenson IBM Server Group - Austin, TX Internet: [EMAIL PROTECTED] NOTES: [EMAIL PROTECTED] Phone:

Re: Testing wget with ssl?

2001-06-20 Thread Daniel Stenberg
On Wed, 20 Jun 2001, Marc Stephenson wrote: I've built wget 1.7.1 with ssl, but don't really know how to test it. Anybody know an easy way to test that combination? Yes, you get stunnel and use that to front your normal web server. -- Daniel Stenberg - http://daniel.haxx.se -

Re: Testing wget with ssl?

2001-06-20 Thread Edward J. Sabol
Marc Stephenson asked: I've built wget 1.7.1 with ssl, but don't really know how to test it. Anybody know an easy way to test that combination? Personally, I just tried to connect to https://www.apache-ssl.org/. I picked that site because you don't need (as far as I know) a userid or password

URL problems

2001-06-20 Thread =?x-unknown?q?J=F6rg_Mattik?=
Hi, I think i have found another problem (bug?) with wget 1.7: The URL in the original file index.html.orig: IMG SRC=/vrwave/vrwave.gif width=276 height=114 alt=VRwave logo was modified to the form: IMG SRC=http://www.iicm.edu/vrwave.gif; width=276 height=114 a Because the file

wget-1.7: make install fails in the doc directory if building in a separate directory

2001-06-20 Thread Evgeny Roubinchtein
Summary: If wget-1.7 is built in a directory other than its source directory, then make install in the doc subdirectory fails. To reproduce: tar xzvf wget-1.7.tar.gz cd wget-1.7 mkdir build cd build ../configure # Desired configure options here make make install Result: make install fails in