<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Solution to Flex Remoting Over SSL</title>
	<atom:link href="http://blog.crankybit.com/flex-remoting-over-ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.crankybit.com/flex-remoting-over-ssl/</link>
	<description>Take a byte out of tech!</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:54:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: MikeG</title>
		<link>http://blog.crankybit.com/flex-remoting-over-ssl/#comment-125962</link>
		<dc:creator>MikeG</dc:creator>
		<pubDate>Wed, 08 Feb 2012 01:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/flex-remoting-over-ssl/#comment-125962</guid>
		<description>I spent a lot of time today trying to figure out why Flex Remoting was not working.  These instructions are old hat and normal stuff for us but we just could not get it working.  So, I took a dive into the cfusion-event.log and cfusion-out.log files and found the problem.  Somehow an extra node was added to the properties node in the services-config.xml file.  The log files pointed me right to it.  So, for anyone else who is scratching their head wondering why it aint working, take a good look at those log files.  The easiest way to is stop CF, move all the log files (jrun4\logs for enterprise version) somewhere else. Start CF and it will re create the files.  Now open up the log files looking for errors.  In my case, this was the error, clear as day
javax.servlet.ServletException: Unrecognized tag found in &lt;properties&gt;.  Please consult the documentation to determine if the tag is invalid or belongs inside of a different tag: 
  &#039;/instantiate-types&#039; in channel with id: &#039;my-cfamf-secure&#039; from file: services-config.xml
