Reputation: 1193
In WSO2 ESB 4.8.1, I have deployed a Porxy Service and I have configured a Proxy in axis2.xml.
I have an issue, because server responses with 400 Bad Request due to ESB change host name to set proxy name in host name field in request.
Is there any property to solve that issue?
Upvotes: 0
Views: 289
Reputation: 1193
I have solved this issue according to SSL handshake alert: unrecognized_name error since upgrade to Java 1.7.0
I have put "-Djsse.enableSNIExtension=false" as property in wso2carbon.sh.
Upvotes: 1