tls + proxy_protocol How to set HTTP/2 ALPN?

Update: This is now available.

If you use something like this for your port handler, it should work:

[[services.ports]]
handlers = ["proxy_proto"]
port = "5000"
proxy_proto_options = { version = "v2" }
2 Likes