When upgrading your Episerver CMS UI to the latest versions, you may run into a websocket protocol error. This article provides links on this change and how to resolve the issue.
can't establish a connection to the server at wss://yoursite.com/EPiServer/Shell/socket/endpoint/.
socket = new WebSocket(this._path);
socket = new WebSocket(this._path);
Below are some resources for what this change is and how to resolve issues when upgrading.
http://www.iis.net/learn/get-started/whats-new-in-iis-8/iis-80-websocket-protocol-support
Please sign in to leave a comment.