Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

(wil) Re: LWP- post to HTTP then redirects to HTTPS (501 error)

by wil (Priest)
on May 24, 2002 at 18:19 UTC ( [id://169172]=note: print w/replies, xml ) Need Help??


in reply to LWP- post to HTTP then redirects to HTTPS (501 error)

LWP::UserAgent on it's own can not interact with secure servers. You need to use Crypt::SSLeay which is available from CPAN.

Crypt::SSLeay provides support for the https protocol under LWP, so that a LWP::UserAgent can make https GET & HEAD & POST requests.

From what I remember, you will also need to have either OpenSSL or SSLeay installed locally before you try and isntall Crypt::SSLeay.

- wil
  • Comment on (wil) Re: LWP- post to HTTP then redirects to HTTPS (501 error)

Replies are listed 'Best First'.
WORKING! thanks!
by inblosam (Monk) on May 24, 2002 at 23:37 UTC
    wil: you are great! that did it! isn't LWP amazing?

    Michael Jensen
    michael at inshift.com
    http://www.inshift.com

Log In?
Username:
Password:

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

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

    No recent polls found