Tagged Questions
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>
...
0
votes
2answers
174 views
client x.509 based authorization on apache
I want to give my users the ability to login with their own personal x.509 certificates. The user supply me (the account registration script) his/her x.509 public key. Apache should only accept the ...
2
votes
2answers
110 views
x509 Authentication for SSL IRC
Does anyone know if it's possible to do client authentication with x509 signed certificates on any IRCd server?
We'd like to set up a work irc server (yes, that's really what we want), but it'd be a ...
1
vote
1answer
987 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 ...