Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 18524 invoked from network); 10 Aug 2010 18:34:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Aug 2010 18:34:46 -0000 Received: (qmail 47313 invoked by uid 500); 10 Aug 2010 18:34:45 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 47266 invoked by uid 500); 10 Aug 2010 18:34:45 -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 47257 invoked by uid 99); 10 Aug 2010 18:34:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 18:34:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 18:34:44 +0000 Received: from thor.apache.org (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7AIYOuR029426 for ; Tue, 10 Aug 2010 18:34:24 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o7AIYN8J029425; Tue, 10 Aug 2010 14:34:23 -0400 (EDT) Date: Tue, 10 Aug 2010 14:34:23 -0400 (EDT) Message-Id: <201008101834.o7AIYN8J029425@thor.apache.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 49731] SSLVerifyClient and SSL virtual hosts don't work quite right X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: mod_ssl X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: rpluem@apache.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49731 --- Comment #3 from Ruediger Pluem 2010-08-10 14:34:20 EDT --- (In reply to comment #2) > The problem seems to persist in version 2.2.16. I have two site configurations > where one uses 'SSLClientVerify optional_no_ca' and another uses > 'SSLClientVerify none'. When using a TLS client (one that prints out the SNI > hostname that it is sending the server), I receive a CertificateRequest for Are you sure that your httpd 2.2.16 was compiled against a SNI capable openssl and that it is running against one? E.g RHEL 4 / 5 provided openssl packages are NOT SNI capable. > both sites. The content served does (correctly) depend on the hostname > provided, so the virtual host option is functioning correctly. > > I will try to confirm this using two vanilla configurations and add them to > this bug (and reopen it if confirmed). Perhaps that will reveal it is only a > configuration issue. I assume Apache 2.2.16 is the latest version you're > referring to of 2.2? I can find tarballs for 2.3.6 but I didn't think that you > meant Apache 2.3. Yes, I meant the latest 2.2. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org