Re: [PATCH] support Openssl 1.1.1 early callback API for HS

2017-09-06 Thread Emmanuel Hocdet
Hi Willy, > Le 5 sept. 2017 à 10:11, Willy Tarreau a écrit : > > Hi Manu, > > On Mon, Sep 04, 2017 at 04:39:45PM +0200, Emmanuel Hocdet wrote: >> Hi Emeric, Christopher >> >> If you can review when you have time. (3) for Christopher. >> >> This patches allows to support native

AWS ELB with HA proxy showing 5XX errors

2017-09-06 Thread DHAVAL JAISWAL
I want to ensure if there is any IP change of AWS ELB it should not give any 5XX, 503 or affect the production site. In order to solve it following configuration changes made in haproxy.cfg. Please advise if there is any change require in the following configuration. Does it required two

Re: regression with patch 19e8aa58 "BUG/MINOR: server: Remove FQDN requirement for using init-addr and state file"

2017-09-06 Thread Willy Tarreau
On Wed, Sep 06, 2017 at 01:10:26PM +0200, Emmanuel Hocdet wrote: > Hi, > > server configuration now break with: > > cfg sample: > listen tls > [...] > server bla 127.0.0.1:8080 > > [ALERT] 248/130258 (21960) : parsing [/etc/haproxy/test.cfg:53] : 'server > bla' : no method found to

Re: regression with patch 19e8aa58 "BUG/MINOR: server: Remove FQDN requirement for using init-addr and state file"

2017-09-06 Thread Nenad Merdanovic
Hello Willy, On 9/6/2017 2:03 PM, Willy Tarreau wrote: On Wed, Sep 06, 2017 at 01:10:26PM +0200, Emmanuel Hocdet wrote: Hi, server configuration now break with: cfg sample: listen tls [...] server bla 127.0.0.1:8080 [ALERT] 248/130258 (21960) : parsing [/etc/haproxy/test.cfg:53] :

regression with patch 19e8aa58 "BUG/MINOR: server: Remove FQDN requirement for using init-addr and state file"

2017-09-06 Thread Emmanuel Hocdet
Hi, server configuration now break with: cfg sample: listen tls […] server bla 127.0.0.1:8080 [ALERT] 248/130258 (21960) : parsing [/etc/haproxy/test.cfg:53] : 'server bla' : no method found to resolve address '(null)' [ALERT] 248/130258 (21960) : Failed to initialize server(s) addr.

Re: regression with patch 19e8aa58 "BUG/MINOR: server: Remove FQDN requirement for using init-addr and state file"

2017-09-06 Thread Willy Tarreau
On Wed, Sep 06, 2017 at 02:16:34PM +0200, Nenad Merdanovic wrote: > Can you please revert this patch? It's not a good way to fix the issue we > were experiencing before. It will need a bigger rewrite, because the logic > in srv_iterate_initaddr needs to be changed. OK now done. Thanks for your