codefrau / SqueakJS

A Squeak Smalltalk VM in Javascript
https://squeak.js.org
MIT License
365 stars 75 forks source link

Launcher: Mixed Content #46

Closed fniephaus closed 8 years ago

fniephaus commented 8 years ago

When visiting https://bertfreudenberg.github.io/SqueakJS/run/, the browser refuses to load images via http://.

Mixed Content: The page at 'https://bertfreudenberg.github.io/SqueakJS/run/#url=http://freudenbergs.de/…kjs&files=[Squeak4.5-13680.image,Squeak4.5-13680.changes,SqueakV41.sources]' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://freudenbergs.de/bert/squeakjs/Squeak4.5-13680.image'. This request has been blocked; the content must be served over HTTPS.

Providing images through https:// will solve the problem.

krono commented 8 years ago

Is bertfreudenberg.github.io HSTS? If not, I think, this may wait until after the launch of letsencrypt ;)

fniephaus commented 8 years ago

I don't think so. I'd also suggest letsencrypt :smiley:

codefrau commented 8 years ago

In the meantime, we're redirecting to http b66d67af8c76b651eb2917a755dcaaabfa9bde1e

fniephaus commented 8 years ago

This is not really the solution I was hoping for :cry: We could host Squeak images here if that helps.