Re: Advice needed for investigating a potential bug

2024-09-30 Thread Valentine Krasnobaeva
Hi Patrick, As for the configuration, there is an anonymizing mode to dump it. For example the command below allows to dump only the settings and hide all sensible info, as IPs, ports, certificats pathes, servers hostnames, etc. # ./haproxy -f haproxy_ssl.cfg -dC23571113 global     maxconn

Re: Advice needed for investigating a potential bug

2024-09-30 Thread Valentine Krasnobaeva
Hi Patrick ! Thanks a lot for providing this info ! - When working: 4 requests before the "ready" state - When non-working: 2 requests before the "ready" state It will be helpfull for such two cases to dump in the log its headers and to send these logs to us along with the configuration, if yo

Re: Advice needed for investigating a potential bug

2024-09-29 Thread Patrick Zwahlen
Hi, I can confirm that kibana login fails as well with 2.9.0. I have managed to get dev debug logs but the output is just massive, mostly because Kibana generates many elastic requests between startup and the "available" state where I can test login. Just looking at the request logs, I can alread

Re: Advice needed for investigating a potential bug

2024-09-27 Thread Willy Tarreau
On Fri, Sep 27, 2024 at 06:31:46PM +0200, Patrick Zwahlen wrote: > Thanks Valentine for all that precious information. > > I'll need some time and will probably start trying all the 2.9 versions to > maybe identify the one that brought this conflict. > > This is running in Docker and I only teste

Re: Advice needed for investigating a potential bug

2024-09-27 Thread Patrick Zwahlen
Thanks Valentine for all that precious information. I'll need some time and will probably start trying all the 2.9 versions to maybe identify the one that brought this conflict. This is running in Docker and I only tested with the '2.9' tag, so it will be interesting to bisect the 2.9 releases fi