SSL reverse proxy + Client Cert auth

2002-08-16 Thread Danny Kruitbosch
Hi, We want to build the following situation: - Apache with mod_ssl as a reverse SSL proxy (Client ---> SSL/HTTPS ---> Rev. proxy ---> HTTP ---> Web/App server) - We need to check for client certificates. These certs are handed out by another party (not a real TTP). We need to check the sign

SSLPassPhraseDialog on win32

2002-08-16 Thread Éric Le Gallais
Hi, I'm trying to get apache + mod_ssl work on Win32, but I'm getting this message: Init: SSLPassPhraseDialog builtin is not supported on Win32 (key file E:/Apache2/conf/ssl/www.domaine.dom.key) in the error.log file. Is there anything I can do to make that work? What exec program can

can't load /usr/local/apach2/modules/mod_sll.so into server undefined symbol x509_free

2002-08-16 Thread Venkat Reddy Valluri
Hi, I installed openssl 0.9.6g engine on redhat 7.3 over which i installed apache 2.0.39, It seems installation to be successful, but when i tried to start apache with sll ./apachecntl startssl iam getiing can't load /usr/local/apache2/modules/mod_ssl.so into server /usr/loc

Re: SSL reverse proxy + Client Cert auth

2002-08-16 Thread Thomas Gagné
I'm not sure about checking another authority, but suspect the configs would be in conf/ssl.conf. For doing the reverse proxying, I edited proxy.conf and included it inside ssl.conf. Inside proxy.conf, statements like: ProxyPass /cgi/ http://10.0.10.1/cgi/ ProxyPassReverse /cgi/ http

Re: can't load /usr/local/apach2/modules/mod_sll.so into server undefined symbol x509_free

2002-08-16 Thread R. DuFresne
didyou install openssl with shared libs? I recall this being a requirement for the apache 2 code. Also there is a newer version of apache available, it is a security update. Thanks, Ron DuFresne On Fri, 16 Aug 2002, Venkat Reddy Valluri wrote: > Hi, >I installed openssl 0.9.6g engine on

mod_sll + virtual hosts

2002-08-16 Thread Iuri Fiedoruk
When I try to load apache, I get the error: [Fri Aug 16 15:11:41 2002] [warn] NameVirtualHost :80 has no VirtualHosts [Fri Aug 16 15:11:41 2002] [warn] NameVirtualHost yy:80 has no VirtualHosts [Fri Aug 16 15:11:41 2002] [warn] NameVirtualHost xxx:80 has no VirtualHosts