I have an app that is trying to open a secure socket connection on a web server. I hosted a small code that servers the policy file on port 843 as is required by flash player in order to make the socket connection. But i am not receiving the specified string <policy-file-request/>
, in place of it i am getting the first string that is sent to port 443 during secure socket connection.
This flash socket policy server is taking more time than actual development process. Please shed some light.