Mule cxf:proxy endpoint behind load-balancer uses http in soap service address

孤者浪人 提交于 2019-12-13 19:22:04

问题


As title, we had a simple service design that uses a cxf:proxy endpoint inside an http-inbound enpoint, and the Mule server is behind load-balancer which does ssl offloading.

When user requested with https://url?wsdl, in the returned wsdl, we found mule writes the service address in http. Is there any way that we could change it to https here?

We are using mule 3.5.2 here.

PS. The Load-balancer is F5 and belongs to 'network team', we could ask for the X-Forwarded-Proto header, but only if we confirm it will work? (I have no clue, also need help here please)

来源:https://stackoverflow.com/questions/28823230/mule-cxfproxy-endpoint-behind-load-balancer-uses-http-in-soap-service-address

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!