summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess14
1 files changed, 7 insertions, 7 deletions
diff --git a/.htaccess b/.htaccess
index a189cbe..a7dc92f 100644
--- a/.htaccess
+++ b/.htaccess
@@ -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>