Re: How do i know for certain i am using SSL?

2000-07-25 Thread Joao Pedro Gonçalves
t needs > parsing the URL... > > Joao Pedro Gonçalves wrote: > > > > Hi, is there any method that will work through all the different > > apache ssl implementations? > > Currently what i do (with openssl) is: > > > > my $s = $r->lookup_uri($r->uri);

How do i know for certain i am using SSL?

2000-07-25 Thread Joao Pedro Gonçalves
Hi, is there any method that will work through all the different apache ssl implementations? Currently what i do (with openssl) is: my $s = $r->lookup_uri($r->uri); my $ssl = $s->subprocess_env('HTTPS'); $ssl becomes 'on' , but i don't know if this is compatible with other ssl implementations.