1 Reply Latest reply on Mar 18, 2013 5:20 AM by alanshields

    SSLContext selection

    alanshields

      Is it possible to specify the SSLContext that the Remoting system uses when using the EJBClient API? I want to be able to plug in alternative trust/key managers.

      Thanks

      Alan Shields

        • 1. Re: SSLContext selection
          alanshields

          Ok, for anybody else looking for this.

           

          In the Properties object that you pass to PropertiesBasedEJBClientConfiguration set the following properties:

           

          remote.connection.{connectionname}.connect.options.org.xnio.Options.SSL_JSSE_KEY_MANAGER_CLASSES

          remote.connection.{connectionname}.connect.options.org.xnio.Options.SSL_JSSE_TRUST_MANAGER_CLASSES

           

          to the Class names of your key and trust managers.

           

          Cheers

          Alan