JBoss Community

Re: Remoting-connector with SSL

created by Petr Mates in JBoss AS 7 Development - View the full discussion

For lookup with "remote://" protocol I've construct Properties for InitialContext like

 

p.put("jboss.naming.client.remote.connectionprovider.create.options.org.xnio.Options.SSL_ENABLED","true");

p.put("jboss.naming.client.connect.options.org.xnio.Options.SSL_STARTTLS","true");

 

and now it works.

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community