is there away to make Ktor Server accept connectio...
# ktor
j
is there away to make Ktor Server accept connections via mTLS?
a
you can do that by specifying a
trustStore
in your ssl connector, see https://ktor.io/docs/ssl.html#embedded-server
🙏 1