is there a way to restrict access to a website, running Apache via cPanel, using SSL (like CTLs on IIS/Windows)?
I.E, the user has to have an ssl certificate installed/issued to be able to access the site.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is certainly possible, through the SSLRequire directive. The most trivial setup is to formulate
%{SSL_CLIENT_VERIFY} eq "SUCCESS". This also requires settting SSLVerifyClient and SSLCACertificatePath, as well as to install the trusted CA certificates.