Well, my configuration has changed a bit but here's what I'm trying to accomplish... I want to dynamically look up the host or IP that's being requested. Right now I have our internal DNS pointing our domains to an internal IP (for development purposes) but don't want SSL requests to hit our internal servers. So, if a 443 request is made - simply push to production.

Is there a way to dynamically set the host/IP in the server so it perform a DNS lookup for the real IP and just simply passes through TCP? Kind of like...

backend production_ssl
    mode tcp
    balance source
    server web $REQUESTED_HOST:443

I'm banging my head against the wall on how to get SSL to work without hard-coding every single domain because we have over 1000 of them!


On 1/25/11 10:39 PM, Willy Tarreau wrote:
On Tue, Jan 25, 2011 at 07:20:20PM -0800, Anthony Saenz wrote:
  I read the documentation and couldn't see anything on it but is there a way
to dynamically (on-the-fly) clear a sticky session cookie? It's kind of for
development environment switching and a sticky session set by time isn't
exactly what we're looking for.
Could you describe in more details how you'd like that to work for your
case instead ?

Regards,
Willy


Reply via email to