Hi, My team is trying to use Ktor in a POC for a ...
# ktor
l
Hi, My team is trying to use Ktor in a POC for a BE service (to be consumed by other BFFs). We would like to use Http2 for minimal latency, but the docs seem to suggest SSL certificate is needed. Is there a way to do this without SSL?
a
Unfortunately, h2c isn't supported yet. You can follow https://youtrack.jetbrains.com/issue/KTOR-4750 for updates.
👍 2
a
You can have a H2C Nginx reverse proxy for this until Ktor supports this. Depending on your deployment strategy this might be a viable solution.