Hi everyone
I’m having a very strange problem around a few services I developed for AMFPHP that worked fine over HTTP but once over HTTPS gone completely wrong. When testing right on export flash IDE the connection goes fine but when online and on the browser it doesn’t.
On connecting, Flash returns a security sandbox violation like this:
"Error #2048: Security sandbox violation: http://www.mysite.com/swf/file.swf cannot load data from https://mysite.com/gateway.php."
I know that I’m missing the “www” subdomain on the gateway secure address but this is has another purpose for domain configuration.
What’s most weird is that even the Service Browser went completely wrong since it tries to open the gateway through the HTTP version of the address instead of the HTTPS one. Upon opening the browser I get a “NetConnection.Call.Failed: HTTP: Failed” error. It also tells me that it’s trying to connect to “http://mysite.com/gateway.php” instead of “https://mysite.com/gateway.php”.
What’s wrong with all of this? Am I missing any kind of config in order to use HTTPS with AMFPHP??
Best regards to everyone.