I have been running my Flex applications just fine on my local computer and a remote server. I have been tasked with transferring them to a new server. Now whenever I execute a RemoteObject call I get
[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.BadVersion: : url: 'https://server/path/to/gateway.php'"] I know my PHP code works locally. I know it works on the old server. Even the AMFPHP service browser does not work and gives me the same issue. I know that the gateway.php works since I can view it in a web browser with no errors. I am wondering if the HTTPS is causing the problem, but I'm not sure. What can I do to solve this or figure out how to solve this? Any help would be greatly appreciated! - Ben

