xBSlayer Posted March 20, 2017 Share Posted March 20, 2017 Hello everyone, I am new to the site. I am having an issue with a game I bought on CodeCanyon. Maybe someone here can help. This is the game link -> http://gametaz.com/html/summer/index.html It works fine as a normal link, But I need it to work on an SSL connection On this link -> https://gametaz.com/html/summer/index.html For some reason it does not load. Any help will be appreciated. Quote Link to comment Share on other sites More sharing options...
FakeWizard Posted March 20, 2017 Share Posted March 20, 2017 If you'd like to serve your application content over SSL , then all the pre-requisites have to be fetched using the same protocol as well. In such cases browser console is always your friend Mixed Content: The page at 'https://gametaz.com/html/summer/index.html' was loaded over HTTPS, but requested an insecure stylesheet 'http://antijingoist.github.io/web-accessibility/stylesheets/cloudflare.css'. This request has been blocked; the content must be served over HTTPS. I can see that your app is trying to get couple of resources from a CDN which isn't using HTTPS. Also the app. doesn't seem to load over HTTP either: It fails at loading these two libs. GET https://gametaz.com/html/summerjquery-2.1.1.min.js GET https://gametaz.com/html/summerc2runtime.js Quote Link to comment Share on other sites More sharing options...
xBSlayer Posted March 20, 2017 Author Share Posted March 20, 2017 Ok. I tried it on another, none CDN Domain. Still a no go on the SSL loading https://gametaz.com/html/summer/index.html This is the errors I see Project model unavailable cr.logerror @ c2runtime.js:29 Runtime.loadProject @ c2runtime.js:4220 xhr.onload @ c2runtime.js:3666 c2runtime.js:4221 Uncaught TypeError: Cannot read property 'project' of null at Runtime.loadProject (c2runtime.js:4221) at XMLHttpRequest.xhr.onload (c2runtime.js:3666) Runtime.loadProject @ c2runtime.js:4221 xhr.onload @ c2runtime.js:3666 How can I fix this? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.