might be a security issue. maybe you have to place a "crossdomain.xml" on
your server and allow accessing via https.
> hello,
>
> with a flash mx 2004 professional "RemotingConnector" i want to connect to
> my local webserver
https://192.168.0.254/flashservices/gateway.php while
> developing an application and while running the application locally for
> testing, build as an exe-file from flash player.
>
> * if i do it with http in the property "gatewayUrl" of the
RemotingConnector
> the service is running very well.
> * if i call the flash movie with the property "gatewayUrl" "https://..."
> directly from the https connection with a browser it works well too.
> * but if i try to connect with my development environment or the player
with
> https in the property "gatewayUrl" of the RemotingConnector the service
> doesn't run. i get errors as described below :
>
> from the trace window :
> Error opening URL "
https://192.168.0.254/flashservices/gateway.php"
>
> from the NetConnectionDebugger :
> Status (object #2)
> .....code: "NetConnection.Call.Failed"
> .....description: "HTTP: Failed"
> .....details: "
https://192.168.0.254/flashservices/gateway.php"
> .....level: "error"
>
> i've tried a lot of things : google, macromedias dev center, faq's, flash
> pro help. it took me hours but i didnt get a result.
> i don't want my data to be send unsecured over the internet, so is there
> anybody out there who can help me ?
>
> thank you for reading and maybe for helping.
>
> best regards
>
> carsten
>
>
>