I am using https protocol. For enabling https protocol in my Apache server, I have created the key and cert files using OpenSSL.
So, even if the browser doesn't have the browser certificate installed, the page is getting loaded.
How can I stop browser from loading the Page if it doesn't have the certificate installed. And I am willing to generate separate certificate for each user. So, when I get request from the user, how can I get the certificate details on server side?
Bookmarks