I removed that node from the xml file, restarted CF and all was golden.  So, don&#039;t forget your log files..</description>
		<content:encoded><![CDATA[<p>I spent a lot of time today trying to figure out why Flex Remoting was not working.  These instructions are old hat and normal stuff for us but we just could not get it working.  So, I took a dive into the cfusion-event.log and cfusion-out.log files and found the problem.  Somehow an extra node was added to the properties node in the services-config.xml file.  The log files pointed me right to it.  So, for anyone else who is scratching their head wondering why it aint working, take a good look at those log files.  The easiest way to is stop CF, move all the log files (jrun4\logs for enterprise version) somewhere else. Start CF and it will re create the files.  Now open up the log files looking for errors.  In my case, this was the error, clear as day<br />
javax.servlet.ServletException: Unrecognized tag found in &lt;properties&gt;.  Please consult the documentation to determine if the tag is invalid or belongs inside of a different tag:<br />
  &#8216;/instantiate-types&#8217; in channel with id: &#8216;my-cfamf-secure&#8217; from file: services-config.xml<br />
I removed that node from the xml file, restarted CF and all was golden.  So, don&#8217;t forget your log files..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://blog.crankybit.com/flex-remoting-over-ssl/#comment-125146</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Tue, 31 Jan 2012 18:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/flex-remoting-over-ssl/#comment-125146</guid>
		<description>Wow your Solution to Flex Remoting Over SSL really helped me today.  It fixed a long standing problem I had with a Flex app not working in ColdFusion.  Thanks!</description>
		<content:encoded><![CDATA[<p>Wow your Solution to Flex Remoting Over SSL really helped me today.  It fixed a long standing problem I had with a Flex app not working in ColdFusion.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://blog.crankybit.com/flex-remoting-over-ssl/#comment-122223</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 02 Jan 2012 20:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/flex-remoting-over-ssl/#comment-122223</guid>
		<description>Thank You!!! This saved me hours, if not days of pain. Thank you!!!!!</description>
		<content:encoded><![CDATA[<p>Thank You!!! This saved me hours, if not days of pain. Thank you!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.crankybit.com/flex-remoting-over-ssl/#comment-115146</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 05 Nov 2011 09:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/flex-remoting-over-ssl/#comment-115146</guid>
		<description>What about flash??</description>
		<content:encoded><![CDATA[<p>What about flash??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gill</title>
		<link>http://blog.crankybit.com/flex-remoting-over-ssl/#comment-112509</link>
		<dc:creator>Gill</dc:creator>
		<pubDate>Tue, 11 Oct 2011 19:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/flex-remoting-over-ssl/#comment-112509</guid>
		<description>Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 504 after about 1 minuite while loading data in to a Grid. If I limit the data so that time it takes to load is &lt; 1 minute it works fine.

Is there any way I can specify the timeout value ?</description>
		<content:encoded><![CDATA[<p>Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 504 after about 1 minuite while loading data in to a Grid. If I limit the data so that time it takes to load is &lt; 1 minute it works fine.</p>
<p>Is there any way I can specify the timeout value ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Les Berg</title>
		<link>http://blog.crankybit.com/flex-remoting-over-ssl/#comment-110197</link>
		<dc:creator>Les Berg</dc:creator>
		<pubDate>Thu, 22 Sep 2011 16:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/flex-remoting-over-ssl/#comment-110197</guid>
		<description>sweet! I pounded my head on this for two days. This was exactly my problem, which caused the following error on our dev server:

RPC Fault faultString=&quot;Send failed&quot; faultCode=&quot;Client.Error.MessageSend&quot; faultDetail=&quot;Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 403
**server address omitted**

I applied your fix and it loads fine!</description>
		<content:encoded><![CDATA[<p>sweet! I pounded my head on this for two days. This was exactly my problem, which caused the following error on our dev server:</p>
<p>RPC Fault faultString=&#8221;Send failed&#8221; faultCode=&#8221;Client.Error.MessageSend&#8221; faultDetail=&#8221;Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 403<br />
**server address omitted**</p>
<p>I applied your fix and it loads fine!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Development By George &#187; Blog Archive &#187; Coldfusion, Flex, and SSL</title>
		<link>http://blog.crankybit.com/flex-remoting-over-ssl/#comment-93638</link>
		<dc:creator>Web Development By George &#187; Blog Archive &#187; Coldfusion, Flex, and SSL</dc:creator>
		<pubDate>Thu, 26 May 2011 18:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/flex-remoting-over-ssl/#comment-93638</guid>
		<description>[...] we get into the really fun stuff. Thanks to Joshua Curtiss&#8217; post on Flex Remoting over SSL I found that you have to make changes in the remoting-services.xml file in your flex folder in [...]</description>
		<content:encoded><![CDATA[<p>[...] we get into the really fun stuff. Thanks to Joshua Curtiss&#8217; post on Flex Remoting over SSL I found that you have to make changes in the remoting-services.xml file in your flex folder in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Sophinos</title>
		<link>http://blog.crankybit.com/flex-remoting-over-ssl/#comment-85856</link>
		<dc:creator>Nick Sophinos</dc:creator>
		<pubDate>Mon, 11 Apr 2011 23:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/flex-remoting-over-ssl/#comment-85856</guid>
		<description>You are a Saint! It worked nicely.</description>
		<content:encoded><![CDATA[<p>You are a Saint! It worked nicely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://blog.crankybit.com/flex-remoting-over-ssl/#comment-83934</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 31 Mar 2011 19:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/flex-remoting-over-ssl/#comment-83934</guid>
		<description>The principle is the same and applies to CF9, although you&#039;re right, the file structure changed slightly. But if you take the gist of these instructions and apply them to the CF9 files, they work.

Maybe an update to the instructions to be specific to CF9 would be in order....</description>
		<content:encoded><![CDATA[<p>The principle is the same and applies to CF9, although you&#8217;re right, the file structure changed slightly. But if you take the gist of these instructions and apply them to the CF9 files, they work.</p>
<p>Maybe an update to the instructions to be specific to CF9 would be in order&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spidre409</title>
		<link>http://blog.crankybit.com/flex-remoting-over-ssl/#comment-83799</link>
		<dc:creator>spidre409</dc:creator>
		<pubDate>Wed, 30 Mar 2011 18:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/flex-remoting-over-ssl/#comment-83799</guid>
		<description>Do these instructions apply for CF9/9.01?  The referenced XML files are a bit different for that version.</description>
		<content:encoded><![CDATA[<p>Do these instructions apply for CF9/9.01?  The referenced XML files are a bit different for that version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Pierce</title>
		<link>http://blog.crankybit.com/flex-remoting-over-ssl/#comment-75323</link>
		<dc:creator>Todd Pierce</dc:creator>
		<pubDate>Sat, 05 Feb 2011 18:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/flex-remoting-over-ssl/#comment-75323</guid>
		<description>Can anyone tell me if I need to do anything different for a clustered ColdFusion environment? I got the above changes to work great on a single CF server - but when I applied the same file changes to both CF servers in our cluster, I got “Destination ‘ColdFusion’ not accessible over channel ‘my-cfamf-secure’.” Any ideas?</description>
		<content:encoded><![CDATA[<p>Can anyone tell me if I need to do anything different for a clustered ColdFusion environment? I got the above changes to work great on a single CF server &#8211; but when I applied the same file changes to both CF servers in our cluster, I got “Destination ‘ColdFusion’ not accessible over channel ‘my-cfamf-secure’.” Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shariff</title>
		<link>http://blog.crankybit.com/flex-remoting-over-ssl/#comment-63265</link>
		<dc:creator>shariff</dc:creator>
		<pubDate>Fri, 03 Dec 2010 08:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/flex-remoting-over-ssl/#comment-63265</guid>
		<description>very useful article thanks...</description>
		<content:encoded><![CDATA[<p>very useful article thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radha</title>
		<link>http://blog.crankybit.com/flex-remoting-over-ssl/#comment-49823</link>
		<dc:creator>Radha</dc:creator>
		<pubDate>Thu, 12 Aug 2010 13:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/flex-remoting-over-ssl/#comment-49823</guid>
		<description>Thanks for the information provided. Very useful. I am using Remote object in my project which communicates with java object for data. The remote object works fine and gets the result properly. If i leave the application for more than 20 minutes and come back and do any other operation (Remote object call). It gives me an amf connection not established error. How do i handle this.

Thanks in Advance
Radha</description>
		<content:encoded><![CDATA[<p>Thanks for the information provided. Very useful. I am using Remote object in my project which communicates with java object for data. The remote object works fine and gets the result properly. If i leave the application for more than 20 minutes and come back and do any other operation (Remote object call). It gives me an amf connection not established error. How do i handle this.</p>
<p>Thanks in Advance<br />
Radha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eşref Atak</title>
		<link>http://blog.crankybit.com/flex-remoting-over-ssl/#comment-48051</link>
		<dc:creator>Eşref Atak</dc:creator>
		<pubDate>Sat, 24 Jul 2010 11:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/flex-remoting-over-ssl/#comment-48051</guid>
		<description>You must create a crossdomain.xml file. Solution is here: http://www.flexnedir.com/flex-ve-coldfusion-channel-connect-failed/</description>
		<content:encoded><![CDATA[<p>You must create a crossdomain.xml file. Solution is here: <a href="http://www.flexnedir.com/flex-ve-coldfusion-channel-connect-failed/" rel="nofollow">http://www.flexnedir.com/flex-ve-coldfusion-channel-connect-failed/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex Developer</title>
		<link>http://blog.crankybit.com/flex-remoting-over-ssl/#comment-45122</link>
		<dc:creator>Flex Developer</dc:creator>
		<pubDate>Wed, 02 Jun 2010 20:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/flex-remoting-over-ssl/#comment-45122</guid>
		<description>Thanks for this solution. It really worked great for which i am trying from the past 2 weeks.</description>
		<content:encoded><![CDATA[<p>Thanks for this solution. It really worked great for which i am trying from the past 2 weeks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deborama</title>
		<link>http://blog.crankybit.com/flex-remoting-over-ssl/#comment-41607</link>
		<dc:creator>deborama</dc:creator>
		<pubDate>Wed, 17 Mar 2010 15:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/flex-remoting-over-ssl/#comment-41607</guid>
		<description>thanks so much for posting this - you saved me! I wish Adobe would document this better.</description>
		<content:encoded><![CDATA[<p>thanks so much for posting this &#8211; you saved me! I wish Adobe would document this better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aubweb</title>
		<link>http://blog.crankybit.com/flex-remoting-over-ssl/#comment-41252</link>
		<dc:creator>aubweb</dc:creator>
		<pubDate>Tue, 09 Mar 2010 11:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/flex-remoting-over-ssl/#comment-41252</guid>
		<description>Hi,

I also have this error : Destination ‘ColdFusion’ not accessible over channel ‘my-cfamf-secure’

remoting-services.xml is included in the services-config.xml


Here&#039;s my remoting-config.xml : 




    
        
        
    

    
		
        
		
    

	
		
			
			
			
		
		
			*
		
	


and in my services-config.xml
I have : 

 
...

...
 </description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I also have this error : Destination ‘ColdFusion’ not accessible over channel ‘my-cfamf-secure’</p>
<p>remoting-services.xml is included in the services-config.xml</p>
<p>Here&#8217;s my remoting-config.xml : </p>
<p>			*</p>
<p>and in my services-config.xml<br />
I have : </p>
<p>&#8230;</p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Dodge</title>
		<link>http://blog.crankybit.com/flex-remoting-over-ssl/#comment-37731</link>
		<dc:creator>Kyle Dodge</dc:creator>
		<pubDate>Thu, 24 Dec 2009 15:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/flex-remoting-over-ssl/#comment-37731</guid>
		<description>trying again for my comment above:
-Add under the node services &lt;service-include file-path=&quot;remoting-config.xml&quot;&gt;</description>
		<content:encoded><![CDATA[<p>trying again for my comment above:<br />
-Add under the node services &lt;service-include file-path=&#8221;remoting-config.xml&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Dodge</title>
		<link>http://blog.crankybit.com/flex-remoting-over-ssl/#comment-37730</link>
		<dc:creator>Kyle Dodge</dc:creator>
		<pubDate>Thu, 24 Dec 2009 15:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/flex-remoting-over-ssl/#comment-37730</guid>
		<description>I tried this solution and it didn&#039;t work for me. I was getting an error: Destination &#039;ColdFusion&#039; not accessible over channel &#039;my-cfamf-secure&#039;. What I did find that finally worked was to modify my services-config.xml with the following:
-Add  under the  node
After I did this, the error went away and my calls are all encrypted now.</description>
		<content:encoded><![CDATA[<p>I tried this solution and it didn&#8217;t work for me. I was getting an error: Destination &#8216;ColdFusion&#8217; not accessible over channel &#8216;my-cfamf-secure&#8217;. What I did find that finally worked was to modify my services-config.xml with the following:<br />
-Add  under the  node<br />
After I did this, the error went away and my calls are all encrypted now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave DuPlantis</title>
		<link>http://blog.crankybit.com/flex-remoting-over-ssl/#comment-33931</link>
		<dc:creator>Dave DuPlantis</dc:creator>
		<pubDate>Thu, 03 Sep 2009 16:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.crankybit.com/flex-remoting-over-ssl/#comment-33931</guid>
		<description>I spent a few hours today poring over the same posts I looked at last time I ran across the SSL/Flex issue ... what I overlooked was the fact that when I set up my local ColdFusion server for development, it was relying on services-config.xml alone: the remoting information was also in that file. 

I created a remoting-config.xml and made the changes listed above, recompiled etc., and still had the app trying to hit http: instead of https:. Of course if the compiler could talk, it would have explained that I hadn&#039;t set the channels and default channels where it was expecting to find them (because I hadn&#039;t set up my development server to match the production server) ... finally corrected those issues, recompiled, and the app worked just fine.</description>
		<content:encoded><![CDATA[<p>I spent a few hours today poring over the same posts I looked at last time I ran across the SSL/Flex issue &#8230; what I overlooked was the fact that when I set up my local ColdFusion server for development, it was relying on services-config.xml alone: the remoting information was also in that file. </p>
<p>I created a remoting-config.xml and made the changes listed above, recompiled etc., and still had the app trying to hit http: instead of https:. Of course if the compiler could talk, it would have explained that I hadn&#8217;t set the channels and default channels where it was expecting to find them (because I hadn&#8217;t set up my development server to match the production server) &#8230; finally corrected those issues, recompiled, and the app worked just fine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

