Re: tomcat ssl direct help

2001-07-18 Thread John Hebert
Tan WeeSiong wrote: > hi > > i am facing a lot of problems with tomcat 3.2.1 > > the ssl direct has alreadi cause me a lot of problems > i tried to import certs of v3 and try to let it run as > a server cert but it doesn't work > the default tomcat webpage cannot be display > and the tomcat sh

tomcat ssl direct help

2001-07-18 Thread Tan WeeSiong
hi i am facing a lot of problems with tomcat 3.2.1 the ssl direct has alreadi cause me a lot of problems i tried to import certs of v3 and try to let it run as a server cert but it doesn't work the default tomcat webpage cannot be display and the tomcat shows these error msg 2001-03-22 03:47:1

Tomcat SSL direct.

2001-03-26 Thread Eric Wong
I am trying to use Tomcat direct (standalone). I can get Tomcat SSL working if I generate the .keystore the following way: keytool -genkey -alias tomcat -keyalg RSA But when I generate the certificate with openSSL: 1. generate a request and key; openssl req -new

Re: Problem with Tomcat SSL Direct.

2001-03-25 Thread Darrel Drake
3-23 10:33 Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: Problem with Tomcat SSL Direct. I get the following exceptions form tomcat: 2001-03-22 03:47:18 - Ctx( ): 400 R( /) null 2001-03-22 03:47:18 - Ct

Problem with Tomcat SSL Direct.

2001-03-24 Thread Eric Wong
I get the following exceptions form tomcat: 2001-03-22 03:47:18 - Ctx( ): 400 R( /) null 2001-03-22 03:47:18 - Ctx( ): IOException in: R( /) Socket closed And the browser displays the following message: The page cannot be displayed I can get Tomcat SSL worki

Tomcat SSL Direct problem.

2001-03-22 Thread Eric Wong
I get the following exceptions form tomcat: 2001-03-22 03:47:18 - Ctx( ): 400 R( /) null 2001-03-22 03:47:18 - Ctx( ): IOException in: R( /) Socket closed And the browser displays the following message: The page cannot be displayed I can get Tomcat SSL worki

Re: client authentication with tomcat ssl direct, how to?

2001-02-12 Thread Jeff Lansing
: Monday, February 12, 2001 11:39 AM > To: [EMAIL PROTECTED] > Subject: client authentication with tomcat ssl direct, how to? > > Hi, > > The tomcat-ssl-howto document is clear on how to set up a server > certificate sufficient for server authentication, and evidently a number &g

RE: client authentication with tomcat ssl direct, how to?

2001-02-12 Thread Lifeng Xu
Where do you find this tomcat-ssl-howto document? Thanks Lifeng -Original Message- From: Jeff Lansing [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 11:39 AM To: [EMAIL PROTECTED] Subject: client authentication with tomcat ssl direct, how to? Hi, The tomcat-ssl-howto

client authentication with tomcat ssl direct, how to?

2001-02-12 Thread Jeff Lansing
Hi, The tomcat-ssl-howto document is clear on how to set up a server certificate sufficient for server authentication, and evidently a number of people on this list have been able to get far enough with client authentication to see Internet Explorer show the empty Client Authentication dialog. My