magneticio / vamp.io

the vamp.io website
Apache License 2.0
24 stars 17 forks source link

website breaks when approaching through https #137

Open olafmol opened 7 years ago

olafmol commented 7 years ago

just FYI https://vamp.io/ seems broken due to Mixed Content served via http.

Mixed Content: The page at 'https://vamp.io/' was loaded over HTTPS, but requested an insecure font 'http://vamp.io/fonts/icon.woff?52m981'. This request has been blocked; the content must be served over HTTPS. (index):1 Mixed Content: The page at 'https://vamp.io/' was loaded over HTTPS, but requested an insecure font 'http://vamp.io/fonts/icon.ttf?52m981'. This request has been blocked; the content must be served over HTTPS. (index):1257 Uncaught ReferenceError: $ is not defined at (index):1257 (anonymous) @ (index):1257 2(index):1 Mixed Content: The page at 'https://vamp.io/' was loaded over HTTPS, but requested an insecure favicon 'http://vamp.io/images/logo.svg'. This content should also be served over HTTPS.

iamtew commented 7 years ago

we should be able to solve this by removing the protocol from all links, instead of http://vamp.io/... we do //vamp.io/... and the browser will choose the appropriate protocol.

On Feb 21, 2017 08:43, "Olaf" notifications@github.com wrote:

just FYI https://vamp.io/ seems broken due to Mixed Content served via http.

Mixed Content: The page at 'https://vamp.io/' was loaded over HTTPS, but requested an insecure font 'http://vamp.io/fonts/icon.woff?52m981'. This request has been blocked; the content must be served over HTTPS. (index):1 Mixed Content: The page at 'https://vamp.io/' was loaded over HTTPS, but requested an insecure font 'http://vamp.io/fonts/icon. ttf?52m981'. This request has been blocked; the content must be served over HTTPS. (index):1257 Uncaught ReferenceError: $ is not defined at (index):1257 (anonymous) @ (index):1257 2(index):1 Mixed Content: The page at 'https://vamp.io/' was loaded over HTTPS, but requested an insecure favicon 'http://vamp.io/images/logo.svg'. This content should also be served over HTTPS.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/magneticio/vamp.io/issues/137, or mute the thread https://github.com/notifications/unsubscribe-auth/ABIPahHoFkXiKFdmU9a5mBmSDy6HaHH9ks5repWpgaJpZM4MG-cA .