No crossdomain policy found

Options
JRJ
JRJ
edited September 2014 in Photon Server
Hey everyone; when attempting to initiate a connection between the player's client and the server-side program, this error is being thrown. We've tried putting a crossdomain policy XML file in the root directory of the hosted Unity web client games, but to no avail. We've found that the problem does not occur when we resort to opening all ports on the computer; however, due to security concerns, this is not a viable long-term solution. When only the ports that Photon's website says the program uses are open, we encounter this error, so we're unsure of where to go from here. Does anyone have any recommendations as to how we should approach this issue? Thanks.

Comments

  • Are you using a self-hosted Photon Server? Or are you connecting to Photon Cloud?

    Does the issue happen if you connect to Photon Server, or to an external web service?

    If it happens for Photon:
    Photon loads a Policy file from /deploy/Policy/assets/crossdomain.xml - are you using any ports that are not listed in that file? If so, please add them there.

    The port for the crossdomain.xml is 843 (for Unity, Flash) or 943 (Silverlight).