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

River Displayer doesn't work via https #1

Open
michaelkamleitner opened this issue Jun 8, 2014 · 2 comments
Open

River Displayer doesn't work via https #1

michaelkamleitner opened this issue Jun 8, 2014 · 2 comments

Comments

@michaelkamleitner
Copy link

Hi all,
I just started to toy around with river4 today. Setup went basically smooth, but, when opening the river displayer through the Amazon S3 management tool, I got a broken view:

image

This is because Amazon by default opens the index.html through https (https://s3.amazonaws.com/river4-michael-kamleitner/index.html), and the displayers tries to include JS/CSS through insecure http (check the javascript console on chrome inspector or similar for details).

Should be easy to fix, once the domains fargo.io & static.newsriver.org support https (they don't, right now). In the meantime this is an issue potential newbies (like me) might fall over, so a notice in the README might be good!

@michaelkamleitner
Copy link
Author

PS: however, everything works nice on http: http://s3.amazonaws.com/river4-michael-kamleitner/index.html :):)

@jancbeck
Copy link

jancbeck commented Aug 7, 2015

I just stumbled upon this as well. Thanks for pointing it out here @michaelkamleitner. I've set Chrome to allow insecure scripts for that specific domain as descriped here: https://superuser.com/questions/487748/how-to-allow-chrome-browser-to-load-insecure-content

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

2 participants