3rd-Eden / FlashPolicyFileServer

A simple Flash Policy File Server for node
localhost:843
MIT License
39 stars 11 forks source link

Connecting with https #3

Open meltzerj opened 12 years ago

meltzerj commented 12 years ago

Does this library support https? I'm trying to connect to this flash policy file server via socket.io. My socket.io server is running on port 443 with ssl, and I'm unsure if this is causing a conflict with this policy file server since it seems only to accept http and the websocket connection will not be established.