Re: Certificates...

2005-07-06 Thread Matt Stevenson
You could use the ssl_var_lookup function in a module... cert = ssl_var_lookup(r-pool, r-server, r-connection, r, SSL_CLIENT_CERT); or a cgi/php page and env variables http://www.modssl.org/docs/2.8/ssl_reference.html#ToC25. As for module writting look at the source of the modules that ship

Re: Connection time out problems

2005-07-06 Thread Ralf S. Engelschall
On Fri, Jun 10, 2005, Brian J. France wrote: I have a case where a https connection times out, which causes an alarm to trigger, apache start shutting down and mod_ssl tries to flush the buffer in a non-blocking way and hangs the connection until restart (see the backtrace below). I think

[ANNOUNCE] mod_ssl 2.8.23 for Apache 1.3.33 and OpenSSL 0.9.8

2005-07-06 Thread Ralf S. Engelschall
As OpenSSL 0.9.8 was released today, I've released another maintenance version mod_ssl 2.8.23 for use with Apache 1.3.33 and OpenSSL 0.9.8. Included are also a few other changes (see below for details). Get mod_ssl 2.8.23 from: o http://www.modssl.org/source/ o ftp://ftp.modssl.org/source/

Re: change cipher suite of a virtual host without restarting apache

2005-07-06 Thread Sourabh Bhandari
Hi Matt, Thanks for the reply. I can't have as many instances of httpd running as there are number of sites, so I've to figure out a way to do it using single instance of httpd running (I'm not bothered about the forks performed by apache itself). I think I've found a solution to this by