Re: HTTP/3 -- POST requests not working

2022-04-11 Thread Shawn Heisey
On 4/11/2022 4:51 PM, Shawn Heisey wrote: I have a more reliable way of reproducing the problem.  Finally found a way to get a version of curl that supports http3.  On a machine with docker and Internet connectivity, run this command: sudo docker run -it --rm ymuski/curl-http3 curl -v

Re: HTTP/3 -- POST requests not working

2022-04-11 Thread Shawn Heisey
On 4/11/2022 1:05 PM, Shawn Heisey wrote: I changed the backend to talk to nginx instead of apache.  It still throws a 400 when the POST is done via http/3.  It was an adventure trying to figure out how to allow POST requests in nginx.  The 400 appears to be coming from haproxy.  There is

Re: HTTP/3 -- POST requests not working

2022-04-11 Thread Shawn Heisey
On 4/11/22 12:16, Shawn Heisey wrote: Two different browsers have the same problem, so I am currently speculating that it's an issue with haproxy or apache.  I think I can install nginx without too much trouble ... I have almost no experience with it, so I get to learn something new.

HTTP/3 -- POST requests not working

2022-04-11 Thread Shawn Heisey
Starting a new thread for this. I got HTTP/3 working with haproxy.  Everything seemed to be going great, and then I noticed that logins on PHP apps were getting a 400 response back.  At first I thought it might be something in PHP, but I have now eliminated PHP as the problem. I can

[PATCH] CI: cirrus: update freebsd image to the actual 13.0 version

2022-04-11 Thread Илья Шипицин
Hello, small cirrus-ci patch Ilya From 17e3719e05a04b3064b2783ef89cc7bc7c3524e9 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Mon, 11 Apr 2022 22:25:35 +0500 Subject: [PATCH] CI: cirrus: switch to FreeBSD-13.0 we use outdated FreeBSD-12.2, which is outdated, let us update to the actual

Discounted Emailing For Nonprofits

2022-04-11 Thread Jimmy LaRose
(Because You Work With Charitable Organizations)  ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌  ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌  ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌  ‌ ‌ ‌ 

Re: QUIC and HTTP/3

2022-04-11 Thread Shawn Heisey
On 4/10/2022 11:32 PM, Willy Tarreau wrote: Interesting, and not much surprising, given that SSL is handled a bit differently. I suspect we'll see other funny stuff. By the way, if you're receiving this in the second process from the first one and the first one is using HTTP to connect to the

Re: [PATCH 1/1]: BUILD/MEDIUM: tcp_sample porting get_tcp_info to macOs

2022-04-11 Thread David CARLIER
Ok fair points. On Mon, 11 Apr 2022 at 06:38, Willy Tarreau wrote: > > Hi David, > > On Sat, Apr 09, 2022 at 02:44:54PM +0100, David CARLIER wrote: > > Hi, > > > > here a patch proposal to port a subset of the get_tcp_info samples to macOs. > > Thanks, that's quite interesting, but I really

Re: [PATCH 1/1]: BUILD/MEDIUM: tcp_sample porting get_tcp_info to macOs

2022-04-11 Thread David CARLIER
On Mon, 11 Apr 2022 at 06:38, Willy Tarreau wrote: > > Hi David, > > On Sat, Apr 09, 2022 at 02:44:54PM +0100, David CARLIER wrote: > > Hi, > > > > here a patch proposal to port a subset of the get_tcp_info samples to macOs. > > Thanks, that's quite interesting, but I really don't like the >

Re: Possible bug in stats page dark mode

2022-04-11 Thread Willy Tarreau
On Sun, Apr 10, 2022 at 12:25:54PM -0600, Shawn Heisey wrote: > On the dark mode stats page served by version 2.6-dev5, the frontend or > backend description is grey text on a white background.  It's very hard to > read. Ah indeed, a "th.desc" entry was missing to replace the background, now