Socket.io xdomain https flashsockets

是否有可能与XDomain socket.io应用程序有一个安全的FlashSocket连接? 在socket.io-client上,我看到下面的注释:

* The FlashSocket transport. This is a API wrapper for the HTML5 WebSocket * specification. It uses a .swf file to communicate with the server. If you want * to serve the .swf file from a other server than where the Socket.IO script is * coming from you need to use the insecure version of the .swf. More information * about this can be found on the github page. 

但无法在github页面上find关于为什么不能使用https,xdomain flashsockets和socket.io的问题。 我使用较旧的IE的闪存…似乎比其他运输更可靠。

在我的应用程序中, js从服务器X上的域的子域提供,而.swf将来自另一个服务器的服务器,位于同一域的不同子域上:

 script is served from sub1.mydomain.com on server X flash is served and connects to sub2.mydomain.com on server Y (holds socket.io server) 

谢谢你的帮助!

如果您正在混合安全configuration和闪存传输,请注意闪存策略设置。 使用flash有多种方式可以使socket.io部署更复杂。