KeyStore question

2005-10-23 Thread Raueber Hotzenplotz
Hmmm, having some email problems - not sure if I've already sent this. Here is the link to the SSL java code again: http://stud4.tuwien.ac.at/~e9726342/ Hi all I still want to use Tomcat with SSL (still not working). I've got a servlet that acts as a CA. 1. Question(s): Should I have separate

Re: KeyStore question

2005-10-23 Thread Daniel
All, This is as far as I have gotten. As I said, I believe I still have some issues with the certificates because I believe Tomcat is suppose to populate the HttpRequest object with a series of "attributes" that we should be able to use to retrieve things like the X.509 certificates. I fo

Re: KeyStore question

2005-10-23 Thread Daniel
eystore - it beats screwing up the JRE's cacerts while you experiment to get things right. Good Luck, - Daniel - Original Message - From: "Raueber Hotzenplotz" <[EMAIL PROTECTED]> To: Sent: Sunday, October 23, 2005 8:55 AM Subject: KeyStore question Hi all I still wa

RE: KeyStore question

2005-10-23 Thread Richard Mixon
: Tomcat Users List Subject: Re: KeyStore question Here is the link to the source code files: http://stud4.tuwien.ac.at/~e9726342/ --- Raueber Hotzenplotz <[EMAIL PROTECTED]> wrote: > Hi all > > I still want to use Tomcat with SSL (still not working). I've got a > se

Re: KeyStore question

2005-10-23 Thread Raueber Hotzenplotz
Here is the link to the source code files: http://stud4.tuwien.ac.at/~e9726342/ --- Raueber Hotzenplotz <[EMAIL PROTECTED]> wrote: > Hi all > > I still want to use Tomcat with SSL (still not working). I've got a servlet > that acts as a CA. > > 1. Question(s): > Should I have separate keystore

Re: KeyStore question, here the link to the source files

2005-10-23 Thread Raueber Hotzenplotz
To view the source code see link: http://stud4.tuwien.ac.at/~e9726342/ --- Raueber Hotzenplotz <[EMAIL PROTECTED]> wrote: > Hi all > > I still want to use Tomcat with SSL (still not working). I've got a servlet > that acts as a CA. > > 1. Question(s): > Should I have separate keystores (JKS)

KeyStore question

2005-10-23 Thread Raueber Hotzenplotz
Hi all I still want to use Tomcat with SSL (still not working). I've got a servlet that acts as a CA. 1. Question(s): Should I have separate keystores (JKS) for the web application and the Tomcat server? Where do you usually place the Tomcat keystore? At the moment I'm including the web applicati