Re: Can you do a HTTPS redirect to multiple sub domains?

2011-01-22 Thread Willy Tarreau
On Thu, Jan 20, 2011 at 09:41:45AM +, Chris Sarginson wrote: Hi Malcolm, Not seen a reply to this, so here's my two penneth worth - currently, you need to specify each domain you are redirecting to, yes - there's no support in Haproxy for taking the host header you have supplied and

Re: Can you do a HTTPS redirect to multiple sub domains?

2011-01-20 Thread Chris Sarginson
this was on Willys todo list, but I'm not sure if he's got anywhere near it yet. Chris -Original Message- From: Malcolm Turnbull malc...@loadbalancer.org To: haproxy@formilux.org Subject: Can you do a HTTPS redirect to multiple sub domains? Date: Wed, 19 Jan 2011 21:54:20 + Willy et al

Can you do a HTTPS redirect to multiple sub domains?

2011-01-19 Thread Malcolm Turnbull
Willy et al. I'm being lazy and asking the list without experimenting first but I quite often get asked for redirecting port 80 - HTTPS and I sugest: // where 192.168.6.146 is the local stunnel/pound termination acl secure src 192.168.6.146 redirect prefix https://www.foo.com if !secure But a