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 |