What is Browser Recognition and how does it function with an SSL Certificate?
SSL (Secure Sockets Layer) is a security protocol that requires a web server and browser to work together to establish an encrypted channel for the exchange of information. Seamless trust between a browser and server depends on the browser’s ability to trust the SSL provider. When Servers and Browsers connect the following happens: the browser requests identification the server sends a copy of the SSL certificate the browser checks whether it trusts the SSL certificate when the browser trusts the SSL Certificate, it then replies to the server the server returns a digitally signed acknowledgement to start an SSL encrypted session Encrypted data can now be shared between the browser and the server Trusting the SSL CertificateA […]