RE: Importing Verisign, Thawte, or any certificate into Tomcat Standalone SSL

2003-03-19 Thread Shivkumar_Shivaji
le. Enjoy!! -Original Message- From: Shivaji, Shivkumar Sent: Wednesday, March 19, 2003 4:16 PM To: [EMAIL PROTECTED] Subject: Importing Verisign, Thawte, or any certificate into Tomcat Standalone SSL Hi, I have a very similar problem to that posed by Mark Liu in earlier messages: Self-ge

Importing Verisign, Thawte, or any certificate into Tomcat Standalone SSL

2003-03-19 Thread Shivkumar_Shivaji
Hi, I have a very similar problem to that posed by Mark Liu in earlier messages: Self-generating a certificate with keytool: keytool -genkey -alias tomcat -keyalg RSA works fine. However, importing a Verisign, or even openssl certificate causes problems. The importing part is ok. However, then

Tomcat Standalone SSL and client certificates?

2002-12-23 Thread Jason Pyeron
oh I got a good one here all, in tomcat-docs/ssl-howto.html under section Introduction to SSL, I quote: In certain cases, the server may also request a Certificate from your web browser, asking for proof that you are who you claim to be. This is known as "Client Authentication," although in pr

Re: Tomcat standalone + SSL.

2002-12-06 Thread Alexander Wallace
I think i've been schooled in this already, so please disregard this unless still want to comment on it... Thanks again and sorry for this post, but it was made one minute before I was kindly informed by Milt Epstein that there is no way of doing what i ask here... On Fri, 2002-12-06 at 16:48, Al

Tomcat standalone + SSL.

2002-12-06 Thread Alexander Wallace
Hello there... I have asked this question before but maybe with the wrong subject, so here i try again. I have a web app that needs to use SSL at one point, but not from the beginning. Now i understand tat once i start using SSL i need to stay in that mode, and that is fine. My problem is that wh

Re: nutty steps for setting up tomcat standalone ssl

2001-05-16 Thread Kevin Pang
]> Sent: Tuesday, May 15, 2001 8:25 PM Subject: nutty steps for setting up tomcat standalone ssl > 1) Delete your old keyring (/root/.keystore) file completely > unless you can't for whatever reason. > > Now build a new keyring file; > > 2) keytool -genkey -alias tomcat

RE: nutty steps for setting up tomcat standalone ssl

2001-05-15 Thread Alexander Jesse
Hi, just a comment to your last remark: -Original Message- ---cut away Also- The deal seems to be, regardless of what the guide says, Tomcat must use RSA algo keys. OR I myself have only gotten RSA keys to work, whichever. This leaves you with a self-signed server of course. The next

nutty steps for setting up tomcat standalone ssl

2001-05-15 Thread Tim O'Neil
1) Delete your old keyring (/root/.keystore) file completely unless you can't for whatever reason. Now build a new keyring file; 2) keytool -genkey -alias tomcat -keyalg RSA Note your keyring password, you'll need it later. This step seems important for reasons I outline later. 3) openssl

RE: Tomcat standalone SSL, import of certificate

2001-02-13 Thread John Golubenko
Do you know how to get them "trusted", for free please. I don't want (ant not going to) pay $ to Verisign or other co.'s. >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<&l

RE: Tomcat standalone SSL, import of certificate

2001-02-13 Thread Coetmeur, Alain
> -Message d'origine- > De: Drasko Kokic [mailto:[EMAIL PROTECTED]] > Date: lundi 12 février 2001 15:43 > À: [EMAIL PROTECTED] > Objet: Tomcat standalone SSL, import of certificate > > > Hello, > > I have installed SSL support for Tomcat3.2.1 on &

Tomcat standalone SSL, import of certificate

2001-02-12 Thread Drasko Kokic
Hello, I have installed SSL support for Tomcat3.2.1 on a Windows NT machine, and it works nicely for a dummy certificate generated (according to the Tomcat SSL instructions) with keytool. Now I want to import an openssl-generated certificate (from thawte) which we use already for SSL support of t

Re: Tomcat alias in tomcat standalone SSL

2001-02-07 Thread Pete Ehli
TECTED]> Sent: Wednesday, February 07, 2001 5:36 PM Subject: Tomcat alias in tomcat standalone SSL > I'm trying to integrate Tomcat 3.2.1 with my application, and have modified > the implementation of SSLSocketFactory to use my keystore and trust manager. > I have a certificate in

Tomcat alias in tomcat standalone SSL

2001-02-07 Thread Barbara Nelson
I'm trying to integrate Tomcat 3.2.1 with my application, and have modified the implementation of SSLSocketFactory to use my keystore and trust manager. I have a certificate in my keystore, but it has a different alias (not tomcat) and I cannot change the alias. Where in the tomcat source code do