[undertow-dev] Proxying SSL

Hicks, Matt matt at matthicks.com
Wed Dec 14 18:26:27 EST 2016


In
https://github.com/undertow-io/undertow/blob/master/examples/src/main/java/io/undertow/examples/http2/Http2Server.java
a
LoadBalancingProxyClient and a reverse proxy server are being used to proxy
HTTPS, but is all of that necessary?

I'm attempting to proxy from my current code:

SimpleProxyClientProvider proxyClient = new SimpleProxyClientProvider(uri);
ProxyHandler proxyHandler = Handlers.proxyHandler(proxyClient);

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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/undertow-dev/attachments/20161214/1baa707b/attachment.html 


More information about the undertow-dev mailing list