RE: SSL InvalidKeystore Format?

2005-12-05 Thread George Sexton
ember 05, 2005 9:10 AM > To: Tomcat Users List; [EMAIL PROTECTED] > Subject: RE: SSL InvalidKeystore Format? > > Sweet Carl that would be awesome! I have other stuff to do as > well, but > I will take a look at your post from yesterday with code to see if I > can't glean a

RE: SSL InvalidKeystore Format?

2005-12-05 Thread Carl Olivier
week! Regards, Carl -Original Message- From: Nate Rock [mailto:[EMAIL PROTECTED] Sent: 05 December 2005 16:10 To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: SSL InvalidKeystore Format? Sweet Carl that would be awesome! I have other stuff to do as well, but I will take a look at

RE: SSL InvalidKeystore Format?

2005-12-05 Thread Nate Rock
espective platforms. -rOcK -Original Message- From: Carl Olivier [mailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 7:41 AM To: 'Tomcat Users List' Subject: RE: SSL InvalidKeystore Format? Hi Nate. I am not sure if this is relevant, but think it is - the private keys, CSRs

RE: SSL InvalidKeystore Format?

2005-12-05 Thread Carl Olivier
production use. Anyway - will post my other steps/functions etc as soon as I have a moment! Regards, Carl -Original Message- From: Nate Rock [mailto:[EMAIL PROTECTED] Sent: 05 December 2005 05:11 To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: SSL InvalidKeystore Format? I think

RE: SSL InvalidKeystore Format?

2005-12-04 Thread Nate Rock
I think the issue Scott is getting caught up on is the same issue I have been having for the last week: Using APR + SSL with anything but a self signed certificate isn't clearly defined as of yet. Scott, my recommendation to you at this point is to uninstall tomcat, and then reinstall it making s

RE: SSL InvalidKeystore Format?

2005-12-04 Thread Carl Olivier
Greetings. Not sure if this will help, but I spent a lot of time fighting with certificates for use with Tomcat - from CSRs to issued certificates from the CAs - as well as using PFX files as exported from other webservers etc.. I have however got it working great, and thought to give you my step

Re: SSL InvalidKeystore Format?

2005-12-04 Thread Dhaval Patel
tes earlier email you described below? If so could you > email me it? > > Thanks > > > - Original Message - > From: "Dhaval Patel" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Saturday, December 03, 2005 1:13 PM > Subject: Re:

Re: SSL InvalidKeystore Format?

2005-12-03 Thread Scott Purcell
Could you clarify? I am unsure what you mean. I am really stuck on this, and could use a hand. - Original Message - From: "James Rome" <[EMAIL PROTECTED]> To: Sent: Saturday, December 03, 2005 2:42 PM Subject: Re: SSL InvalidKeystore Format? > The accepted

Re: SSL InvalidKeystore Format?

2005-12-03 Thread James Rome
The accepted CAs are in /jre/lib/security/cacerts which you manage with keytool. This only comes into play if you require a client certificate. Then the user's browser only presents certificates from your CA list. Jim - To unsubs

Re: SSL InvalidKeystore Format?

2005-12-03 Thread Scott Purcell
d you email me it? Thanks - Original Message - From: "Dhaval Patel" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, December 03, 2005 1:13 PM Subject: Re: SSL InvalidKeystore Format? > Scott, > >You might have to use OpenSSL inste

Re: SSL InvalidKeystore Format?

2005-12-03 Thread Dhaval Patel
pid=12 > and currently have a generic certificate running. > > > Thanks, > Scott > > > > > > > - Original Message - > From: "Nate Rock" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Friday, December 02, 2005 8:50 AM >

Re: SSL InvalidKeystore Format?

2005-12-03 Thread Scott Purcell
cat Users List" Sent: Friday, December 02, 2005 8:50 AM Subject: RE: SSL InvalidKeystore Format? Dhaval your explincation was excellent! I think with a bit more information about how exactly Scott got his certificate from verisign, I think we can help him out a bit more. 1. What did you use

RE: SSL InvalidKeystore Format?

2005-12-02 Thread Nate Rock
location I am still trying to trackdown). -rOcK -Original Message- From: Dhaval Patel [mailto:[EMAIL PROTECTED] Sent: Thursday, December 01, 2005 8:48 PM To: Tomcat Users List Subject: Re: SSL InvalidKeystore Format? Hi Scott, Good to hear that it works. Thank also go to Remy and Nat

Re: SSL InvalidKeystore Format?

2005-12-01 Thread Dhaval Patel
be able to tell, I am very confused and could use a little > explanation if possible. > > Thanks much > Scott > > > > - Original Message - > From: "Dhaval Patel" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Thursday, Dec

Re: SSL InvalidKeystore Format?

2005-12-01 Thread Scott Purcell
hanks much Scott - Original Message - From: "Dhaval Patel" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, December 01, 2005 2:08 PM Subject: RE: SSL InvalidKeystore Format? > Hi, > > I should have mention that I am running tomcat as a st

RE: SSL InvalidKeystore Format?

2005-12-01 Thread Nate Rock
till working on getting my certificate working 100% correctly but this information should help you guys out a lot if you are stuck with a PKCS#12 file. It won't be long now... -rOcK -Original Message- From: Dhaval Patel [mailto:[EMAIL PROTECTED] Sent: Thursday, December 01, 2005

RE: SSL InvalidKeystore Format?

2005-12-01 Thread Dhaval Patel
Dhaval Patel [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 01, 2005 8:49 AM > To: Tomcat Users List > Subject: Re: SSL InvalidKeystore Format? > > > Hi Scott, > > I am not tomcat expert as well as I can not help you about the error you > are getting. &g

RE: SSL InvalidKeystore Format?

2005-12-01 Thread Scott Purcell
: Tomcat Users List Subject: Re: SSL InvalidKeystore Format? Hi Scott, I am not tomcat expert as well as I can not help you about the error you are getting. After Remy's last message on SSL with APR, I finally got my windows xp + tomcat 5.5.12 + APR + SSL working. Following are the

Re: SSL InvalidKeystore Format?

2005-12-01 Thread Dhaval Patel
Hi Scott, I am not tomcat expert as well as I can not help you about the error you are getting. After Remy's last message on SSL with APR, I finally got my windows xp + tomcat 5.5.12 + APR + SSL working. Following are the steps that I have followed: (1) Install Tomcat 5.5.12 and make sure

SSL InvalidKeystore Format?

2005-12-01 Thread Scott Purcell
Well, after wasting much time trying to get the SSL running on 5.5.12, on XP, and finding out about the bad tcnative-1.dll, I thought I was out of the woods on my SSL configuration. But it appears I have one last issue (hopefully) Since I renamed the tcnative-1.dll, I am getting logs in regards t