Our jboss application server is fronted by a proxy server.when a request comes in over
ssl, the proxy terminates ssl and passes http to jboss.Since the End point address is
generated dynamically the end point url is using http protocol ,but our proxy server
allows only https protocol.Is there any configuration change that we can make so
dynamically genrated protocol is https.
thanks
So we basically need a way to publish secure urls while still declaring the service as
non-secure.
I tried setting below in jboss-beans.xml :
is there a solution for the above problem.
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251906#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...