Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^4: SOAP::Transport::HTTP::Client::send_receive: 500 Can't connect to testproxy:8080

by Anonymous Monk
on Jun 16, 2018 at 22:47 UTC ( [id://1216796]=note: print w/replies, xml ) Need Help??


in reply to Re^3: SOAP::Transport::HTTP::Client::send_receive: 500 Can't connect to testproxy:8080
in thread SOAP::Transport::HTTP::Client::send_receive: 500 Can't connect to testproxy:8080

"Client-Warning: Internal response " means that its 500 error generated by LWP

handshakefailed looks like a SSL issue

So upgrade the LWP and SSL modules then try stuff and then figure something out :)

use IO::Socket::SSL qw(debug3);

http://search.cpan.org/perldoc/Crypt::SSLeay#SSL_diagnostics_and_Debugging lists $ENV{HTTPS_DEBUG} = 1;

among other tips Debugging SSL communications -- Prefetch Technologies

  • Comment on Re^4: SOAP::Transport::HTTP::Client::send_receive: 500 Can't connect to testproxy:8080

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2024-04-19 21:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found