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?

anyway, much thanks :)

Eyal.

On Jan 14, 2008 12:25 PM, Bill Luebkert <[EMAIL PROTECTED]> wrote:

> eyal edri wrote:
> > Hi Bill,
> >
> > I didn't quite undestand what you meant,
> > If i understood right, you said you don't have this error message when
> > trying to fetch the site? is that correct?
>
> Correct - but I'm running on Windows XP Pro.  I just tried it on my
> website
> Linux machine and it worked OK there too.
>
> > if so, perhaps i am missing any cert or ssl configuration on my linux?
>
> I don't think it would matter - I don't think the module cares (at least
> on Windoze), but I could be wrong.  Also Linux may act differently.  I've
> had failures of a different SSL nature on Windows in the past and it was
> due to picking up the DLL from Windows system dir rather than the Perl
> version I believe.
>
> You might try setting :
>        $Net::SSLeay::linux_debug = 0;
> to 1 and see if that's of help.
>
> You may have an installation issue - maybe check if you have latest SSL
> stuff and maybe re-install it.
>
> What does your code look like ?
>
> I strip the HTML tags and get this when running it:
>
>  > geturl.pl -p https://www.magnusadventures.com/ -s
>
> Requesting: https://www.magnusadventures.com/
>
> Magnus Adventures -
> Welcome to Magnus Adventures :  Sign In | My Trips | My Profile
> Home
> Fishing
> Hunting
> Yachting
> Eco Tours
> Other Adventures
> Corporate Travel
> Travel Agents
> Build Your Own Adventure
> Fishing   Hunting
> Yachting   Eco Tours
> Other Adventures
> Safaris
> in:    All Locations  Alaska  Argentina  Arizona  British Columbia
>  Colorado  Co
> sta Rica  Fiji  Florida  Georgia  Guatemala  Idaho  Montana  New Zealand
>  Oregon
>   Pennsylvania  Texas  Washington  Wyoming
> between:
> and:
> With:
> 1 Adult
> 2 Adults
> 3 Adults
> 4 Adults
> 5 Adults
> 6 Adults
>



-- 
Eyal Edri
_______________________________________________
Perl-Unix-Users mailing list
Perl-Unix-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to