Re: SSL site mirroring

2002-01-15 Thread Hrvoje Niksic
Thomas Reinke <[EMAIL PROTECTED]> writes: > Does raise an interesting question re > a bug introduced by the patch - is https://HOST the the same host > when it is referred to as http://HOST? Good question. After first, second, and third thought, I'd say yes. But then I remembered that Wget, rig

Re: SSL site mirroring

2002-01-13 Thread Thomas Reinke
Hrvoje Niksic wrote: > > Thomas Reinke <[EMAIL PROTECTED]> writes: > > > Ok, either I've completely misread wget, or it has a problem > > mirroring SSL sites. It appears that it is deciding that the > > https:// scheme is something that is "not to be followed". > > That's a bug. Your patch

Re: SSL site mirroring

2002-01-13 Thread Hrvoje Niksic
Thomas Reinke <[EMAIL PROTECTED]> writes: > Ok, either I've completely misread wget, or it has a problem > mirroring SSL sites. It appears that it is deciding that the > https:// scheme is something that is "not to be followed". That's a bug. Your patch is close to how it should be fixed, with

SSL site mirroring

2001-12-29 Thread Thomas Reinke
Ok, either I've completely misread wget, or it has a problem mirroring SSL sites. It appears that it is deciding that the https:// scheme is something that is "not to be followed". For those interested, the offending code appears to be 3 lines in recur.c, which, if changed treat the HTTPS schema