Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixed content prevents loading & display of properties, etc (Firefox 59, Chrome 65) #3

Open
dbs opened this issue Mar 21, 2018 · 1 comment

Comments

@dbs
Copy link

dbs commented Mar 21, 2018

Using modern browsers like Firefox 59 and Chrome 65 and trying to browse properties, etc (such as at https://www.rdaregistry.info/Elements/i/), the user experience is a "Loading..." status forever. This is because the page itself is served up under HTTPS, but the JSON file that is dynamically requested is served up under HTTP.

In Firefox the message is simply:

Blocked loading mixed active content “http://rdaregistry.info/Elements/i.jsonld”

In Chrome the message is:

jquery.js:8630 Mixed Content: The page at 'https://www.rdaregistry.info/Elements/i/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://rdaregistry.info/Elements/i.jsonld'. This request has been blocked; the content must be served over HTTPS.
@dbs
Copy link
Author

dbs commented Mar 21, 2018

Perhaps the fix is as simple as updating the URL at https://github.com/RDARegistry/www.rdaregistry.info/blob/master/docpad.coffee#L15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant