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
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
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