Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

LWP and HTTPS

by RichardH (Sexton)
on Jun 28, 2000 at 22:28 UTC ( [id://20225]=perlquestion: print w/replies, xml ) Need Help??

RichardH has asked for the wisdom of the Perl Monks concerning the following question:

Does the LWP::Simple library care if you pass it an https url? One of our third-party contractors has a function that we can call over https connection. Up till now we have been using http, and LWP::Simple has been more than adequate, but because of the nature of this new function (it is essentially a delete record function) their people want it to be over a secure connection.

Replies are listed 'Best First'.
Re: LWP and HTTPS
by btrott (Parson) on Jun 28, 2000 at 22:33 UTC
    LWP::UserAgent (which I believe LWP::Simple is built on top of) can handle the HTTPS protocol if you have Net::SSL or IO::Socket::SSL. You'll probably need to install Crypt::SSLeay or IO::Socket::SSL.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://20225]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-25 08:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found