tfo on default-server settings

2019-07-03 Thread William Dauchy
Hello, On haproxy v2.0.x, while using tfo option in default-server: default-server inter 5s fastinter 1s fall 3 slowstart 20s observe layer7 error-limit 5 on-error fail-check pool-purge-delay 10s tfo we are getting: 'default-server inter' : 'tfo' option is not accepted in default-server

Help with 1.8.1/4 and spoa_server/spoa_example

2019-07-03 Thread Aleksandar Lazic
Hi. I know this is a old haproxy version but I have not the option to update as it's part of a vendor product. I need to bring the `[haproxy-2.0.git]/ contrib/spoa_server/` up and runnig or `[haproxy-1.8.git]/contrib/spoa_example/` from 1.8.4 to be able to run a python script. Any help is

Re: global maxconn behaviour in haproxy2.0

2019-07-03 Thread William Dauchy
On Wed, Jun 26, 2019 at 11:29:47AM +1000, Igor Cicimov wrote: > Those maxconn values are per frontend so if your backend is referenced by > two frontends you might end up with a limit of 2 x maxconn on the backend. > Hence it is recommended to set maxconn per server too to protect from > situation

Re: haproxy=2.0.1: socket leak

2019-07-03 Thread Christopher Faulet
Le 28/06/2019 à 15:09, Максим Куприянов a écrit : Hi! I found out that in some situations under high rate of incoming connections haproxy=2.0.1 starts leaking sockets. It looks like haproxy doesn't close connections to its backends after request is finished (FIN received from client) thus

RE: issue with small object caching

2019-07-03 Thread Senthil Naidu
Hi Tim, Thanks , I am seeing the same headers on chrome too any idea how to disable this. Regards Senthil -Original Message- From: Tim Düsterhus [mailto:t...@bastelstu.be] Sent: 03 July 2019 16:57 To: Senthil Naidu; Christopher Faulet; haproxy@formilux.org Subject: Re: issue with

Debugging protobuf and HTX

2019-07-03 Thread GARDAIS Ionel
Hi list, We ran into an issue with haproxy 2.0.1 in front of SonarQube. With HTX enabled, despite no errors being displayed either in haproxy nor SonarQube, some but not all analysis failed. >From SonarQube, debug shows protobuf requests >(/sonarqube/api/rules/list.protobuf) failing and

Re: issue with small object caching

2019-07-03 Thread Tim Düsterhus
Senthil, Am 03.07.19 um 13:20 schrieb Senthil Naidu: > From Firefox > *snip* > Cache-Control: no-cache This is the issue. Firefox requests that an intermediate proxy does not cache (or rather: that it re-validates its cached copy). Best regards Tim Düsterhus

RE: issue with small object caching

2019-07-03 Thread Senthil Naidu
Hi, Have tried setting "no option http-use-htx" but still the cache is not working from Firefox its working only from IE. Below are the request headers taken from developer options of both IE and Firefox From Firefox Host: testingsite.com User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64;

question about spoe doc

2019-07-03 Thread Aleksandar Lazic
Hi. in the spoe doc in section **2.5. Example** are the following lines. ``` 620 spoe-message get-ip-reputation 621 args ip=src 622 event on-client-session if ! { src -f /etc/haproxy/whitelist.lst } ``` As far as I understood the doc in line `496 args [name=] ...` right

Re: The case for changing the documentation syntax

2019-07-03 Thread Aleksandar Lazic
Hi. Am 02.07.2019 um 20:29 schrieb Hugues Alary: > And for comparison's sake, here's Asciidoc renders on github: > https://github.com/asciidoctor/asciidoctor/blob/master/README.adoc > > Other features of the asciidoc/asciidoctor ecosystem are: > - Asciidoc is also standardized > -

[PATCH] DOC: contrib: spoa_server Add some hints for building, spoa_server

2019-07-03 Thread Aleksandar Lazic
Hi. I have added some hints into the spoa_server. Thanks Thierry for the nice server ;-) Regards Aleks From a627fd7d0e190e657d7a14b6f120c12f4df0e033 Mon Sep 17 00:00:00 2001 From: Aleksandar Lazic Date: Wed, 3 Jul 2019 08:16:17 + Subject: [PATCH] DOC: contrib: spoa_server Add some hints for