What is SSL and how does it relate to HTTPS?

前端 未结 8 1996
暗喜
暗喜 2020-12-30 01:48

What is SSL and how does it relate to HTTPS?

8条回答
  •  粉色の甜心
    2020-12-30 02:37

    HTTPS is just HTTP over SSL. Or Hypertext Transfer Protocol over Secure Socket Layer.

    SSL is an encrypted channel for communication. HTTP is the way to transfer web pages and other web content across the network.

提交回复
热议问题