Problems with HTTPS and LWP and Perl
I am attempting to use LWP in perl to connect to HTTPS sites. Everytime I attempt it I receive
$ lwp-request -x https://www.paypal.com
LWP::UserAgent::new: ()
LWP::UserAgent::request: ()
LWP::UserAgent::send_request: GET https://www.paypal.com
LWP::UserAgent:: needproxy: Not proxied
LWP::Protocol::http::request: ()
LWP::UserAgent::request: Simple response: Internal Server Error
500 Can't connect to www.paypal.com:443 (Invalid argument)
I get this regardless of the site I attempt to connect to. I have already installed p5-crypt-ssleay. When I run the command again, I still get the same error.
I have attempted to google this error all over, and I can't get an answer. Any help?
$ lwp-request -x https://www.paypal.com
LWP::UserAgent::new: ()
LWP::UserAgent::request: ()
LWP::UserAgent::send_request: GET https://www.paypal.com
LWP::UserAgent:: needproxy: Not proxied
LWP::Protocol::http::request: ()
LWP::UserAgent::request: Simple response: Internal Server Error
500 Can't connect to www.paypal.com:443 (Invalid argument)
I get this regardless of the site I attempt to connect to. I have already installed p5-crypt-ssleay. When I run the command again, I still get the same error.
I have attempted to google this error all over, and I can't get an answer. Any help?
Macbook Pro, Mac OS X (10.5.2)