Difference between https protocol and SSL Certificate

前端 未结 4 1013
名媛妹妹
名媛妹妹 2021-01-30 06:23

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

4条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-30 06:58

    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.

提交回复
热议问题