candy-chat / candy

JavaScript-based multi-user chat client for XMPP.
http://candy-chat.github.io/candy
MIT License
1.32k stars 370 forks source link

demo broken #330

Closed daurnimator closed 9 years ago

daurnimator commented 9 years ago

Trying to use https://candy-chat.github.io/candy/#demo on recent chrome:

Mixed Content: The page at 'https://candy-chat.github.io/candy/#demo' was loaded over HTTPS, but requested an insecure script 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js'. This request has been blocked; the content must be served over HTTPS.

Use schema-less url to fix Fix location: https://github.com/candy-chat/candy/blob/gh-pages/index.html#L11

mweibel commented 9 years ago

Thanks. Demo won't work anyway as I don't have a SSL cert on the demo host..

daurnimator commented 9 years ago

damn. Can you get a cert? startssl has them for free. Otherwise you could try using either ngrok or cloudflare, which will make the requests over https.

pstadler commented 9 years ago

@mweibel we should fix this somehow.

mweibel commented 9 years ago

Fixed finally.. :)

daurnimator commented 9 years ago

great :)

pstadler commented 9 years ago

:tophat: