Re: [Perl-unix-users] Fetching web pages with an expired SSL Certificate

2008-01-14 Thread Bill Luebkert
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}

Re: [Perl-unix-users] Fetching web pages with an expired SSL Certificate

2008-01-14 Thread eyal edri
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

Re: [Perl-unix-users] Fetching web pages with an expired SSL Certificate

2008-01-14 Thread eyal edri
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

Re: [Perl-unix-users] Fetching web pages with an expired SSL Certificate

2008-01-13 Thread Bill Luebkert
eyal edri wrote: > Hi, > > i'm using LWP::UserAgent & Crypt:SSLeay to fetch pages from the web > (https also). > i was trying to fetch the url : https://www.magnusadventures.com/ > > and I've lwp returned the following error: > 500 SSL negotiation failed: err

[Perl-unix-users] Fetching web pages with an expired SSL Certificate

2008-01-13 Thread eyal edri
Hi, i'm using LWP::UserAgent & Crypt:SSLeay to fetch pages from the web (https also). i was trying to fetch the url : https://www.magnusadventures.com/ and I've lwp returned the following error: 500 SSL negotiation failed: error:1407E086:SSL routines:SSL2_SET_CERTIFICATE:certificate verify failed