Hello, I've read in documentation that ktor suppor...
# ktor
a
Hello, I've read in documentation that ktor supports http2 but it needs SSL/TLS which can be enabled with additional openssl netty's plugin/driver. But we're currently using HAProxy which already has a SSL support and your servers communicates in simple http mode. Is it possible in ktor to enable http2 (h2c) mode which would work without SSL/TLS encryption?
2
anyone knows how?
b
@Antanas A. - I'm guessing you weren't able to do this? We have a similar use case where we don't want to have to manage another SSL certificate but need the load balancer to send traffic through HTTP2 because of gRPC