RE: Clientauthentication with Certificates and Apache

2004-12-16 Thread Juan Angel Martin (AC Camerfirma)
Hi, I thought that you must to put into your SSLCACertificateFile the RootCA and Issuing SubCA-2 certificates (both in PEM) and modify your SSLVerifyDepth to 1. It works in my servers. bye Juan Angel Martin Gomez AC Camerfirma Tel. +34 920252750 Fax +34 920252732 http://www.camerfirma.com --

Solaris 9 / modssl-2.8.22-1.3.33 problems

2004-12-16 Thread Steve Parker
Hi modssl-users, I'm having trouble building mod-ssl with Apache on Solaris 9, and have run out of ideas. I've been building Apache/mod-ssl happily for the past few years (although I claim no expertise in the matter), most recently having built this exact software combination on Solaris 7, which

Re: Solaris 9 / modssl-2.8.22-1.3.33 problems

2004-12-16 Thread Mads Toftum
On Fri, Dec 17, 2004 at 12:59:42AM +, Steve Parker wrote: > Summary: > It seems from http://forum.sun.com/thread.jspa?threadID=18986&tstart=15 > that this was a problem with 2.8.17, fixed in 2.8.18 with a sed command > on line 244 of apache-1.3.33/src/modules/ssl/Makefile: > > 242: ssl_expr

Re: Clientauthentication with Certificates and Apache

2004-12-16 Thread Charles-Edouard Ruault
Fitzner Daniel wrote: Hello guys, I have following pki-environment: RootCA | | Issuing SubCA-1 Issuing SubCA-2 | | UserCert-A UserCert-B I want to make cl

Combining Reverse Proxy with a Forwarding Proxy and SSL

2004-12-16 Thread Fitzner Daniel
Hello guys, I have a problem with a special environment: Client ---http>Apache Reverse Proxy (1.1.1.1) -https-> Squid Forwarding/Chaching Proxy (1.1.1.2) https-> Webserver (1.1.1.3) The client makes http-request to my apache reverse proxy. This reverse pr