<div dir="ltr">In <a href="https://github.com/undertow-io/undertow/blob/master/examples/src/main/java/io/undertow/examples/http2/Http2Server.java">https://github.com/undertow-io/undertow/blob/master/examples/src/main/java/io/undertow/examples/http2/Http2Server.java</a> a LoadBalancingProxyClient and a reverse proxy server are being used to proxy HTTPS, but is all of that necessary?<div><br></div><div>I&#39;m attempting to proxy from my current code:</div><div><br></div><div><font face="monospace">SimpleProxyClientProvider proxyClient = new SimpleProxyClientProvider(uri);</font></div><div><font face="monospace">ProxyHandler proxyHandler = Handlers.proxyHandler(proxyClient);</font></div><div><br></div><div>To add support to proxy SSL. The proxying is local and both the originating server and the server being proxied to are using the exact same SSL certificate.  Is there something I can add to this to make it work right, or do I have to create a LoadBalancingProxyClient?</div></div>