Join Slack
Powered by
How can I get the X509 client certificate from an ...
# ktor
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
Joris PZ
04/03/2020, 5:28 PM
PR waiting for review:
https://github.com/ktorio/ktor/pull/1771
72
Views
Open in Slack
Previous
Next