in reply to Re: REST call from CGI do not work
in thread REST call from CGI do not work

Solution was to include this into the code:

 $ENV{'PERL_LWP_SSL_VERIFY_HOSTNAME'} = 0;

So it will not check certificate

Replies are listed 'Best First'.
Re^3: REST call from CGI do not work
by Anonymous Monk on Jun 06, 2012 at 01:40 UTC

    Solution was to include this into the code:

    :) Ignoring a security problem is never a solution

    It also looks like you're using an older version of LWP toolchain

    The real solution is to upgrade LWP and all dependencies, even Mozilla::CA