Do i read it correctly that Ktors HTTP2 support do...
# ktor
b
Do i read it correctly that Ktors HTTP2 support does not work without SSL/TLS? browser is not an issue for me because i am implementing a REST service (netty engine).
i want ELB (application load balancer) to handle my SSL stuff and communicate with the server without SSL. would be kind of important to know if that is possible.