|
From: John F. f. <fe...@fe...> - 2004-10-13 17:52:52
|
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. --fess |