Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Unable to connect to HTTPS servers

by Corion (Patriarch)
on Mar 23, 2017 at 08:17 UTC ( [id://1185567]=note: print w/replies, xml ) Need Help??


in reply to Unable to connect to HTTPS servers

If there is no HTTPS proxy in play, maybe it is an SSL certificate issue. Print the complete response headers to maybe find out more. Also switch IO::Socket::SSL debugging on:

$IO::Socket::SSL::DEBUG = 3;

If you've determined that IO::Socket::SSL doesn't want to talk to the remote side, see p5-ssl-tools, which contain tools that will give you more diagnostics as to what part of the SSL connection fails.

Log In?
Username:
Password:

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

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

    No recent polls found