I'm trying to get a Remote Object to work on an HTTPs onlyserver (one
that does not accept HTTP connections). I have itworking fine over a
regular HTTP connection. I then remove the AMFchannel definition in the
flex-enterprise-services.xml and replaceit with a SecureAMF channel
definition and update the destinationsin the flex-remoting-service.xml
to use the SecureAMF channel.However, when I execute the SWF I see in
the web server logs thatit is POSTing to messagebroker/amf not
messagebroker/amf...