Okay, maybe a dumb question. I am not really into ...
# ktor
a
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.
a
Nginx can do the http2 for you, ktor doesn't have to be http2 for that. You might want to read https://www.nginx.com/blog/http2-module-nginx/#QandA
👍 2
a
Not really a dump question, I'm no expert at nginx and servers but just use nginx to handle everything such http and https as it more used and tested