At 10:20 AM 2003-06-13 +1000, (William) Wenjie Wang wrote:
Since you're trying to access a secured HTTPS site, you need to have SSLeay
module installed first.  I was wondering if there is the case?  The msg:
        >HTTP/1.1 405 Method Not Allowed
seems to suggesting that HTTPS is not supported yet in your machine.

No, that message would be about scheme not being supported, not method -- http/https/mailto/etc are schemes, POST/GET/etc are methods.
Consider:


% perl -d -e 1

Loading DB routines from perl5db.pl version 1.19
Editor support available.

Enter h or `h h' for help, or `perldoc perldebug' for more help.

main::(-e:1): 1

DB<1> use LWP;

  DB<2> x LWP::UserAgent->new->get('woohah://stuff')->as_string
0  '501 (Not Implemented) Protocol scheme \'woohah\' is not supported
Client-Date: Fri, 13 Jun 2003 14:20:21 GMT


' DB<3>


-- Sean M. Burke http://search.cpan.org/~sburke/



Reply via email to