diff options
author | Philipp Dunkel <Philipp Dunkel@d4452222-2f33-11de-9270-010000000000> | 2009-05-21 14:52:26 +0000 |
---|---|---|
committer | Philipp Dunkel <Philipp Dunkel@d4452222-2f33-11de-9270-010000000000> | 2009-05-21 14:52:26 +0000 |
commit | 9e1281cd066d43880a5a5c16adcdd13e5a63d1b3 (patch) | |
tree | 8e03b34006720af545d102e1533a76af3bf1299a | |
parent | 5ed37d37792a727346a2221dd223b97b1fa6d626 (diff) | |
download | cacert-boardvoting-9e1281cd066d43880a5a5c16adcdd13e5a63d1b3.tar.gz cacert-boardvoting-9e1281cd066d43880a5a5c16adcdd13e5a63d1b3.tar.xz cacert-boardvoting-9e1281cd066d43880a5a5c16adcdd13e5a63d1b3.zip |
If you don't require authentication breaks for a lot of browsers since renegotioation is broken
git-svn-id: http://svn.cacert.cl/Software/Voting/vote@37 d4452222-2f33-11de-9270-010000000000
-rw-r--r-- | .htaccess | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -22,12 +22,12 @@ php_value safe_mode_exec_dir /var/empty <IfModule mod_ssl.c> SSLOptions +StdEnvVars +ExportCertData SSLUserName SSL_CLIENT_S_DN_Email - SSLVerifyClient optional - <IfModule mod_rewrite.c> - RewriteEngine on - RewriteCond %{SSL:SSL_CLIENT_VERIFY} !=SUCCESS - RewriteRule .? - [F] - ErrorDocument 403 "You need a client side certificate issued by CAcert to access this url" - </IfModule> + SSLVerifyClient require +# <IfModule mod_rewrite.c> +# RewriteEngine on +# RewriteCond %{SSL:SSL_CLIENT_VERIFY} !=SUCCESS +# RewriteRule .? - [F] +# ErrorDocument 403 "You need a client side certificate issued by CAcert to access this url" +# </IfModule> </IfModule> </FilesMatch> |