Netscape Client certs

2000-01-05 Thread Andrew Hall
As I have read from recent postings to the list, any client certs generated by Netscape's Certificate Server will present the UID as the OID: 0.9.2342.19200300.100.1.1 of which mod_ssl/apache will ignore this when presenting the environment variable: SSL_CLIENT_S_DN_UID . As I really need this p

Re: mod_ssi help

2000-01-05 Thread Cliff Rayman
check out: http://www.modssl.org/source/exp/mod_ssl/pkg.mod_ssl/INSTALL you also have a copy of this document in the mod_ssl source directory. It gives complete instructions. Just follow step by step and it should work fine. cliff rayman genwax.com Darko wrote: > Hello everybody, > > I reall

mod_ssi help

2000-01-05 Thread Darko
Hello everybody, I really need your help regarding apache. I have red hat 6.1 and apache came with this 1.3.9 version. How do I enable ssl inside apache ? I also got mod_ssl_2.4.9 package and unpacked it, but I am not sure if I need to install it. Is it possible to integrate this inside current

Re: compiling without IDEA

2000-01-05 Thread Ralf S. Engelschall
On Wed, Jan 05, 2000, Marko Asplund wrote: > i'm trying to compile mod_ssl-2.4.9-1.3.9 with OpenSSL v0.9.4 compiled > without IDEA. OpenSSL include files seem to require that NO_IDEA macro is > set in this case. what i can't figure out is how to get the configuration > script to add -DNO_IDEA fla

compiling without IDEA

2000-01-05 Thread Marko Asplund
i'm trying to compile mod_ssl-2.4.9-1.3.9 with OpenSSL v0.9.4 compiled without IDEA. OpenSSL include files seem to require that NO_IDEA macro is set in this case. what i can't figure out is how to get the configuration script to add -DNO_IDEA flag to SSL_CFLAGS in apache/src/modules/Makefile and