I am attempting to use the Example - Multiplayer - Chat game with the PlayerIO Sitebox, and there appears to be an HTTP error when loading the URL as HTTPS. I'm wondering, can this be fixed to be more secure? When replacing the "index.html" file with the "Game.htm" code from the example, the following error comes in with Firefox's Console:
Blocked loading mixed active content “http://api.playerio.com/json/” PlayerIOClient.development.js:22:14
If I go into the game's Sitebox, click the link, then change the "https://" to "http://", the game works fine.