Partial Client Certificate request for Apache HTTP
Posted
by Joshua
on Server Fault
See other posts from Server Fault
or by Joshua
Published on 2010-05-12T16:05:31Z
Indexed on
2010/05/12
16:14 UTC
Read the original article
Hit count: 203
I have an Apache HTTP Server with SSL enabled and requesting a Client Certificate.
How do I set up Apache to only request the certificate when a user hits a certain part of the website?
Example:
/myapp/ should not request the cert
/myapp2/ should request the cert
Note: These applications are being served using the mod-jk
© Server Fault or respective owner