Ok -- I figured out #2 below... "flex.messaging.endpoints.SecureAMFEndpoint" in the services-config.xml file only belongs there in ColdFusion 8. For ColdFusion 9 it's different: "coldfusion.flash.messaging.SecureCFAMFEndPoint" (Warren's message earlier said my endpoints were funky -- I'm guessing he's using CF8.)
So I changed it, and now I'm not getting the 404 error. But I still want to know about the secure="false" tag. Will setting that prevent my channel from being secure? Yet setting it seems to be the only way I can access my data, which is very stupid if that's going to un-secure my channel. I mean, what's the point? Thanks, L. --- In flexcoders@yahoogroups.com, "Laurence" <lmacne...@...> wrote: > 2) If I go ahead and set secure="false" and leave the domain="*", instead of > getting the Security Sandbox violation, I'm getting a "Channel.Connect.Failed > error NetConnection.Call.Failed: HTTP: Status 404: url: > 'https://mydomain.com/flex2gateway/secureamf'" So HTTP 404, that's > file-not-found... What file is it not finding?