RE: Tomcat5, SSL, IBM JDK 1.4 and Linux

2003-09-26 Thread Halstead, Chris
-Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 11:16 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat5, SSL, IBM JDK 1.4 and Linux It seems that IBM's JSSE implementation has some limitations using the TLS protocol. However

Tomcat5, SSL, IBM JDK 1.4 and Linux

2003-09-25 Thread Halstead, Chris
OK, I'm tearing my hair out here ;-) What's the secret to making SSL work in Tomcat 5.0.12 when running on Linux with IBM JDK 1.4? I have followed the steps to the letter (thrice) and have nothing to show for it yet. I found that you need to set algorithm to IbmX509 in the connector def,

Re: Tomcat5, SSL, IBM JDK 1.4 and Linux

2003-09-25 Thread Bill Barker
It seems that IBM's JSSE implementation has some limitations using the TLS protocol. However, Tomcat seems to work fine if you change the sslProtocol=SSL. Halstead, Chris [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] OK, I'm tearing my hair out here ;-) What's the secret to making