Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't get Client certificates to work
2013-04-02, 14:43
Post: #13
RE: Can't get Client certificates to work
SOLVED

The configuration for Apache MUST contain an "SSLRequire" phrase like in here (last entry):

Code:
    <Directory __HTTP_PATH__>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        allow from all

        SSLRequireSSL
        SSLRequire %{SSL_CLIENT_S_DN_O} eq "myCompany"
    </Directory>

This solves a big issue. Next is the DNS-problem.

Thank you for trying to help me.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Can't get Client certificates to work - Viator - 2013-04-02 14:43



User(s) browsing this thread: 1 Guest(s)