Doesn't work with HTTPS
See original GitHub issuethe default River layout includes various JavaScript resources via HTTP. These imports fail and throw a mixed-content warning when the river is hosted on HTTPS.
Needless to say, the site is not usable without JavaScript.
Solution would be to either
- move all the front-end dependencies into the
river5
repository so they are hosted from the same server as the Node app, or - enable HTTPS on http://fargo.io/ and http://api.nodestorage.io
I would prefer the former because I don’t see why my River instance needs to depend on external websites. I assume fargo.io and nodestorage.io belong to Dave Winer, but some day he might decide to give the domains up (fargo.io already shows a retirement page).
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:21 (13 by maintainers)
Top Results From Across the Web
Why is SSL/HTTPS not working on my site? - Support | one.com
There can be several reasons why SSL/HTTPS is not working on your site. Please see if one of the causes listed below helps...
Read more >HTTPS sites not opening in any browser on Windows computer
HTTPS sites not opening in any browser · 1] Change time · 2] Clear SSL cache · 3] Verify SSL certificates · 4]...
Read more >HTTPS Not Working in Chrome: How to Fix SSL Cerificate Errors
How do I fix HTTPS error on Chrome? · 1. Clear the SSL Cache · 2. Flush the DNS Cache · 3. Adjust...
Read more >iis - HTTPS not working; binding set, certificate installed
I've installed the certificate and set up the HTTPS bindings. However, when I load the site on HTTPS it does not load. I've...
Read more >How To Fix HTTP and HTTPS Redirect Issue - Sitechecker
Open the browser using the host computer. · Enter the URL you specified for redirection that you want to check. · Verify if...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
cdnjs ?
Hi Dave, hi Anton, I checked all paths and the permissions for
node-gyp
but couldn’t find missing execute rights here.So that seems not to be my problem. If I find a solution I will post it here.