Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove tls on websocket #71

Closed
wants to merge 1 commit into from
Closed

remove tls on websocket #71

wants to merge 1 commit into from

Conversation

cute
Copy link

@cute cute commented Oct 17, 2019

Enabling TLS on WebSocket will conflict with fake TLS parsing.

Enabling TLS on WebSocket will conflict with fake TLS parsing.
@cbeuw
Copy link
Owner

cbeuw commented Oct 17, 2019

WSOverTLS is only supposed to be used in CDN mode. Cloak client needs to do a standard TLS handshake with the CDN server without all the stenographic information. Information that Cloak needs for its own purpose are transmitted after the standard TLS session has been established. You cannot connect directly to the Cloak server under CDN mode (there is no point to add extra WebSocket overhead).

@cute
Copy link
Author

cute commented Oct 17, 2019 via email

@cbeuw cbeuw closed this Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants