Tagged Questions
0
votes
0answers
164 views
SSLVerifyClient optional with location-based exceptions
I have a site that requires authentication in order to access certain directories, but not others. (The "directories" are really just rewrite rules that all pass through /index.php)
In order to ...
1
vote
0answers
93 views
Apache SSL x509 authentication timeout
I have setup a location to enable client authentication based on x509 certificates:
<Location /authenticate>
SSLRequireSSL
SSLVerifyClient require
SSLVerifyDepth 10
</Location>
...
1
vote
1answer
983 views
REMOTE_USER = SSL_CLIENT_S_DN_CN under x509 with +FakeBasicAuth in Apache. Is it possible?
Hi I'm trying to incorporate a software to our intranet services (BackupPc)
This Software uses the environment variable REMOTE_USER to get the username. Placed under an Apache 2.2 server with Client ...