Re: SSL_CLIENT_CERT header bad format

2006-03-22 Thread Joe Orton
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

Re: SSL_CLIENT_CERT header bad format

2006-03-22 Thread Marc Stern
, 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

Re: SSL_CLIENT_CERT header bad format

2006-03-22 Thread Joe Orton
On Wed, Mar 22, 2006 at 11:44:08AM +0100, Marc Stern wrote: 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 ? Yes, 2.2.0 has the %{...}s support which does this properly. There's a backport for 2.0 here:

Re: SSL_CLIENT_CERT header bad format

2006-03-22 Thread Marc Stern
[EMAIL PROTECTED] Cc: Apache development list dev@httpd.apache.org Sent: Wednesday, March 22, 2006 2:21 PM Subject: Re: SSL_CLIENT_CERT header bad format On Wed, Mar 22, 2006 at 11:44:08AM +0100, Marc Stern wrote: I use %{SSL_CLIENT_CERT}e with 2.0.54 (patched to get mod_ssl headers

SSL_CLIENT_CERT header bad format

2006-03-21 Thread Marc Stern
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. Even more important, the last empty line leads to 2 new lines without leading space, which is interpreted as the end of all HTTP