Does anyone have metrics (or reference to metrics) related to PKI-based
concurrent users on an enterprise system, preferably smart-card based?
I know this is a very open question, but we are looking for "acceptable"
system load metrics on high-end enterprise systems.
Thanks,
Nadeem
Add the following line to you httpd configuration:
JkEnvVar SSL_CLIENT_S_DN none
JkEnvVar SSL_CLIENT_CERT none
This will make the client cert and distinguished name available through Apache
enviroment variables.
Then in Java (within a JSP/servlet):
String DN = (String) request.getAttribute("
What is the easiest
and cleanest way to entirely turn all non-SSL traffic off and only allow SSL
traffic to pass through?
Thanks.
Nadeem
Note:
We are trying to use
mod_rewrite, and it is currently messing up the mod_jk
connector:
RewriteEngine
On
#Accept nothing els
le /etc/httpd/conf/ssl.key/server.key
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eckard Wille
Sent: Tuesday, June 14, 2005 3:06 AM
To: modssl-users@modssl.org
Subject: Re: SSL Client Auth with Virtual Hosts
Hoda Nadeem schrieb:
> Eckard and A
: modssl-users@modssl.org
Subject: Re: SSL Client Auth with Virtual Hosts
Hoda Nadeem schrieb:
> On my setup, client authentication is either on or off globally. I
> can't seem to isolate it at the virtual host level.
Exactly.
Take a look at http://www.modssl.org/docs/2.8/ssl_faq.html#vh
.
/Daniel
- Original Message -----
From: "Hoda Nadeem" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, May 31, 2005 6:05 PM
Subject: SSL Client Auth with Virtual Hosts
Does anybody know if it is possible to use virtual hosts with one
virtual host with ssl client authentication, but the o
Does anybody know if it is possible to use virtual hosts with one
virtual host with ssl client authentication, but the other one without?
Example:
NameVirtualHost 111.111.111.111:443
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /var/www
ServerName abc1-no-client-auth.com
SSLE