Posts by Paulo Antoniassi • 46 points
2 posts
-
2
votes2
answers958
viewsA: Websocket on localhost does not establish connection
Socket is a request that is always open. You need an application running on the other side. PHP is an application that has "start-middle-end". From what you’ve shown you’re trying to connect to the…
-
1
votes1
answer44
viewsA: Release Unsecured Connection with Websocket
If you use https on the web, all other connections must be secure. There is no way around the problem of self-signed, since the PWA will not allow such communication. One solution I see is to use a…