SSL (Secure Sockets Layer) is a security protocol that encrypts data communication between a web server and browser. Websites with SSL certificates run on HTTPS and display a padlock icon.
How SSL Works
Handshake: Browser requests SSL certificate from server.
Verification: Certificate Authority (CA) verifies the certificate.
Encryption: Session key is created and all data is encrypted.
Secure Communication: Data is transferred encrypted.