|
From: Rainer D. <rd...@we...> - 2004-10-17 15:42:45
|
Am Mittwoch, 13. Oktober 2004 19:52 schrieb John Fessenden fess: > On Oct 13, 2004, at 9:38 AM, Martial MICHEL wrote: > >> $ cat /tmp/eBayAgent-3130-24 > >> 501 (Not Implemented) Protocol scheme 'https' is not supported > >> Client-Date: Wed, 13 Oct 2004 15:59:13 GMT > >> > >> Does anybody know, if I just need to install a perl-something module > >> and > >> ebayagent is fine again? > > > > From what I have seen recently (sorry still no time to really > > work on the program), when you log into eBay it automaticaly moves you > > to an https version of the login screen. I take it the programs gets a > > 302 to a https when doing the login process. I might simply require > > the use of the HTTPS module of LWP ? > > yes. that's correct. > you need Crypt::SSLeay i think it was. > that 501 error you got actually is from LWP it tells you which modules > you need. > > we should probably add a use check at the begining of eBayAgent > now to check for that and warn more clearly. > Thanks, that solves the problem. On a Debian system, the package libcrypt-ssleay-perl needs to be installed then everything works fine. Thanks, Rainer -- Rainer Dorsch Alzentalstr. 28 D-71083 Herrenberg 07032-919495 Icq: 32550367 |