Tag Archives: reverse proxy

Xfire unable to comm. to server under proxy

Log shows xfire.transport.http.HttpChannel Server returned error code = 417 It sounds like xfire added a “Expect 100 continue” in the header once an outgoing proxy is used. (E.g. by java property, -Dhttp.proxyHost=10.1.1.1 -Dhttp.proxyPort=8080) If a reverse proxy server is used, the reverse proxy server may not response to Expect header. Two solutions: For apache as… Read More »