Authenticate Web Browser with SSL certificate
问题 Is it possible to authenticate a web browser using an ssl certificate. Say i store a private key in my application, is there any way to read a key from a browser and try to authenticate based on that? 回答1: You can authenticate a browser/user using SSL/TLS client-certificate authentication. The client certificate must be requested by the server, so you'd need access to the server configuration (not just installing some PHP code on a shared server). This is done at the SSL/TLS layer (in fact,