Return-Path: Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 93755 invoked by uid 500); 6 Sep 2002 10:19:11 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 93744 invoked from network); 6 Sep 2002 10:19:11 -0000 Date: 6 Sep 2002 10:19:57 -0000 Message-ID: <20020906101957.11776.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 12355] New: - SSLVerifyClient directive in location make post to PHP script impossible X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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://nagoya.apache.org/bugzilla/show_bug.cgi?id=12355 SSLVerifyClient directive in location make post to PHP script impossible Summary: SSLVerifyClient directive in location make post to PHP script impossible Product: Apache httpd-2.0 Version: 2.0.40 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: mod_ssl AssignedTo: bugs@httpd.apache.org ReportedBy: sb@samuelballe.com when configuring SSLVerifyClient directive from global none to location require, php scripts inside location are no more able to receive post data. Error Method Not Allowed then occurs. error log shows "[error] SSL Re-negotiation in conjunction with POST method not supported!" when SSLVerifyClient is set to 'required' but not when set to 'none' this configuration inside ssl virtualhost section activate the bug : ---- SSLEngine on SSLVerifyClient none SSLVerifyDepth 1 SSLOptions +OptRenegotiate SSLVerifyClient require ---- this configuration does not activate the bug : SSLEngine on SSLVerifyClient require SSLVerifyDepth 1 SSLOptions +OptRenegotiate SSLVerifyClient require --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org