SSL Client Authorization

2004-06-01 Thread Sander Smith
I'm writing an application with SSL that's been working fine, and would like to enable client authorization. It seemed like the thing to do was go to my connector (org.apache.coyote.tomcat5.CoyoteConnector) and enable it there. Lo and behold there is a method (setClientAuth) that seems to do

Re: SSL Client Authorization

2004-06-01 Thread Parsons Technical Services
www.parsonstechnical.com - Original Message - From: Sander Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 6:29 AM Subject: SSL Client Authorization I'm writing an application with SSL that's been working fine, and would like to enable client authorization. It seemed like

Re: SSL Client Authorization

2004-06-01 Thread Sander Smith
Message - From: Sander Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 6:29 AM Subject: SSL Client Authorization I'm writing an application with SSL that's been working fine, and would like to enable client authorization. It seemed like the thing to do was go to my

Re: SSL Client Authorization

2004-06-01 Thread Jim Hopp
: Sander Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 6:29 AM Subject: SSL Client Authorization I'm writing an application with SSL that's been working fine, and would like to enable client authorization. It seemed like the thing to do was go to my connector

Re: SSL Client Authorization

2004-06-01 Thread Parsons Technical Services
www.parsonstechnical.com - Original Message - From: Sander Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 6:29 AM Subject: SSL Client Authorization I'm writing an application with SSL that's been working fine, and would like to enable client authorization. It seemed like

Re: SSL Client Authorization

2003-10-01 Thread Christopher Williams
Rich, Here are some instructions on using OpenSSL to set up your own CA. SETTING UP YOUR CA --- Step 1. Go to www.openssl.org and download the source code. Even Windows users need to build it, so you'll need access to a C compiler. You may be able to get hold

SSL Client Authorization

2003-09-30 Thread Rich Paterson
I'm looking for a good overview of how to achieve certificated based client authorization using Tomcat. I've configured SSL and have set the clientAuth=true. This seems to prohibit client access. I'm assuming this is because the client is not authorized. My question might be somewhat

Need help with SSL Client Authorization

2002-02-22 Thread Michael Migdol
Hi all, I know this is at least the third request I have seen regarding this topic. Maybe we need more information in the Tomcat documentation? I've been trying for a day now to get this to work without success. Hopefully someone here can help. I'm running Tomcat 4.0.2 in standalone mode. I