Re: [flexcoders] Flex, RemoteObject calls, ColdFusion, and SSL

2007-01-10 Thread Tom Chiverton
On Tuesday 09 January 2007 22:04, Douglas Knudsen wrote: have a cluster of CF instances in a production environment, I'm running IIS with SSL, and I can't get my Flex remoteobject calls to work. Are you testing with IE ? You need an extra argument: channels channel-definition

Re: [flexcoders] Flex, RemoteObject calls, ColdFusion, and SSL

2007-01-10 Thread Douglas Knudsen
thanks Tom, yeah, ran across that technote. DK On 1/10/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 09 January 2007 22:04, Douglas Knudsen wrote: have a cluster of CF instances in a production environment, I'm running IIS with SSL, and I can't get my Flex remoteobject calls to

Re: [flexcoders] Flex, RemoteObject calls, ColdFusion, and SSL

2007-01-10 Thread Douglas Knudsen
No, I didn't import the key. In fact this is not necessary, eh? AMF calls occur over HTTP, so only the web server needs the cert in this case. Now, if I needed the communication between the webserver and my appserver to be over SSL, yes, I'd need the cert imported into the key store. DK On

RE: [flexcoders] Flex, RemoteObject calls, ColdFusion, and SSL

2007-01-09 Thread Sarge Sargent
Hey Doug, I don't have anything definitive (yet) but have you imported the certificate into CF's store? See my blog postings on it: http://www.sargeway.com/blog/index.cfm/2005/11/23/Enabling-SSL. My guess is you have CF set up in Multiserver configuration, so all of your instance can actually