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

HTTPS // HTTP Security issues for some content #59

Open
passiweinberger opened this issue Sep 7, 2015 · 4 comments
Open

HTTPS // HTTP Security issues for some content #59

passiweinberger opened this issue Sep 7, 2015 · 4 comments

Comments

@passiweinberger
Copy link
Member

Maybe automatically disable protection for this site?
Firefox for example automatically blocks all the content fetched from non-secure origins, but we need it.

@lepszy
Copy link
Contributor

lepszy commented Sep 7, 2015

try to replace links like http://yourlink.de/ or https://yourlink.de/ with //yourlink.de/

@passiweinberger
Copy link
Member Author

@lepszy tried it... Already had some relative, but these didn't work either. Now all are relative but still doesn't fix it :S
The only way to still load them currently is to manually disable the security on your browser, but there has to be a way to get around it :S

@2075
Copy link

2075 commented Sep 7, 2015

in https all content you will be loading has to be https, too.
lepszy's proposal with // is the common way to address this.

if you have content which is available only through http, this can be solved e.g. through a proxy.

sadly its a php app, so i cannot assist here. with node we could implement a smarter microservice architecture with e.g. a proxy. ;)

for integration of oauth tokens etc you should not consider switching back to http.

i will have a look though from the frontend side...

@2075
Copy link

2075 commented Sep 7, 2015

most issues seem to come from climateviewer, they offer https with a selfsigned certificate, should work, though:

http://climateviewer.net/netj1/proxy?http%3A%2F%2Fwww.tryse.net%2Fkmlfactbook%2Fflag%2Fwe.gif Failed to load resource: the server responded with a status of 404 (Not Found) Cesium.js:432 Error loading image for billboard: [object Event]

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

No branches or pull requests

3 participants