Concurrent User Stats

2008-04-14 Thread Hoda, Nadeem [USA]
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

RE: export client certificate CN?

2005-08-23 Thread Hoda 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("

Turning non-SSL traffic off

2005-07-05 Thread Hoda Nadeem
  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

RE: SSL Client Auth with Virtual Hosts

2005-06-23 Thread Hoda Nadeem
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

RE: SSL Client Auth with Virtual Hosts

2005-06-13 Thread Hoda Nadeem
: 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

RE: SSL Client Auth with Virtual Hosts

2005-06-02 Thread Hoda Nadeem
. /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

SSL Client Auth with Virtual Hosts

2005-05-31 Thread Hoda Nadeem
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