Hello,
 
I installed Apache_1.3.12+OpenSSL+Mod_SSL and I add this directive:
<Directory "/home/httpd/html/ssl">
 SSLVerifyClient optional
 SSLVerifyDepth 1
 # SSLCACertificateFile conf/ssl.crt/server.crt    -> it make error if I uncomment
 SSLOptions +FakeBasicAuth +StrictRequire
 SSLRequire %{SSL_CIPHER_USEKEYSIZE} >= 128
 
 RewriteEngine on
 RewriteCond %{HTTPS} !=on
 RewriteRule .* - [F]
 
 Satisfy  any
 
 Order  deny,allow
 Deny   from all
 
 AuthType basic
 AuthName "BAM Software SRL - Protected Server"
 AuthUserFile conf/.htpasswd
 Require  valid-user
</Directory> 
 
The password for a user is not recognise .
Where is the problem ?
 
Gabriel Ciuloaica

Reply via email to