nginx-ee
nginx-ee copied to clipboard
HTTP3 Support.
Hi.
Can we expect this cloudflare http3 module in next update?
https://blog.cloudflare.com/experiment-with-http-3-using-nginx-and-quiche/amp/
Hello @utags,
yes, I will run some tests with this module but it will be available soon
is this supported already?
Please add
https://www.nginx.com/blog/introducing-technology-preview-nginx-support-for-quic-http-3/
server { listen 443 ssl; # TCP listener for HTTP/1.1 listen 443 http3 reuseport; # UDP listener for QUIC+HTTP/3
ssl_protocols TLSv1.3; # QUIC requires TLS 1.3
ssl_certificate ssl/www.example.com.crt;
ssl_certificate_key ssl/www.example.com.key;
add_header Alt-Svc 'quic=":443"'; # Advertise that QUIC is available
add_header QUIC-Status $quic; # Sent when QUIC was used
}
Hello @Rar9, thanks for sharing the blog article, I will take a look on this.
Ok the first test is working :
root@local ~ # nginx -V
nginx version: nginx/1.19.4 (VirtuBox Nginx-ee)
built by gcc 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
built with OpenSSL 1.1.0 (compatible; BoringSSL) (running with BoringSSL)
TLS SNI support enabled
configure arguments: --with-cc-opt='-m64 -march=native -mtune=native -DTCP_FASTOPEN=23 -g -O3 -fstack-protector-strong -flto -ffat-lto-objects -fuse-ld=gold --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wimplicit-fallthrough=0 -fcode-hoisting -Wp,-D_FORTIFY_SOURCE=2 -gsplit-dwarf' --with-ld-opt='-lrt -ljemalloc -Wl,-z,relro -Wl,-z,now -fPIC -flto -ffat-lto-objects' --prefix=/usr/share --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pid --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --modules-path=/usr/share/nginx/modules --build='VirtuBox Nginx-ee' --with-http_ssl_module --with-http_v2_module --with-http_v3_module --with-file-aio --with-threads --with-openssl=../quiche/deps/boringssl --with-quiche=../quiche --with-http_stub_status_module --with-http_realip_module --with-http_auth_request_module --with-http_addition_module --with-http_gzip_static_module --with-http_gunzip_module --with-http_mp4_module --with-http_sub_module --with-pcre-jit --add-module=../echo-nginx-module --add-module=../headers-more-nginx-module --add-module=../ngx_cache_purge --add-module=../ngx_brotli --with-zlib=../zlib-cf --sbin-path=/usr/sbin/nginx
when will it be avaible with http3 support?
Any update on this?
Any EAT😋?
Hi and news since your last update?
Any update?
Hi guys,
Yes please. Is there any update on this?
Would be very nice.
Thank you!