ruby-hyperloop / ruby-hyperloop.io

The project has moved to Hyperstack!! - Ruby Hyperloop Website and Documentation
https://hyperstack.org/
22 stars 18 forks source link

Security certificate issue #44

Closed stevensonmt closed 7 years ago

stevensonmt commented 7 years ago

Had a hiccup with the chat app tutorial because chrome/vivaldi would not download the file https://ruby-hyperloop.io/javascripts/test_chat_service.js because it raised a security issue with the certificate not being verified. Got around it by whitelisting the site, but should be avoided if possible.

barriehadfield commented 7 years ago

HTTPS is not supported by Github for custom domains https://help.github.com/articles/securing-your-github-pages-site-with-https/

@stevensonmt do you still get the same certificate issue using HTTP?

<script src="http://ruby-hyperloop.io/javascripts/test_chat_service.js"></script>
catmando commented 7 years ago

@stevensonmt thanks so much for pointing out these issues BTW! Hope you are otherwise enjoying the tutorial

stevensonmt commented 7 years ago

Tutorial is great, thanks. So I must have made the https error myself. Thanks for pointing out the source of the issue.