RE: [cache] allow caching of OPTIONS request

2019-08-07 Thread GALLISSOT VINCENT
Hi there, May I add that, in the CORS implementation, there is a specific header used for the caching duration: Access-Control-Max-Age This header is supported by most of browsers and its specification is available : https://fetch.spec.whatwg.org/#http-access-control-max-age One would think

RE: Use SNI with healthchecks

2018-04-25 Thread GALLISSOT VINCENT
> It definitely must match in HTTP. However there's nothing making it mandatory > to send HTTP checks, let alone a Host header field (eg: if sending a simple > HTTP/1.0 request). However I'm noting the comment, because once we're able > to more easily configure the HTTP checks, we could imagine

RE: Use SNI with healthchecks

2018-04-25 Thread GALLISSOT VINCENT
re-writable. CDN providers like CloudFront or Akamai are using more and more SNI by blowing up prices on non-sni configurations (CloudFront bills 600$/month/vhost to avoid SNI) Vincent De : Willy Tarreau <w...@1wt.eu> Envoyé : mercredi 25 avril 2018 09:16 À

RE: Use SNI with healthchecks

2018-04-24 Thread GALLISSOT VINCENT
8 Obviously I cannot use %[req.hdr(host)] for "option httpchk" nor for "check-sni" directives. Do you know how can I define only one time my Host header in the code above ? Thanks, Vincent ____ De : GALL

Use SNI with healthchecks

2018-04-23 Thread GALLISSOT VINCENT
Hi all, I want to use SNI with httpchk on HAProxy 1.7.10 to connect to CloudFront distributions as backend servers. I saw in this mailing-list archives that SNI is not used by default even when using the ssl directive. We don't pay for SNI on that distribution, that means CloudFront doesn't