Hello all, I am curious about the meaning of "default-channels" in the proxy-config.xml. I was under the assumption I could set up the channels, and fail over would occur based on the channel that is being used. For example, if I want to run SSL on production, but not while developing, could I have:
<default-channels> <channel ref="my-secure-http"/> <channel ref="my-secure-amf"/> <channel ref="my-http"/> <channel ref="my-amf"/> </default-channels> I would think that the secure channels would only get used if you're sending to port 443, vs: 80. It doesn't appear to work like that though. Allen Riddle Sofware Development x3217

