RE: [EXTERNAL] Re: built in ACL, REQ_CONTENT

2021-06-08 Thread Godfrin, Philippe E
My apologies, that trace is wrong, it is supposed to be tsdbrw: Jun  4 20:19:26 ip-172-31-77-193 haproxy[2113]: 1622837966.765959 [<<>>/pg_ingress] [strm 0x558944c88340(0) 0x0006 0x3000] trace_tcp_payload    : channel=REQUEST    - mode=TCP   (backend) - offset=0 - len=78 -

Re: [PATCH] CI: Make matrix.py executable and add shebang

2021-06-08 Thread Willy Tarreau
On Tue, Jun 08, 2021 at 06:25:40PM +0500, ??? wrote: > ack from me. Now merged, thanks! Willy

Bid Writing, Fundraising and Volunteering Workshops

2021-06-08 Thread NFP Workshops
NFP WORKSHOPS Affordable Training Courses Bid Writing: The Basics Do you know the most common reasons for rejection? Are you gathering the right evidence? Are you making the right arguments? Are you using the right terminology? Are your numbers right? Are you learning from rejections?

Re: Official ubuntu 20 repository

2021-06-08 Thread Valters Jansons
On Tue, Jun 8, 2021 at 10:01 AM Willy Tarreau wrote: > On Mon, Jun 07, 2021 at 12:58:22PM +0500, ??? wrote: > > ??, 7 ???. 2021 ?. ? 12:20, Valters Jansons : > > > On Mon, Jun 7, 2021 at 12:34 AM Ismail Azerty > > > wrote: > > > > For some security reasons, our security teams want

Re: Official ubuntu 20 repository

2021-06-08 Thread Willy Tarreau
On Tue, Jun 08, 2021 at 10:50:11AM +0300, Valters Jansons wrote: > > > term "official" maybe treated as "ubuntu official" or "haproxy official". > > > while "ubuntu official" are indeed slow, vbernat PPA is considered as > > > "haproxy official". > > > > I agree, that's what I was about to add as

Re: [PATCH] DOC: use the req.ssl_sni in examples

2021-06-08 Thread Willy Tarreau
Hi Alex, On Sat, Jun 05, 2021 at 01:31:07PM +0200, Aleksandar Lazic wrote: > Hi. > > This patch fixes the usage of req_ssl_sni in the doc. Ah good catch, applied, thank you! > Any plan to remove the old keyword or add some warning that this > keyword is deprecated? Good question, could be,

Re: Bad backend selected

