Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 59039 invoked from network); 27 Nov 2006 15:04:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2006 15:04:35 -0000 Received: (qmail 395 invoked by uid 500); 27 Nov 2006 15:04:32 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 375 invoked by uid 500); 27 Nov 2006 15:04:32 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 363 invoked by uid 99); 27 Nov 2006 15:04:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 07:04:32 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of pete.lucuk@ngc.com designates 208.12.122.34 as permitted sender) Received: from [208.12.122.34] (HELO xmrc0101.northgrum.com) (208.12.122.34) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 07:04:16 -0800 Received: from xbhc0001.northgrum.com ([157.127.103.72]) by xmrc0101.northgrum.com with InterScan Message Security Suite; Mon, 27 Nov 2006 07:09:38 -0800 Received: from xbhv4801.northgrum.com ([158.114.112.119]) by xbhc0001.northgrum.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 27 Nov 2006 07:03:55 -0800 Received: from XMBV4801.northgrum.com ([158.114.112.41]) by xbhv4801.northgrum.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Mon, 27 Nov 2006 10:03:52 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Date: Mon, 27 Nov 2006 10:03:51 -0500 Message-ID: <52F6AB54F39902489F13FEB65D9EB56D01840368@XMBV4801.northgrum.com> In-Reply-To: <45664CA4.1090607@t-online.de> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] How to send WHOLE SSL_CLIENT_CERT in reverse proxy? Thread-Index: AccPaRp4IdCSfy/JSyWS4pOnwkuF2gCywN7A From: "Lucuk, Pete" To: X-OriginalArrivalTime: 27 Nov 2006 15:03:52.0682 (UTC) FILETIME=[406D4CA0:01C71235] X-Virus-Checked: Checked by ClamAV on apache.org Subject: RE: [users@httpd] How to send WHOLE SSL_CLIENT_CERT in reverse proxy? Where would I put the Rewrite escape function in the stuff below? I tried a couple different things and could not get it to work. Thank you for your help, I appreciate it RewriteCond %{SSL:SSL_CLIENT_CERT} (.*) RewriteRule .* - [E=3DSSLCC:%1] RequestHeader add X-SSL-Client-Cert %{SSLCC}e RewriteRule ^/https(.*)$ https://kftcsu14.ftc.lab:48605/servlets-examples/servlet/RequestHeaderEx ample$1 [P,L]=20 >-----Original Message----- >From: Max Dittrich [mailto:max.dittrich@t-online.de]=20 >Sent: Thursday, November 23, 2006 8:37 PM >To: users@httpd.apache.org >Subject: Re: [users@httpd] How to send WHOLE SSL_CLIENT_CERT=20 >in reverse proxy? > >Lucuk, Pete schrieb: >> The backend server is a 3.x version of Jboss that uses Jetty as the=20 >> Servlet engine. >> Can you use AJP with Jetty? >>=20 >> If not, is there some simple way to yank out the new lines in=20 >> SSL_CLIENT_CERT on the reverse proxy? > >I just looked up the Apache Docs, because I remembered those=20 >internal RewriteMaps. Maybe there's a chance using the=20 >internal RewriteMap 'escape' to encode special characters like "\n". > >Limitations on the accepted length of headers (2048) may break=20 >this solution. > >hf, >.max > > > >--------------------------------------------------------------------- >The official User-To-User support forum of the Apache HTTP=20 >Server Project. >See for more info. >To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org >For additional commands, e-mail: users-help@httpd.apache.org > > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org