http://www.perlmonks.org?node_id=993258


in reply to Re^2: LWP Can't POST to HTTPS
in thread LWP Can't POST to HTTPS

I've also tried:

$ua->ssl_opts( verify_hostname => 0 );

and it didn't work.

Cheers,

Brent

-- Yeah, I'm a Delt.

Replies are listed 'Best First'.
Re^4: LWP Can't POST to HTTPS
by Anonymous Monk on Sep 12, 2012 at 17:35 UTC
    But what is debug3 output?
      Can you please tell me how to enable trace/debug? I found LWP::Debug, but that's depreciated.

      Cheers,

      Brent

      -- Yeah, I'm a Delt.

        From Long delay with Crypt::SSLeay and LWP, the thing you linked and read and tried a "solution" from, the diagnostic steps

        #!/usr/bin/perl -- use LWP::Simple ; use IO::Socket::SSL qw(debug3); get( q{https://pilot-payflowpro.paypal.com/} ); get( q{https://xxxx.ucf.edu} ); __END__