On Wed, Mar 22, 2006 at 08:28:35AM +0100, Marc Stern wrote: > It seems that the PEM-encoded certificate coming out of OpenSSL (0.9.8a in > my case) contains new lines without leading space, which is interpreted as a > new HTTP header.
In what configuration does this happen? If you are using %{SSL_CLIENT_CERT}s with mod_headers then it should be OK; mod_headers will already convert CR/LF in SSL variables to spaces. joe