What's the process for turning 'http' into an 'htt...
# ktor
h
What's the process for turning 'http' into an 'https' for my Ktor service?
b
Incoming to a Ktor server or using a Ktor client to another server?
There's several options for Server SSL -- especially if you use docker https://ktor.io/quickstart/guides/ssl.html
h
Incoming to a Ktor server @bdawg.io.