Hi Ktor team, how can i query the client cert details from the call object? I would like to use client cert based authentication using cert CN. Right now i am using Netty engine.
a
Aleksei Tirman [JB]
12/06/2024, 7:50 AM
As I can see, the client authentication is enabled when a trust store is defined. However, I cannot find a way to access the certification details through the call object.