Websocket, Ratchet, Autobahn, can't connect -


im facing following issue:

  1. i open ws server on live-server -> running
  2. i open project on localhost -> can connect ws server
  3. i open project on live-server ( www.myproject.com ) -> can't connect ws server

any idea? need open ports?

try wss:// . if there proxy in middle may interfering.

also, have mapped tcp port using websockets server app runs? if ate using non standar port (like 80 or 443) may not mapped.


Comments

Popular posts from this blog

c++ - How to add Crypto++ library to Qt project -

jQuery Mobile app not scrolling in Firefox -

How to use vim as editor in Matlab GUI -