Skip to main content

websockets and mobile networks and ssl

Gahhh.

Just going to ramble on this one:

Websockets is unstable going through cellular networks

Searched Google and solution seems to be SSL connections

Tried to implement, and it works to some extent, 

but realized that I'll have to have both Apache, which was running my web front end, and Tornado both listen to 443 which cannot happen

Realize finally that Tornado is a SERVER just like Apache

Try to implement web client through Tornado

It works but Websocket server and the web client still different instances so still can't have both listen, or that's what I'm thinking but I don't have time to think about it at present.

Gotta sleep.

Comments