Re: tomcat 4.1.29 in SSL mode on AIX 5; Algorithm SunX509 not available

2003-11-24 Thread Michael E. Allen
Bill Barker wrote:
I'm guessing that you are running IBM's JVM.  The Tomcat 5 ssl-howto has
been updated for what you need for running with IBM (Tomcat only defaults to
Sun).  The main thing is to add 'algorithm="IbmX509"' to the Factory
element.
"Michael E. Allen" <[EMAIL PROTECTED]> wrote in message

The precise message I get is:
java.io.IOException: Algorithm SunX509 not available
Thank you, thank you, thank you; it works fine now.  It would be *very* 
cool if (a) this were documented somewhere, and (b) if they would just 
support the Sun version even if they have a better one.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: tomcat 4.1.29 in SSL mode on AIX 5; Algorithm SunX509 not available

2003-11-21 Thread Bill Barker
I'm guessing that you are running IBM's JVM.  The Tomcat 5 ssl-howto has
been updated for what you need for running with IBM (Tomcat only defaults to
Sun).  The main thing is to add 'algorithm="IbmX509"' to the Factory
element.

"Michael E. Allen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Greetings!
>
> I am trying to bring up tomcat 4.1.29 in SSL mode on AIX 5.  Everything
> works find before I uncomment the server.xml section to run SSL in port
> 8443.  I have installed a keystore and I am running java 1.4.1, so the
> jsse stuff should be there.  I have also looked at the security.jar in
> $JAVA_HOME/jre/lib, and the x509 classes are there (at least, there are
> classes in sun/secutity/x509 in the security.jar file).
>
> The precise message I get is:
> java.io.IOException: Algorithm SunX509 not available
> at
>
org.apache.tomcat.util.net.jsse.JSSE14SocketFactory.init(JSSE14SocketFactory
.java:151)
> at 
> [etc]
>
> Any thoughts?
>
> Thanks,
> Michael




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



tomcat 4.1.29 in SSL mode on AIX 5; Algorithm SunX509 not available

2003-11-21 Thread Michael E. Allen
Greetings!

I am trying to bring up tomcat 4.1.29 in SSL mode on AIX 5.  Everything 
works find before I uncomment the server.xml section to run SSL in port 
8443.  I have installed a keystore and I am running java 1.4.1, so the 
jsse stuff should be there.  I have also looked at the security.jar in 
$JAVA_HOME/jre/lib, and the x509 classes are there (at least, there are 
classes in sun/secutity/x509 in the security.jar file).

The precise message I get is:
java.io.IOException: Algorithm SunX509 not available
   at 
org.apache.tomcat.util.net.jsse.JSSE14SocketFactory.init(JSSE14SocketFactory.java:151)
   at 
[etc]

Any thoughts?

Thanks,
Michael


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]