简体   繁体   中英

WSO2ESB Twilio connector doesn't work behind proxy

I tried using the Twilio connector for WSO2ESB behind a proxy, but I keep getting SocketTimeout exceptions. I tried setting the proxy in axis2.xml and through the _JAVA_OPTIONS environment variable, but nothing worked. As far as I can see, the Twilio connector either doesn't work behind a proxy, or it requires some special settings, since I can make REST calls to Twilio service via Call mediator, I just can't get the connector to work.

You need to set http.proxyHost and http.proxyPort parameters in axis2.xml to make esb to tunnel through proxy server.

Find more info with following link.

https://docs.wso2.com/display/ESB490/Enabling+SSL+Tunneling+through+a+Proxy+Server

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM