"William Chu" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thanks Bill, > > Where do I add the include algorithm="IbmX509"? Which file should I > add that in? >
In server.xml as an attribute to the <Http10Connector ... /> tag. > I am using Sun's JSSE jar files (jsse.jar, jcert.jar, and jnet.jar) > but I'm just using an IBM JVM. Will that work? If nothing else works, you could probably have them in $JAVA_HOME/lib/ext, and put a suitable entry in the java.security file. I don't know. I've never tried this configuration. > > If not, is there some documentation that you can point me to so that I > can confirm that Tomcat 3.3.1 won't work with any other JVM's except > for Sun's? I don't want to go to far down the wrong road ... > At one point, I believe I got it working (but this was several years ago, so I don't remember the details :). But I'm may have been using the CoyoteConnector (which was available as an addon before 3.3.2 was released). > Thanks again! > Will > > On 8/2/06, Bill Barker <[EMAIL PROTECTED]> wrote: >> >> "William Chu" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >> > Hello, >> > >> > I am trying to enable https on Tomcat 3.3.1. I am using an IBM JVM. >> > When I go to the url https://<ipaddr>, I see the following exception. >> > In my browser, I get a 503 message saying that the "Server is >> > starting". >> > >> > org.apache.tomcat.core.TomcatException: Root cause - Class >> > com.ibm.jsse.bt configured for SSLContext not a SSLContext >> > >> > Do you have an idea why I can't access my page and get the above >> > exception? >> > >> >> I believe (although it has been a long time :) that 3.3.1 only works with >> Sun's JSSE (and v1.0 at that :). However, you would certainly need to >> include algorithm="IbmX509" for it to have any chance of working. >> >> TC 3.3.2 using the CoyoteConnector should work fine on an IBM JVM. >> >> > Thank you very much for the help, >> > >> > Will >> > >> > --------------------------------------------------------------------- >> > To start a new topic, e-mail: users@tomcat.apache.org >> > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > For additional commands, e-mail: [EMAIL PROTECTED] >> > >> > >> >> >> >> >> --------------------------------------------------------------------- >> To start a new topic, e-mail: users@tomcat.apache.org >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]