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}    = 'certs/';
> 
> now i remarked them, and it worked for the 
> https://www.magnusadventures.com/ site.
> 
> on top of that, i don't have nothing in the cert dir, so i really didn't 
> understand the meaning of these vars..
> 
> are you using them?

No.  There must be some other difference we're missing.
_______________________________________________
Perl-Unix-Users mailing list
Perl-Unix-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to