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