How I can let Apache force client side certificate authentication upon guests from the internet, but require no authentication for the localhost?
Both should use https, and read the same dir, preferably on the same port.
I have a client side certificate config setup that works, now I need to add the no auth localhost access.
Does anyone have a good httpd.conf template? I tried using http://www.modssl.org/docs/2.8/ssl_howto.html#ToC10 but I could not get this to work (and that example is also not exactly what I need.)