Hiawatha Reverse Proxy - how to configure SSL termination on reverse proxy
Thomas
22 July 2016, 13:59
Hello! I want to setup Hiawatha as reverse proxy.
Question: Can I "enable" SSL termination on reverse proxy, means no encryption on backend webservers required? If yes, what should be the configuration then?
THX
Hugo Leisink
31 July 2016, 08:31
Sure. Just let the reverse proxy accept incoming HTTPS connections (see this HOWTO) and forward them via HTTP:
VirtualHost { ... ReverseProxy .* http://<IP of your backend webserver>/ }