Hi, I am trying to configure apache with openssl so that it will ask client certificate to authenticate. The result i am getting is, without client certificate the browser is able to access the page. here is my httpd.conf, Virtual_host configuration <VirtualHost 10.10.20.120:8080> DocumentRoot /var/www/html ServerName 10.10.20.120 SSLEngine on SSLCertificateFile /opt/apache-1.3.26-ssl/certs/server/certificates/garexWEB.CRT SSLCertificateKeyFile /opt/apache-1.3.26-ssl/certs/server/keys/garexWEB.KEY SSLCertificateChainFile /opt/apache-1.3.26-ssl/certs/CA/garexCA.CRT <Location /cert> SSLRequireSSL SSLVerifyClient require SSLVerifyDepth 10 </Location> </VirtualHost> Can you please tell me what location i have to give in the location tab and what is more i need to add. Thanks Prabhu --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx