Join Slack
Powered by
Hi, My team is trying to use Ktor in a POC for a ...
# ktor
l
Leo N
02/24/2025, 5:24 AM
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
Aleksei Tirman [JB]
02/24/2025, 9:01 AM
Unfortunately, h2c isn't supported yet. You can follow
https://youtrack.jetbrains.com/issue/KTOR-4750
for updates.
👍 2
a
Arjan van Wieringen
02/24/2025, 5:44 PM
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.
4
Views
Open in Slack
Previous
Next