Am I correct that if I have an HTTP/2 reverse prox...
# ktor
a
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
Can you please describe your setup in more detail?
a
Nginx Reverse Proxy with HTTP2 enabled and certificates. This proxies to Ktor, without any special setup.
a
It seems that the setup should work. Feel free to write about any problems you encounter.