Okay, maybe a dumb question. I am not really into networks and stuff.
If I have an Nginx reverse proxy with SSL, which goes to a normal http server of Ktor, is it still possible to get Http/2?
Edit:
https://ktor.io/docs/ssl.html#self-signed
"In most cases, your Ktor services are placed behind a reverse proxy such as Nginx or Apache. This means that a reverse proxy server handles security concerns, including SSL." .
I think this answers it.