-
Notifications
You must be signed in to change notification settings - Fork 66
nginx 1.23.1 #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nginx 1.23.1 #77
Conversation
|
|
|
leev/ngx_http_geoip2_module#110 comes with fixes for nginx 1.23.0
And then it finally times out: |
// The provided packet cannot be parsed because its version is unknown.
QUICHE_ERR_UNKNOWN_VERSION = -3The |
And always show nginx container logs (helps debugging errors from the step above)
|
Is there any problem with version 1.23.1? |
|
Yes, the http3 connections do not pass curl tests. |
|
Strangely browsers such as chrome,safari seem to work just fine. Tried several browsers and online testing tools, all works OK. |
|
Interesting, however we do need a CI check for http3 connectivity. Thanks for checking! |
|
After extensive research, I figured that the curl that you are using is old version which only accepts h3-29,h3-28 and h3-27. This draft versions has been removed from nginx. See here Currently nginx version only support QUIC V1. So we just have to use updated curl binary thats built with quiche with QUIC V1. |
|
Thanks for your research, @imraan-go ! That was my wild guess as well. So now we need to have a custom curl build to test our custom nginx build. Fun 😆 |
|
@imraan-go - my own And |
|
So, off we go 🚀 |
|
Great 🥳 . I've already been using this version in production without any issues so far. |
http://nginx.org/en/CHANGES