unity3d web gl support

zealot
zealot
edited December 2017 in Photon Server
does photon PUN support web gl for self hosted load balancing v3-4-31-10808 and v4-0-29-11263 server?

edit:
the lastest version do support it but does anyone know how to connect it to the load balancing server, the ip address i enter is wss://127.0.0.1 but the master server did not receive it.
is there any configuration in the app.config in the load balancing that require to be change?

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Hi @zealot,

    Thank you for choosing Photon!

    Did you try setting port? Default WSS ports can be found here.
    Did you follow this guide?
  • thanks for the quick reply
    i follow the instruction in the link above and manage to establish a connection to the master server in unity editor. But when i try to build the web gl and deploy into a brower(firefox), the brower can't connect to the master server. The error message is Firefox can’t establish a connection to the server at wss://127.0.0.1:19090/.
  • JohnTube
    JohnTube ✭✭✭✭✭
    Could you share firefox console errors/logs?
  • zealot
    zealot
    edited December 2017
    it working now!
    i change my custom certificate to a trusted certificate and the connection get establish