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 SSLOptions +StdEnvVars +ExportCertData SSLUserName SSL_CLIENT_S_DN_Email - SSLVerifyClient optional - - 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" - + SSLVerifyClient require +# +# 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" +#