Hi,
I have an answer for the question I raised, and the answer is no, but I'd like 
to share my thought and have some feedback.
I've installed JBoss 3.2.1 on AIX with IBM JRE 1.4.2, I've configured 
JBoss&Tomcat in order to use SSL and I started it but I got the following 
exception:

java.security.NoSuchAlgorithmException: Class com.ibm.jsse.bq configured for 
SSLContext not a SSLContext
        at com.sun.net.ssl.SunJSSE_b.a(DashoA6275)
        at com.sun.net.ssl.SSLContext.getInstance(DashoA6275)
        at 
org.jboss.security.ssl.DomainServerSocketFactory.initSSLContext(DomainServerSocketFactory.java:174)

The JBoss 3.2.1 code references the com.sun.net.ssl.SSLContext class and works 
fine with Sun JRE (1.3 and 1.4) but can't work with non-Sun JRE.
So in order to use JBoss with SSL with a non-Sun JRE (i.e. IBM) I have to 
upgrade to JBoss 4.0 (which references the class javax.net.ssl.SSLContext).

Can anybody confirm it?

Thanks,
Andrea


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854407#3854407

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854407


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to