When we do reverse proxy for several sites in SSL mode, do we need to allocate dedicated ip for each Binding, which uses different SSL certificate?
Thanks Andrew
Hugo Leisink
6 April 2013, 20:14
No, Hiawatha supports Server Name Indication [en.wikipedia.org]. Use the SSLcertFile option inside a VirtualHost section. The SSLcertFile option is still obliged in the Binding section, because it shows Hiawatha the default certificate (when no SSLcertFile option is used in a VirtualHost section).
Aquanet
7 April 2013, 14:43
Thank you, Hugo,
And then how do we set ReverseProxy directive, like this:
ReverseProxy .* https://ip_address:443/ 30
Regards Andrew
Hugo Leisink
7 April 2013, 17:14
Yes, just like explained in the manual page . The 443 port number is not required, because it's default for HTTPS.