Am I correct that if I have an HTTP/2 reverse proxy pointing to my Ktor app I don't need the ALPN Netty/Jetty dependency? My assumption was that the actual HTTP server must implement HTTP/2, but I seem to be getting proper H2 responses while I haven't installed the ALPN dependency.
a
Aleksei Tirman [JB]
10/29/2024, 1:08 PM
Can you please describe your setup in more detail?
a
Arjan van Wieringen
10/29/2024, 1:32 PM
Nginx Reverse Proxy with HTTP2 enabled and certificates. This proxies to Ktor, without any special setup.
a
Aleksei Tirman [JB]
10/29/2024, 2:06 PM
It seems that the setup should work. Feel free to write about any problems you encounter.