Dongjun Sun [
http://community.jboss.org/people/sean171] replied to the discussion
"Remote client receives 'connection refused'"
To view the discussion, visit:
http://community.jboss.org/message/535594#535594
--------------------------------------------------------------
Not knowing much about the interactions between the EJB layer and the remoting framework.
But here's what seems to get the problem going away aftering changing the client
binding url,
clientBindUrl = "
https://0.0.0.0/servlet-invoker/SSLServerInvokerServlet
https://:443/servlet-invoker/SSLServerInvokerServlet"
The difference is to dop the host part of "0.0.0.0". Although the url is *not* a
complete one missing the host part, that seems to do the trick.
Thanks.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/535594#535594]
Start a new discussion in JBoss Remoting at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]