Replies: 1 comment 2 replies
-
I haven't used mTLS, but I guess you may need to create a ServerConfig that supports mTLS through ConfigBuilder. https://docs.rs/salvo_core/latest/salvo_core/conn/rustls/struct.ServerConfig.html |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, I can setup a HTTPS server with client auth enabled in Salvo. However, I cannot find a way to extract the client certificate from
Request
to perform further verification or authorization.Are there any good example to follow?
Beta Was this translation helpful? Give feedback.
All reactions