Security Violation

Stimulsoft Reports.Flex discussion
MarcPires
Posts: 9
Joined: Tue Aug 31, 2010 1:23 pm
Location: Brazil

Security Violation

Post 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
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Security Violation

Post by Vladimir »

Hello,

Additional recommendations on this issue:

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

Thank you.
bdearborn
Posts: 1
Joined: Mon Oct 27, 2014 10:27 pm

Re: Security Violation

Post 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
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Security Violation

Post by HighAley »

Hello.

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

Thank you.
Locked