You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/06/29 03:21:24 UTC

DO NOT REPLY [Bug 21167] New: - SSLVerifyClient directive in location make posting with perl cgi script impossible

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21167>.
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=21167

SSLVerifyClient directive in location make posting with perl cgi script impossible

           Summary: SSLVerifyClient directive in location make posting with
                    perl cgi script impossible
           Product: Apache httpd-2.0
           Version: 2.0.40
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: mod_ssl
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: jimrich@grantis.net


Begin Configuration --------------------------
<VirtualHost 192.168.2.201:443>
  ServerAdmin webmaster@grantis.net
  DocumentRoot /home/grantis
  ServerName www.grantis.net:443
  ErrorLog /home/grantis/logs/ssl_error_log
  CustomLog /home/grantis/logs/ssl_access_log common
  ScriptAlias /cgi-bin/ /home/grantis/cgi-bin/
    SSLEngine on
    SSLCertificateFile /home/grantis/ssl.crt/grantis.crt
    SSLCertificateKeyFile /home/grantis/ssl.key/grantis_public.key
    SSLCertificateChainFile /etc/grantisCA/public/grantisca_public.crt
    SSLCARevocationFile /etc/grantisCA/crl/grantisca.crl
    SSLCACertificateFile /etc/grantisCA/grantisca.crt
    <Location /cgi-bin/bypass>
         SSLVerifyClient require
         SSLVerifyDepth 1
         SSLOptions +OptRenegotiate
    </Location>
</VirtualHost>
End Configuration --------------------------

With properly generated CA/Server/Client certificates POSTING is impossible. 
You receive the follow error:

Method not allowed!
The POST method is not allowed for the requested URL. 
If you think this is a server error, please contact the webmaster 
Error 405
www.grantis.net 
Sat 28 Jun 2003 08:10:59 PM CDT 
Apache/2.0.40 (Red Hat Linux)

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org