> I would like to make secure communicatoin between Flex app and CFC. > I am not sure what is the whole process? I would appreciate any help. > > I have seen this in the Coldfusion Administrator, but i don't know do i need > it and how to use it? > Enable RMI over SSL for Data Management > Lets you use Secure Socket Layer (SSL) encryption for the RMI communication > between Flex and ColdFusion. This is not > required unless you are transmitting authentication information or > confidential data between Flex and ColdFusion over an > unsecured network. You must provide a keystore file and keystore password. > For instructions on how to create a keystore file, > see the online Help
Are you just invoking CFCs from your Flex app via RemoteObject or WebService? If so, all you need to do is put those CFCs behind SSL - there's no switch in the CF Admin for this, you just configure your web server. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/flex/message.cfm/messageid:6518 Subscription: http://www.houseoffusion.com/groups/flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/flex/unsubscribe.cfm
