Jump to content

xBSlayer
 Share

Recommended Posts

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. 

Link to comment
Share on other sites

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 

 

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...