0 Replies Latest reply on Sep 11, 2002 11:39 AM by r_clegg1

    RMI SSL and EJBs

    r_clegg1

      I have being trying to rmi and ssl working in RC 3.0
      for EJB's. It works OK for SSL and Tomcat in RC3.
      I have entered the following in standardjboss.xml
      in the container-configuatrion:

      <container-invoker-conf>
      false
      4445
      org.jboss.security.ssl.RMISSLClientSocketFactory
      org.jboss.security.ssl.RMISSLServerSocketFactory
      localhost
      java:/jaas/RMI-SSL
      </container-invoker-conf>

      and set up the domain in jboss-service.xml :

      <!-- SSL Domain for RMI-EJB -->



      jboss.security:service=JaasSecurityManager




      keys/server.keystore
      changeit



      But the EJB fails to use the ssl port.
      Any ideas?