I have configured mTLS in my ktor server. How can ...
# ktor
d
I have configured mTLS in my ktor server. How can I access/get e.g. the client cert’s X509 subject/CN Either in a routing handler, or with kind of a request interceptor, after SSL Connection was successfully established. I’d love to have something comparable to spring’s “Principal” which I can inject to business logic execution.