ColdFusion websocket Flash fallback - not working

382 Views Asked by At

I am using a ColdFusion 10 websockets to publish data to an application which all works fine for browsers that support webscockets. ColdFusion websockets are supposed to fallback to flash for browsers that do not support websockets (if they have flash enabled). I have enabled flash fallback in ColdFusion Administrator > websocket > Start Flash Policy Server . When I try and connect with a browser that doesn't support websockets, in this case IE9 (with flash enabled), no connection is formed and I get the following error :

[WebSocket] cannot connect to Web Socket server at 
ws://www.mydomain.com:8575/cfusion/cfusion (SecurityError: Error #2048)
make sure the server is running and Flash socket policy file is correctly placed 

I then tried accessing the same page (with IE9), however this time on my local ColdFusion server and it falls back to Flash without any problem!

I really can't figure out what is going. Any help would be greatly appreciated. Thanks.

1

There are 1 best solutions below

1
On

Ok, this issue is resolved.

It turns out that the firewall on the server was blocking the port used for flash fallback !