Strange SignalR Error: Failed to start the transport 'WebSockets': Error: There was an error with the transport. #25479
Unanswered
ViacheslavUKR
asked this question in
General
Replies: 1 comment
-
Please ensure that the SSL certificate on the server is valid and correctly configured. Additionally, verify that WebSocket is available and properly enabled on the server. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm sorry, I can don't detect a problem with SignalR. I created a test for SignalR communication. I have Hub in my backend and frontend in Blazor. If I start my test from my developer computer (from Windows) all communication is working perfectly. But if I deploy the same Blazor frontend to server (OpenSuse Leap 15.1, Kestrel service, NGINX), unexpectedly the same test, the same Blazor program can not connect to the same server endpoint. Hmmmm... What I must to check?
Beta Was this translation helpful? Give feedback.
All reactions