The relationship between WSS, SSL, and HTTPS

Source: Internet
Author: User

Ssl

SSL (Secure Socket Layer) is simply a cryptographic technique through which we can establish a secure communication link on both sides of the communication, so that both sides of the data interaction can communicate securely without worrying about the data being stolen. For an in-depth knowledge of SSL, you can read this article: overview of the operating mechanism of SSL/TLS protocol

Wss

WSS is the abbreviation for Web Socket Secure, which is an encrypted version of WebSocket. We know that the data in the WebSocket is not encrypted, but the unencrypted data is easily stolen by people with ulterior motives, so in order to protect data security, people will WebSocket and SSL to achieve secure WebSocket communication, that is WebSocket secur E. So WSS is a WebSocket communication technology that uses SSL for encryption.

HTTPS

In fact, HTTPS and WSS similar, HTTP to HTTPS like WebSocket to WebSocket Secure.http protocol itself is also clear-text transmission, so in order to secure the data, people use SSL as an encrypted channel, over the SSL pass HTTP data, so the HTTP protocol running on the SSL encrypted channel is called HTTPS.

Summarize

SSL is the basis for running the WebSocket protocol on SSL is WSS; Running the HTTP protocol on SSL is HTTPS.

Source: https://segmentfault.com/q/1010000007391137/a-1020000007391991



Null

The relationship between WSS, SSL, and HTTPS

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.