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

The WebSocket request or response contained unsupported header(s). #64

Open
adityagalanga opened this issue Mar 23, 2022 · 0 comments
Open

Comments

@adityagalanga
Copy link

adityagalanga commented Mar 23, 2022

Hello there!
I'm using this plugin for my project, and then I get errors when using 'ws' and 'wss'.
When I use ws , the socket is stable and working. But when I change it to wss , socket gives response error like this

image

Error : The WebSocket request or response contains an unsupported header.
Close : Abnormal

is there something wrong with the socket ? or something wrong with my wss server ?
i dont know how to fix this, because i cant get more log for this error.

Thank you !

[edit]
Im using Unity 2020.3.2f1 free
And im already check another plugin, and its work when add this on another plugin code

ws.SslConfiguration.EnabledSslProtocols = SslProtocolsExtensions.Tls12

But how to place this code to this plugin ?

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

No branches or pull requests

1 participant