A security protocol known as SSL (Secure Socket Layer) is most commonly used to encrypt the information transmitted over the internet. Secure server certificates allow web servers to establish secure sessions with web servers, once an SSL certificate successfully installed on web servers, then the transactions between the server and client are encrypted.
1. User requests for website/webpage like XYZ offers next generation domains for the next generation of internet users.
2. The web browser attempts to connect to a website/webpage which is secured with SSL.
3. The same browser also requests that the web server identify too.
4. After that, server sends browser a copy of its SSL certificate.
5. The browser checks whether it trusts the SSL certificate or not.
6. If trusts then it sends a message to the server.
7. After that, server sends back a digitally signed acknowledgment to start an SSL encrypted session.
Read More