Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 41100 invoked from network); 30 Dec 2006 15:04:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Dec 2006 15:04:02 -0000 Received: (qmail 72809 invoked by uid 500); 30 Dec 2006 15:03:58 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 72789 invoked by uid 500); 30 Dec 2006 15:03:58 -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 72778 invoked by uid 99); 30 Dec 2006 15:03:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Dec 2006 07:03:58 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of covener@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Dec 2006 07:03:48 -0800 Received: by ug-out-1314.google.com with SMTP id 75so5070585ugb for ; Sat, 30 Dec 2006 07:03:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BEIJz5YE9fFxdl1xigYtVbdq6z5epm2ZwYnQhEhaiNjOv9+U/v3gR9i94+v940Z6eSdf9w25cR3wkL9zjtgAoaAwhiYQH7nnUei3coT5qLz6wwPQ9LtUmhYY2yTuhwUGleAhVkNjLVKhavNXwUFuR4g8fc04CpN4VsXlSrVILuo= Received: by 10.67.29.12 with SMTP id g12mr4844677ugj.1167491007578; Sat, 30 Dec 2006 07:03:27 -0800 (PST) Received: by 10.67.106.7 with HTTP; Sat, 30 Dec 2006 07:03:27 -0800 (PST) Message-ID: <1404e5910612300703w77f9f20rdb4aeff4953c3058@mail.gmail.com> Date: Sat, 30 Dec 2006 10:03:27 -0500 From: "Eric Covener" To: users@httpd.apache.org In-Reply-To: <20061221083148.GP32257@fs.rag.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061221083148.GP32257@fs.rag.lan> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] How to extend the Protocol when using SSL? On 12/21/06, Michael Stapelberg wrote: > Hello everyone, > > I'd like to pass some information using my own HTTP-client to apache. I used > to just append them to the HTTP-headers using X-Foo: bar and getting them in > PHP via $_SERVER['X_FOO']. > > Now I decided that SSL is necessary for my purpose and now there is a little > problem: Man-in-the-middle (what my old method actually was) is no longer > possible. Are you doing this in the client itself or somewhere in the middle? What in apache cares the header came in over SSL? -- Eric Covener covener@gmail.com --------------------------------------------------------------------- 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