<div dir="ltr">I&#39;m using Undertow 1.4.20.Final and attempting to proxy an SSL connection to another Undertow server (also running 1.4.20.Final).  However, I&#39;m getting the following error:<div><br></div><div><div>error: Sep 14, 2017 1:25:29 PM io.undertow.server.handlers.proxy.ProxyHandler handleFailure</div><div>error: ERROR: UT005028: Proxy request to /drive failed</div><div>error: java.io.IOException: UT001000: Connection closed</div><div>error:  at io.undertow.client.http.HttpClientConnection$ClientReadListener.handleEvent(HttpClientConnection.java:578)</div><div>error:  at io.undertow.client.http.HttpClientConnection$ClientReadListener.handleEvent(HttpClientConnection.java:516)</div><div>error:  at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)</div><div>error:  at org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler.readReady(ReadReadyHandler.java:66)</div><div>error:  at org.xnio.nio.NioSocketConduit.handleReady(NioSocketConduit.java:88)</div><div>error:  at org.xnio.nio.WorkerThread.run(WorkerThread.java:561)</div></div><div><br></div><div>I&#39;ve done this in earlier versions of Undertow and it didn&#39;t have any trouble, and I don&#39;t think the code has changed.  I&#39;m using the same certificate on both the proxy and the internal server.  Unfortunately this error gives me very little information to diagnose the problem.</div><div><br></div><div>Any suggestions are appreciated.</div><div><br></div><div>Thanks,</div><div><br></div><div>Matt</div></div>