eyal edri wrote:
> Works!
>
> I've had another issue where a page didn't work if it signed its own
> certificate (no CA), and i found somewhere that if you
> set the following ENV it will work:
>
> ## CA CERT PEER VERIFICATION
> $ENV{HTTPS_CA_FILE} = 'certs/ca-bundle.crt';
> $ENV{HTTPS_CA_DIR}
Works!
I've had another issue where a page didn't work if it signed its own
certificate (no CA), and i found somewhere that if you
set the following ENV it will work:
## CA CERT PEER VERIFICATION
$ENV{HTTPS_CA_FILE} = 'certs/ca-bundle.crt';
$ENV{HTTPS_CA_DIR}= 'certs/';
now i remarked them
Hi Bil,
I've added the LWP::DEBUG and set the $ENV{HTTPS_DEBUG} = 1;
here is the output i got: (still on https://www.magnusadventures.com/).
LWP::UserAgent::request: ()
LWP::UserAgent::send_request: GET https://www.magnusadventures.com/
LWP::UserAgent::_need_proxy: Not proxied
LWP::UserAgent::se