Installing IIS Certificates in Tomcat?

2003-08-14 Thread Robert J. Sanford, Jr.
I'm running Tomcat inside of jboss-3.2.1_tomcat-4.1.24 but I think the issue will be the same independent of that. The platform is Win2K SP3. The plan is to use Tomcat's HTTP server instead of IIS with the AJP ISAPI connector. Since all requests are being handled by servlets with no static content

RE: Installing IIS Certificates in Tomcat?

2003-08-14 Thread Kannan Sundararajan
, August 08, 2003 6:11 PM To: [EMAIL PROTECTED] Subject: Installing IIS Certificates in Tomcat? I'm running Tomcat inside of jboss-3.2.1_tomcat-4.1.24 but I think the issue will be the same independent of that. The platform is Win2K SP3. The plan is to use Tomcat's HTTP server instead of II

RE: Installing IIS Certificates in Tomcat?

2003-08-14 Thread Robert J. Sanford, Jr.
Okay, using the .pfx file directly and the keystoreType="PKCS12" worked with no hitches. Well, one minor hitch but that was pilot error on my part. Many thanks! rjsjr > > That's great advice but it doesn't answer my > > basic question of whether or not I can import > > a certificate that was issu

RE: Installing IIS Certificates in Tomcat?

2003-08-14 Thread Robert J. Sanford, Jr.
Thanks for the info. I got the key exported from IIS in the PKCS12 format and used OpenSSL to generate a .pem file containing the private key and site certificate from that (for testing purposes I'm using an internal CA so the CA certificate was in there as well). The issue that I'm running into no

RE: Installing IIS Certificates in Tomcat?

2003-08-14 Thread Robert J. Sanford, Jr.
; connector and the rest.. It is better to have either > Apache or directly use Tomcat servers > > -Original Message- > From: Robert J. Sanford, Jr. [mailto:[EMAIL PROTECTED] > Sent: Friday, August 08, 2003 6:11 PM > To: [EMAIL PROTECTED] > Subject: Installing IIS Cer

Re: Installing IIS Certificates in Tomcat?

2003-08-11 Thread Bill Barker
ce was using IIS with Tomcat was very slow > > and it is pain in the neck to use tackle with ISAPI > > connector and the rest.. It is better to have either > > Apache or directly use Tomcat servers > > > > -Original Message- > > From: Robert J. Sanford, J