I've searched the list archives and I have been through the 3.2.1 docs.

Have successfully set up SSL on JBoss+Tomcat and accessed the jmx-console
over https.

Have configured JMS protocol UIL2 with this (no other changes):

<attribute name="SecurityDomain">java:/jaas/mySSL</attribute>  
<attribute
name="ClientSocketFactory">org.jboss.security.ssl.ClientSocketFactory</attri
bute>  
<attribute
name="ServerSocketFactory">org.jboss.security.ssl.DomainServerSocketFactory<
/attribute>

Security domain is set up in the primary conf/jboss-service.xml and above is
in deploy/jms/jboss-service.xml in the UIL2 section.

Server starts fine but when I try to connect using the very basic MQ test
program (that works with above lines commented out) I get an SSLException in
the server output:

22:58:33,845 ERROR [SocketManager] Failed to create ObjectInputStream
javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
        at com.sun.net.ssl.internal.ssl.InputRecord.b(DashoA6275)
        ...

What am I missing?


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to