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: [email protected] ReportedBy: [EMAIL PROTECTED] Begin Configuration -------------------------- <VirtualHost 192.168.2.201:443> ServerAdmin [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
