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
Hello for everyone.
Even using 0.0.0.0, even using wss://, the websocket shows me a error:' WebSocket connection to 'wss://0.0.0.0:8081/' failed.
Error on line on Autobahn.js: self._websocket = new WebSocket(self._wsuri, [ab._subprotocol]);
Help me please.
The text was updated successfully, but these errors were encountered:
@om26er
I'm using SSL on my page. But even with https, it doesn't work.
A page at 'https://mysite.app/test.htm' was loaded over HTTPS but tried to connect to the insecure WebSocket endpoint 'ws: // machineip: 8080 /'. This request has been blocked; this terminal must be available in WSS.
Failed to build 'WebSocket': An insecure WebSocket connection cannot be found from a page loaded over HTTPS.
in the new ab.Session (https://mysite.app/static/js/autobahn.js:341:26)
But when I connect using the wss: // protocol, an error is set:
Failed to build 'WebSocket': An insecure WebSocket connection cannot be found from a page loaded over HTTPS.
in the new ab.Session (https://mysite.app/static/js/autobahn.js:341:26)
Hello for everyone.
Even using 0.0.0.0, even using wss://, the websocket shows me a error:' WebSocket connection to 'wss://0.0.0.0:8081/' failed.
Error on line on Autobahn.js: self._websocket = new WebSocket(self._wsuri, [ab._subprotocol]);
Help me please.
The text was updated successfully, but these errors were encountered: