is it possible to modify the mod_ssl env table ?

2004-07-26 Thread richard dinh
Hi, This is a general question about mod_ssl. Once the environment of the mod_ssl gets populated, is it possible to change the env variables through another module? For example, the certificate information gets passed as SSL_CLIENT_S_DN, and I need to rewrite that string value with something

A method to enable secure non-HTTP protocols

2004-07-26 Thread Pablo Royo Moreno
For some years, we have been in my company running a secure non-http file transfer system. Nowadays, with more and more system administrators allowing secure incoming connections only trough 443 port , that system doesn´t work, because it does not speak HTTP and 443 port is usually already

Re: A method to enable secure non-HTTP protocols

2004-07-26 Thread Daniel Lopez
Nice :) Apache 2 protocol modules should allow you to do this without having to patch the server (using filters), as in Apache 2 HTTP is just another protocol module that can be inserted or removed. In Apache 2 mod_ssl itself is implemented as a filter On Mon, Jul 26, 2004 at 06:22:55PM +0200,