Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: https error

by bigup401 (Pilgrim)
on Nov 01, 2018 at 08:58 UTC ( [id://1225038]=note: print w/replies, xml ) Need Help??


in reply to Re: https error
in thread https error

yes i have openssl installed on my producation server

Replies are listed 'Best First'.
Re^3: https error
by dorko (Prior) on Nov 01, 2018 at 12:57 UTC
    Hi bigup401,

    Have you tried curl or wget on an HTTPS URL from the command line?

    Do you have Net::SSLeay installed?

    Cheers,

    Brent

    -- Yeah, I'm a Delt.
Re^3: https error
by Veltro (Hermit) on Nov 02, 2018 at 14:45 UTC

    As dorko mentions you can check if Net::SSLeay is installed. However to enable HTTPS support for LWP this is only a part of what is needed. HTTPS support for LWP depends on LWP::Protocol::https which on its turn depends on IO::Socket::SSL, and that depends on Net::SSLeay.

    So the correct way to enable HTTPS support for LWP is:

    cpan install LWP::Protocol::https   # or equivalent

    I do not know about the other backends.

Log In?
Username:
Password:

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

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

    No recent polls found