in reply to Re: Re: SSL challenge
in thread SSL challenge

just change
$req = HTTP::Request->new(GET=>'http://www.apple.com');
to
$req = HTTP::Request->new(GET=>'https://www.apple.com');


Cheshire Cat

Replies are listed 'Best First'.
SSL challenge
by stix (Novice) on Dec 19, 2001 at 02:49 UTC
    Do I have to "use" it, or is it done backend?
        When I asked the question, I was having issues with FTP and couldn't try it. It's all been resolved, now. Everything seems to be working fine. And no, you don't have to "use" it. Thanks Everybody.