Using rewrite instead of redirect

2013-06-27 Thread SL
I currenty have a line in our HAProxy config that I uncomment when I want to put the site into 'maintenance mode'. It just redirects requests not for the static subdomain to a maintenance page. redirect location http://static.site.com/maintenance.htm unless { hdr(host) -i static.site.com } Of

Rate limit based on cookie pattern.

2013-06-27 Thread Augie Schwer
Hello all, Is is possible to limit connections based on data found in the Cookie header? I would like to use a unique identifier inside of the cookie data to limit abuse, by reading the data, counting the frequency, and then reacting based on a set limit. The configuration values I think I want

Re: question about sni

2013-06-27 Thread John Marrett
If you give me logs with SNI and the user-agents I'll make a very nice report. Contact me off list if you're interested. For myself, I'm quite interested in this subject. -JohnF On Thu, Jun 27, 2013 at 10:10 AM, Baptiste wrote: > also log the User-Agent ;) > > and make us a nice report. > >

Re: question about sni

2013-06-27 Thread Baptiste
also log the User-Agent ;) and make us a nice report. Baptiste On Thu, Jun 27, 2013 at 4:03 PM, Thomas Heil wrote: > Hi, > > On 27.06.2013 15:51, Baptiste wrote: >> Hi, >> >> You can log the SNI: log-format %[ssl_fc_sni] > I 'll try that. > tanks a lot. >> Baptiste >> > thomas >> On Thu, Jun 2

Re: question about sni

2013-06-27 Thread Thomas Heil
Hi, On 27.06.2013 15:51, Baptiste wrote: > Hi, > > You can log the SNI: log-format %[ssl_fc_sni] I 'll try that. tanks a lot. > Baptiste > thomas > On Thu, Jun 27, 2013 at 2:41 PM, Thomas Heil > wrote: >> Hi, >> >> I would like to evaluate SNI. Is there a possibility to log errors from >> clients

Re: question about sni

2013-06-27 Thread Baptiste
Hi, You can log the SNI: log-format %[ssl_fc_sni] Baptiste On Thu, Jun 27, 2013 at 2:41 PM, Thomas Heil wrote: > Hi, > > I would like to evaluate SNI. Is there a possibility to log errors from > clients, so we could get a feeling > how many clients cannot cope with SNI? > > > thanks, > thomas

question about sni

2013-06-27 Thread Thomas Heil
Hi, I would like to evaluate SNI. Is there a possibility to log errors from clients, so we could get a feeling how many clients cannot cope with SNI? thanks, thomas