2021-06-08 Thread Willy Tarreau
On Mon, Jun 07, 2021 at 07:13:43PM +0200, t...@bastelstu.be wrote: > Artur, > > [cc'ing Amaury] > > Am 2021-06-07 16:46, schrieb Artur: > > However the only difference is the 443 port explicitly specified in the > > later request. > > I am not sure it's something specific to 2.4.0, but I've

Re: Upgrading from 1.8 to 2.4, getting warning I can't figure out

2021-06-08 Thread Remi Tricot-Le Breton
Hello, On 07/06/2021 01:23, Shawn Heisey wrote: On 6/5/2021 10:47 PM, Shawn Heisey wrote: On 6/5/2021 9:30 PM, Shawn Heisey wrote: [WARNING]  (81457) : Loading: OCSP response status not successful. Content will be ignored. This error message happens when a call to OpenSSL's

Re: Official ubuntu 20 repository

2021-06-08 Thread Willy Tarreau
On Mon, Jun 07, 2021 at 12:58:22PM +0500, ??? wrote: > ??, 7 ???. 2021 ?. ? 12:20, Valters Jansons : > > > On Mon, Jun 7, 2021 at 12:34 AM Ismail Azerty > > wrote: > > > For some security reasons, our security teams want us to use the > > official repository, or recompile the whole

Re: [PATCH 2/3] CLEANUP: Make errptr const in `parse_line()`

2021-06-08 Thread Willy Tarreau
Hi Max, On Sun, Jun 06, 2021 at 12:50:21AM +0200, Maximilian Mader wrote: > Hi, > I'm not sure whether this change causes any non-obvious issues but the > compiler was happy. There's no issue for this. Adding a const somewhere will either cause build failures or have no visible consequences,

Re: [PATCH 3/3] MINOR: haproxy: Add `-cc` argument

2021-06-08 Thread Willy Tarreau
Tim, Max, On Sun, Jun 06, 2021 at 12:50:22AM +0200, Maximilian Mader wrote: > This is a cleaned-up version of Tim's PoC patch. > The documentation has been updated to reflect the changes. > A simple VTest test is included as well. Note the use of VTest's cmd > feature to skip the test if the

Re: [PATCH 3/3] MINOR: haproxy: Add `-cc` argument

2021-06-08 Thread Tim Düsterhus
Willy, On 6/8/21 11:26 AM, Willy Tarreau wrote: I couldn't figure how the VTC was OK but not testing it by hand. I finally found it, the outlen variable was not initialized, it should contain the size of the allocated area for the output, so if there was some dirt in the stack, it would use

Re: [PATCH 3/3] MINOR: haproxy: Add `-cc` argument

2021-06-08 Thread Willy Tarreau
On Tue, Jun 08, 2021 at 11:41:29AM +0200, Tim Düsterhus wrote: > Willy, > > On 6/8/21 11:26 AM, Willy Tarreau wrote: > > I couldn't figure how the VTC was OK but not testing it by hand. I finally > > found it, the outlen variable was not initialized, it should contain the > > size of the

[PATCH] CI: Make matrix.py executable and add shebang

2021-06-08 Thread Tim Duesterhus
It's a script, allow executing this as a script without needing to invoke `python3` manually. --- .github/matrix.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 .github/matrix.py diff --git a/.github/matrix.py b/.github/matrix.py old mode 100644 new mode 100755 index

Re: [PATCH] CI: Make matrix.py executable and add shebang

2021-06-08 Thread Илья Шипицин
ack from me. вт, 8 июн. 2021 г. в 18:17, Tim Duesterhus : > It's a script, allow executing this as a script without needing to invoke > `python3` manually. > --- > .github/matrix.py | 2 ++ > 1 file changed, 2 insertions(+) > mode change 100644 => 100755 .github/matrix.py > > diff --git

Re: enaling cache in github actions

2021-06-08 Thread Tim Düsterhus
Ilya, On 6/8/21 3:49 PM, Илья Шипицин wrote: Tim, maybe you have an idea how to make it work. I gave up Ack. I'll add it to my ToDo and I'll try to look into in in the next days. Best regards Tim Düsterhus

RE: [EXTERNAL] Re: built in ACL, REQ_CONTENT

2021-06-08 Thread Godfrin, Philippe E
OK, I see. An associated question, how do I gain access to that content to interrogate/parse the data in that content? pg -Original Message- From: Lukas Tribus Sent: Monday, June 7, 2021 4:08 PM To: Godfrin, Philippe E Cc: haproxy@formilux.org Subject: [EXTERNAL] Re: built in ACL,

Re: [EXTERNAL] Re: built in ACL, REQ_CONTENT

2021-06-08 Thread Jarno Huuskonen
Hello, On Tue, 2021-06-08 at 12:25 +, Godfrin, Philippe E wrote: > OK, I see. An associated question, how do I gain access to that content to > interrogate/parse the data in that content? req.body (https://cbonte.github.io/haproxy-dconv/2.4/configuration.html#7.3.6-req.body) Can you explain

Re: enaling cache in github actions

2021-06-08 Thread Илья Шипицин
Tim, maybe you have an idea how to make it work. I gave up (the idea was to cache "opt" and "download-cache" folders) enabling cache https://github.com/chipitsine/haproxy/commit/fcb5f130c44f1efb50c2aaf1842a86c7f37f0cca initially cache https://github.com/chipitsine/haproxy/runs/2773929840 dumb

RE: [EXTERNAL] Re: built in ACL, REQ_CONTENT

2021-06-08 Thread Godfrin, Philippe E
Certainly, Postrgres sends this message across the wire: Jun  2 21:14:40 ip-172-31-77-193 haproxy[9031]: #0110x00: 00 00 00 4c 00 03 00 00   75 73 65 72 00 74 73 64   |...Luser.tsd| Jun  2 21:14:40 ip-172-31-77-193 haproxy[9031]: #0110x10: 62 00 64 61 74 61 62 61   73 65 00 74 73

Re: [EXTERNAL] Re: built in ACL, REQ_CONTENT

2021-06-08 Thread Lukas Tribus
Hello, On Tue, 8 Jun 2021 at 17:36, Godfrin, Philippe E wrote: > > Certainly, > > Postrgres sends this message across the wire: > > Jun 2 21:14:40 ip-172-31-77-193 haproxy[9031]: #0110x00: 00 00 00 4c 00 > 03 00 00 75 73 65 72 00 74 73 64 |...Luser.tsd| > Jun 2 21:14:40