We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Guifi.net now redirects to a secure https connection (hurray!) but some features are not working because of security cnstraints in the client browsers. In particular When surfing secure pages (like for example https://guifi.net/ca/node/98620/view/distances) that include non secure content the browser blocks de non secure connections (in this case the images hosted at "http://www.heywhatsthat.com" Ex of one image source: http://www.heywhatsthat.com/bin/profile.cgi?axes=0&curvature=0&metric=1&pt0=41.736201,1.834474,ff0000,9&pt1=41.717473,1.850633,00c000,9&groundrelative=1&src=guifi.net&width=300&height=100
in this case tested with firefox 54.0. 1and chrome 60.0)
My suggestion is to change http for htts and test if it works fine.
Thanks in advance hope this will help.
The text was updated successfully, but these errors were encountered:
Similar problem here: (example) https://guifi.net/ca/node/98620/view/distancesmap This is what I read in the >Console view: common.js:131 Mixed Content: The page at 'https://guifi.net/ca/node/98620/view/distancesmap' was loaded over HTTPS, but requested an insecure image 'http://guifimaps.guifi.net/cgi-bin/mapserv?map=/var/www/guifimaps/GMap.map&REQUEST=GetMap&SERVICE=WMS&VERSION=1.1.1&LAYERS=Nodes,Links&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE&SRS=EPSG:4326&BBOX=1.845703125,41.672911819602085,1.8896484375,41.70572851523752&WIDTH=256&HEIGHT=256'. This content should also be served over HTTPS.
Sorry, something went wrong.
No branches or pull requests
Guifi.net now redirects to a secure https connection (hurray!) but some features are not working because of security cnstraints in the client browsers.
In particular When surfing secure pages (like for example https://guifi.net/ca/node/98620/view/distances) that include non secure content the browser blocks de non secure connections (in this case the images hosted at "http://www.heywhatsthat.com"
Ex of one image source: http://www.heywhatsthat.com/bin/profile.cgi?axes=0&curvature=0&metric=1&pt0=41.736201,1.834474,ff0000,9&pt1=41.717473,1.850633,00c000,9&groundrelative=1&src=guifi.net&width=300&height=100
in this case tested with firefox 54.0. 1and chrome 60.0)
My suggestion is to change http for htts and test if it works fine.
Thanks in advance hope this will help.
The text was updated successfully, but these errors were encountered: