What is SSL and how does it relate to HTTPS?

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

What is SSL and how does it relate to HTTPS?

8条回答
  •  不知归路
    2020-12-30 02:27

    HTTPS = HTTP over SSL

    SSL is a layer over TCP that allows for secure, encrypted exchange of data.

    HTTP normally runs over TCP and is therefore not encrypted. HTTPS is where the HTTP protocol is run over SSL rather than directly over TCP and therefore the data exchanged is encrypted.

提交回复
热议问题