What is difference between https protocol and SSL Certificate that we use in web browser?
Aren\'t both of these used to encrypt communication between client (browser) an
Two pieces of one solution.
https is the protocol that defines how the client and server are going to negotiate a secure connection.
The SSL Certificate is the document that they will use to agree upon the servers authenticity.