I read this <https://ktor.io/advanced/http2.html> ...
# ktor
r
I read this https://ktor.io/advanced/http2.html and I have a question: can I use HTTP2 if my ktor server runs without SSL, but behind an nginx server which uses SSL and redirects to http://localhost:serverPort? This sentence makes me think it would work but I’m not sure if the other requirements are for SSL to work on the ktor server or for HTTP2 to be enabled:
As per the specification, HTTP/2 does not require encryption, but all browsers will require encrypted connections to be used with HTTP/2