0 Replies Latest reply on Jul 13, 2002 1:33 AM by f.m.k

    3.0.1 bean call with ssl

    f.m.k

      hi,

      can someone show me how to configure (session)bean access with ssl encryption with version 3.0.1, please. i tried the things from other topics and the doc subscription - no success. what i did:

      ${JBOSS_HOME}/server/default/conf/jboss-service.xml

      added:





      my.keystore
      my.keystore.password


      ${JBOSS_HOME}/server/default/conf/standardjboss.xml

      changed:

      <container-configuration>
      <container-name>Standard Stateless SessionBean</container-name>
      ...
      <container-invoker-conf>
      true
      4445
      org.jboss.security.ssl.RMISSLClientSocketFactory
      org.jboss.security.ssl.RMISSLServerSocketFactory
      <ssl-domain>java:/jaas/MySecurityDomain</ssl-domain>

      </container-invoker-conf>
      ...


      ${JBOSS_HOME}/server/default/conf/jndi.properties

      java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
      java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces


      client side properties:


      INITIAL_CONTEXT_FACTORY=org.jnp.interfaces.NamingContextFactory
      PROVIDER_URL=localhost\:1099
      URL_PKG_PREFIXES=org.jboss.naming



      result: no change, bean-calls use unsecured port 4444

      btw, in 3.1.0alpha it seems as if there are a few config changes in this area. is therefore a working example available?

      thanks.