Rekai
My feedback
1 result found
-
19 votes
This is a valid request, so we’ll look into it. There is no ETA at the moment, but we would really appreciate you voting for this request so that we can accurately assess its popularity relative to other features. Thanks in advance!
— rk
An error occurred while saving the comment
Apache (I do not know about nginx), when configuring a host with SSL lets you request SSL authentication. That way, when a browser (client) requests content from the server, the server, instead of asking for credentials, asks for an SSL certificate that the owner of the SSL key has to have given them previously. The server, having the SSL private key, can then verify the identity of the requestor and send or deny the content.
Long story short, allow to change the following knobs (in apache) in the (v)host configuration:
SSLVerifyClient [none | optional | require | optional_no_ca]
SSLVerifyDepth <integer>