Re: dns resoluton and caching

2014-07-03 Thread Yumerefendi, Aydan
Thank you Baptiste. I think it will be very useful feature to add for any service that uses dynamic dns of some sort. Thanks for your reply, Best, ‹aydan On 7/3/14, 4:41 PM, "Baptiste" wrote: >On Wed, Jul 2, 2014 at 5:03 AM, Yumerefendi, Aydan > wrote: >> We are using ha

dns resoluton and caching

2014-07-01 Thread Yumerefendi, Aydan
We are using haproxy to route traffic to several AWS services that are behind an ELB and noticed the following behavior: - haproxy resolves the ELB address at startup and routes traffic just fine (not sure if haproxy uses the first IP or all resolved IPs and round-robins between them, though)

Re: Issue with ssl_c_sha1

2014-07-01 Thread Yumerefendi, Aydan
ot; wrote: >Hi, > >On Wed, May 28, 2014 at 08:47:11PM +, Yumerefendi, Aydan wrote: >> Hi, >> >> I am trying to extract the sha1 hash of the client certificate and to >>pass it >> to the backend server. My configuration has this line: >> >

Issue with ssl_c_sha1

2014-05-28 Thread Yumerefendi, Aydan
Hi, I am trying to extract the sha1 hash of the client certificate and to pass it to the backend server. My configuration has this line: http-request set-header X-SSL-Client-SHA1 %{+Q}[ssl_c_sha1] However, this does not seem to produce a string of the form "aabbcc..." as the examples