https://kotlinlang.org logo
Title
v

vngantk

06/20/2019, 12:51 AM
How can I get the X509 client certificate from an HTTPS request like what I can do with the servlet framework using HttpServletRequest.getAttribute(“javax.servlet.request.X509Certificate”)?
c

cy

06/20/2019, 8:28 AM
Unfortunately this is not supported yet. Could you please open an issue https://github.com/ktorio/ktor/issues/new and describe your usecase?
j

Joris PZ

04/01/2020, 8:06 PM
I ran into this problem today, and created an issue for it: https://github.com/ktorio/ktor/issues/1767