You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't want encryption (in uniqush-conn) if we use websocket. For websocket connections, there should be no encryption, no compression and no digest. Security is ensured by ssl, not us.
Connections using our own protocol directly on TCP will not be affected. They should always use encryption.
The text was updated successfully, but these errors were encountered:
We don't want encryption (in uniqush-conn) if we use websocket. For websocket connections, there should be no encryption, no compression and no digest. Security is ensured by ssl, not us.
Connections using our own protocol directly on TCP will not be affected. They should always use encryption.
The text was updated successfully, but these errors were encountered: