Skip to content
New issue

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

cbor.io is accessible via HTTPS but the cert isn't right (github.io issue) #29

Closed
durka opened this issue Apr 4, 2017 · 12 comments
Closed

Comments

@durka
Copy link

durka commented Apr 4, 2017

Chrome throws up a security warning because the SSL certificate for cbor.io is registered to a.ssl.fastly.net.

@shoeper
Copy link

shoeper commented Apr 4, 2017

cbor.io is a Github Page. Not sure if it is possible to either upload a propriate certificate or disable SSL for the page.

@cabo
Copy link
Contributor

cabo commented Apr 4, 2017

Right. I could cloudflare the page, but then I'm not sure what the point of HTTPS access to the information here is in the first place.

@durka
Copy link
Author

durka commented Apr 4, 2017 via email

@cabo cabo changed the title SSL misconfiguration cbor.io is accessible via HTTPS but the cert isn't right (github.io issue) Apr 6, 2017
@lgarron
Copy link

lgarron commented Aug 20, 2018

GitHub Pages now supports HTTPS directly: https://blog.github.com/2018-05-01-github-pages-custom-domains-https/

Would it be possible to turn this on now? :-D

@lgarron
Copy link

lgarron commented Oct 3, 2018

Ahoy! It seems that cbor.io doesn't have an automatically provisioned certificate because it's pointing at old Pages IPs:

> dig -t A cbor.io
...
cbor.io.    300 IN  A 192.30.252.154
cbor.io.    300 IN  A 192.30.252.153

Could you either replace this with a CNAME entry of cbor.github.io, or update the set of A records to the four IP addresses listed at https://help.github.com/articles/setting-up-an-apex-domain/#configuring-a-records-with-your-dns-provider ? That should fix it!

@lgarron
Copy link

lgarron commented Nov 14, 2018

@cabo: Any chance you'd be able to change the DNS records as above?

@cabo
Copy link
Contributor

cabo commented Dec 8, 2018

Will look at it this weekend. I'd love to know why people think this is a good use of my time.

@KOLANICH
Copy link

KOLANICH commented Dec 8, 2018

Try disabling and then enabling TLS in GH-pages settings first. For some projects it had helped.

@JeremyRand
Copy link

Any news on this?

@cabo
Copy link
Contributor

cabo commented Feb 8, 2019

I have changed the DNS records as advised by github, but I'm now traveling, so may not be able to execute further steps until later.

@lgarron
Copy link

lgarron commented Feb 19, 2019

FWIW, HTTPS is working now!

I would recommend the "Force HTTPS" setting and then call it a day for now. :-D

@cabo
Copy link
Contributor

cabo commented Feb 19, 2019

Works for me, too. Thanks for nudging me. Closing ticket now.

@cabo cabo closed this as completed Feb 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants