Page 3 of 3

Security Violation

Posted: Tue Oct 26, 2010 4:19 pm
by MarcPires
Well, after testing this solution in Windows XP Professional, i just installed my Perl Policy Server in a Windows 2003 Server and that's working very fine too. Tomorrow i will try some more improvements and post the results.

Thanks

Security Violation

Posted: Thu Jan 12, 2012 2:02 am
by Vladimir
Hello,

Additional recommendations on this issue:

http://www.adobe.com/devnet/flashplayer ... files.html

Thank you.

Re: Security Violation

Posted: Mon Oct 27, 2014 10:35 pm
by bdearborn
Hello All,

I have spent days researching this issue. The only solution that I have been able to find is to setup a Socket Policy File Server on port 843. I was able to find a free one at the following location:

https://socketpolicyfile.codeplex.com/

I configured it with the following file:

Code: Select all

<?xml version="1.0"?>
<cross-domain-policy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.adobe.com/xml/schemas/PolicyFileSocket.xsd">
  <site-control permitted-cross-domain-policies="all" />
  <allow-access-from domain="*" to-ports="3306" />
</cross-domain-policy>
I also found the following articles helpful:
http://www.adobe.com/devnet/flashplayer ... files.html
http://www.adobe.com/devnet/flashplayer ... urity.html

Best

Re: Security Violation

Posted: Tue Oct 28, 2014 9:59 am
by HighAley
Hello.

Thank you for posting solution here.
This information will be helpful for other customers.

Thank you.