Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

PrefetchSocketPolicy over SSL

Discussion in 'Scripting' started by dndr, Jul 28, 2015.

  1. dndr

    dndr

    Joined:
    Jun 4, 2014
    Posts:
    2
    Hi all,

    Firewalls may both block traffic to port 843 or non-HTTP requests (such as the XML socket policy file request) over port 80. A solution would be to host the socket policy file on port 443 and encrypt the policy file request over SSL. This is possible in Flash (http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/SecureSocket.html).

    Is this also possible in Unity or are there any other ways to work around firewalls blocking ports 843 and non-HTTP traffic to port 80?