Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: What do the values from SSL CLIENT VERIFY mean? |
|
Author |
|
rv0987
Joined: 18 Dec 2012 Posts: 1 Location: nl
|
Posted: Tue 18 Dec '12 12:05 Post subject: What do the values from SSL CLIENT VERIFY mean? |
|
|
If you enable ssl in apache, you can verify a client certificate. If so apache will create a environment variable for you with the name 'SSL_CLIENT_VERIFY' with values 'NONE, SUCCESS, GENEROUS or FAILED:reason'. See https://httpd.apache.org/docs/2.0/mod/mod_ssl.html
What is the meaning of this different values? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Tue 08 Jan '13 12:03 Post subject: |
|
|
NONE: client has no cert
SUCCESS = cert is valid
GENEROUS = says only that some kind of certificate was sent at all
FAILED:reason = auth with the cert failed
SUCCESS is what you should look for |
|
Back to top |
|
|
|
|
|
|