RE: HTTPS in LWP

2002-12-30 Thread Todd Farmer
It sounds like that is the issue. Thanks! Todd -Original Message- From: Wiggins d'Anconia [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 28, 2002 3:48 AM To: Todd Farmer Cc: [EMAIL PROTECTED] Subject: Re: HTTPS in LWP From the docs (lwpcook): "HTTPS URLs

Re: HTTPS in LWP

2002-12-28 Thread Wiggins d'Anconia
t; before attempting to print the content. What does "status_line" return? http://danconia.org Todd Farmer wrote: I'm having trouble getting a response using HTTPS in LWP. I get content from the HTTP server, but when I change the URL to https://... it does not return anything. He

HTTPS in LWP

2002-12-28 Thread Todd Farmer
I'm having trouble getting a response using HTTPS in LWP. I get content from the HTTP server, but when I change the URL to https://... it does not return anything. Here's the code: #!/usr/bin/perl use CGI; use LWP::UserAgent; use HTTP::Request; use HTTP::Headers; my $q = new CGI; my