Hi Guys, We have a tough url rewrite we are struggling with:
I want http://foo.bar.bin/ <http://foo.bar.bin/easylodge.com.au>blah.com to redirect to http://foo-bar-bin. <http://foo-bar-bin.easylodg.com.au/> blah.com I want that last dash-domain to also redirect to SSL. The order is important. Browsers recently started doing their SSL check BEFORE the redirects, so we are getting security warnings. So now we need the dot-to-dash translation and then the SSL redirect. If folks come in on SSL directly like https://foo.bin.bar <https://foo.bin.bar.easylodge.com.au/>.blah.com, should be redirected to the SSL dashed domain instead. Anyone have some information if this is possible with haproxy 1.5.x , if not maybe 1.6.x. Thanks in advance for you reading this. Cheers Jono

