[jboss-user] [EJB3] - Re: EJB3 over SSL doesn't work for remote client

Carlo de Wolf do-not-reply at jboss.com
Fri Aug 26 03:04:58 EDT 2011


Carlo de Wolf [http://community.jboss.org/people/wolfc] created the discussion

"Re: EJB3 over SSL doesn't work for remote client"

To view the discussion, visit: http://community.jboss.org/message/623110#623110

--------------------------------------------------------------
@RemoteBinding(clientBindUrl="sslsocket://${jboss.bind.address}:3843")


Means that you ask the client to connect to the address specified after '-b'. When the client tries to connect to 0.0.0.0 it won't find the server, hence the connection refused.

Instead of ${jboss.bind.address} you could use your server hostname. That would instruct the client to connect to that address instead.
If the server lives behind a NAT make sure you also use a split DNS configuration.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/623110#623110]

Start a new discussion in EJB3 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110826/21812432/attachment.html 


More information about the jboss-user mailing list