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&...]