Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 53555 invoked from network); 10 Feb 2007 09:30:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Feb 2007 09:30:18 -0000 Received: (qmail 93187 invoked by uid 500); 10 Feb 2007 09:30:25 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 93139 invoked by uid 500); 10 Feb 2007 09:30:24 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 93062 invoked by uid 99); 10 Feb 2007 09:30:24 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Feb 2007 01:30:24 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Feb 2007 01:30:16 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id A6F517142F8; Sat, 10 Feb 2007 01:29:56 -0800 (PST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 41123] - Support of OCSP in mod_ssl (rewritten patch from bug #31383) In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20070210092956.A6F517142F8@brutus.apache.org> Date: Sat, 10 Feb 2007 01:29:56 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=41123 ------- Additional Comments From rpluem@apache.org 2007-02-10 01:29 ------- (In reply to comment #10) > I modified and cleaned up the code as requested; I will upload a new patch. > > 3. Should I replace the HTTP connection by some calls to some Apache API ? Which > API is available ? > > 4. Probably dependent to the previous question, is there any global setting > defining a proxy to call when opening an outgoing HTTP(S) connection ? I could > define it for the OCSP call only, but some other code (even external modules) > could also need it; this would lead to the same info being defined several time. > Should I implement it only for my code ? Or can I assume that the server will > always have a direct access to the OCSP server ? > Probably not well thought out, but how about a sub request to the proxy_handler provided by mod_proxy? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org