Can't establish a WebSocket connection in Win 11

scotte

New Member
We have been utilizing the embedded player that comes with the WCS server install as an easy way to play streams in our web application. This has been working fine (quite well, actually) for over a year now, but it doesn't seem to work on Win 11 machines.

Dev console for Win 10:

1726601731888.png


Dev console on a Win 11 machine:

1726601318718.png


I upgraded the server to 5.2.2078 today but it made no difference.

This is a WCS Server running on AWS EC2.

Any ideas would be greatly appreciated!

Thanks,
Scott E.
 

Max

Administrator
Staff member
Please also check if you're using a valid domain with a valid SSL certificate to connect from Win 11 PC. If not, you must either use a valid SSL certificate or open WCS websocket URL from Win 11 PC in Chrome as https://your_wcs_ip_address:8443 before establishing websocket connection and accept a security exception.
 
Top