Hi,
We are using
Apache/1.3.9 (Unix) mod_ssl/2.4.10 and we
could authenticate our windows 2000 ca server certificates to whole part of
server.How can I authenticate my clients for a particular URL based on
certificates but still allow arbitrary clients to access the remaining parts of
the server.We configured httpds.conf as:
<Location /pls/secureclient> SSLVerifyClient require SSLVerifyDepth 1 </Location> But it didnt worked.We get an error message from browser(internet explorer version 5.0) Method Not AllowedThe requested method POST is not allowed for the URL /pls/secureclient/LOGIN.shtml.
Apache/1.3.9 Server at appsvr Port 443 |