You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm planning to use the 3.2.0 version of the image to verify th QUIC performence. However, I found that haproxytech/haproxy-ubuntu-quic:3.2.0 has not been released on dockerhub yet. But I noticed that in the Dockerfile of haproxytech/haproxy-ubuntu:3.2.0, "USE_QUIC=1 & USE_QUIC_OPENSSL_COMPAT=1" were used. So I tested the haproxytech/haproxy-ubuntu:3.2.0, but it shows " this SSL library does not suppprt the QUIC protocol" whed starting.
I would like to ask if this is expected or do I need to specify the OpenSSL library myself and rebuild the haproxy image?