somerandomuser...

Results 6 comments of somerandomuser...
trafficstars

It is already 100% supported.

Checked via sslabs and it doesn't. Maybe missconfiguration in nginx (required some special settings for libre?).

``` ssl_protocols TLSv1.2 TLSv1.3; ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-CHACHA20-POLY1305; ssl_prefer_server_ciphers on; ``` my settings

PS. adding http/3 quic is pretty easy now: +++ --with-http_v3_module" \ after: --with-http_realip_module \