autobahn-js icon indicating copy to clipboard operation
autobahn-js copied to clipboard

Connections failed on SSL

Open alexolliveira opened this issue 2 years ago • 2 comments

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.

alexolliveira avatar Sep 09 '21 18:09 alexolliveira

use ws instead of wss. I am pretty sure you dont have a certificate for 0.0.0.0

om26er avatar Sep 09 '21 18:09 om26er

@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)

alexolliveira avatar Sep 09 '21 19:09 alexolliveira