[undertow-dev] Some help on Reverse Proxy Server

Stuart Douglas sdouglas at redhat.com
Sun Sep 13 21:17:20 EDT 2015


And example of this can be found in this test:

https://github.com/undertow-io/undertow/blob/master/core/src/test/java/io/undertow/server/handlers/proxy/LoadBalancingProxyHttpsTestCase.java

Stuart

----- Original Message -----
> From: "Devl Devel" <devl.development at gmail.com>
> To: undertow-dev at lists.jboss.org
> Sent: Saturday, 12 September, 2015 12:00:48 AM
> Subject: [undertow-dev] Some help on Reverse Proxy Server
> 
> At present the git example for Reverse Proxy is a non https/ssl example.
> 
> 
> https://github.com/undertow-io/undertow/blob/master/examples/src/main/java/io/undertow/examples/reverseproxy/ReverseProxyServer.java
> 
> Please can you help with an example using SSL and https?
> 
> I take it the .addHost( new URI ( " http://localhost:8081 " ) method
> 
> needs and XNioSSL object to work with https redirection? If so, please can
> you provide an example of how to configure this?
> 
> Thanks
> Devl
> 
> 
> 
> _______________________________________________
> undertow-dev mailing list
> undertow-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/undertow-dev


More information about the undertow-dev mailing list