Hi,
it's possible to build NGINX with HTTPv3 support, the patch adds an ability to choose different implementations of modern protocol.
Please handle with care.
Differential D33773
[PATCH] www/nginx-devel: choose modern TLS library for HTTPv3/QUIC osa on Jan 6 2022, 10:26 PM. Authored by Tags None Referenced Files
Subscribers None
Details Hi, it's possible to build NGINX with HTTPv3 support, the patch adds an ability to choose different implementations of modern protocol. Please handle with care.
Diff Detail
Event TimelineComment Actions My gripe is not with www/nginx-devel port, but rather the security/boringssl and security/openssl-quictls ports, as some of us are using DEFAULT_VERSIONS+= ssl=openssl (i.e. security/openssl from ports) which means we can't use www/nginx-devel with HTTPv3 support unless security/boringssl and security/openssl-quictls get installed to different prefixes so as to not conflict with security/openssl, as not all OpenSSL dependent software currently builds with boringssl, or openssl-quictls. Thanks @osa for making available HTTP/3 support in nginx for testing. Comment Actions Apart from DEFAULT_VERSIONS unfortunateness, overall it looks good and was tested to work.
|