I use %{SSL_CLIENT_CERT}e with 2.0.54 (patched to get mod_ssl headers).
Is this the problem ? Was it fixed after 2.0.54 ?

----- Original Message ----- From: "Joe Orton" <[EMAIL PROTECTED]>
To: "Marc Stern" <[EMAIL PROTECTED]>
Cc: "Apache development list" <dev@httpd.apache.org>
Sent: Wednesday, March 22, 2006 9:57 AM
Subject: Re: SSL_CLIENT_CERT header bad format


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



Reply via email to