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

https://libreobjet not working #28

Open
xuv opened this issue Jan 22, 2016 · 3 comments
Open

https://libreobjet not working #28

xuv opened this issue Jan 22, 2016 · 3 comments
Labels

Comments

@xuv
Copy link
Member

xuv commented Jan 22, 2016

Maybe solved by making a protocol agnostic url config in jekyll

xuv added a commit that referenced this issue Mar 9, 2016
@xuv
Copy link
Member Author

xuv commented Mar 9, 2016

One disadvantage of using a custom domain is tha your page will no longer work over HTTPS. This is because the GitHub servers only has a SSL certificate that covers *.github.io domains, not keanulee.com or any of its subdomains.

https://blog.keanulee.com/2014/10/11/setting-up-ssl-on-github-pages.html

@xuv xuv added the wontfix label Mar 9, 2016
@saper
Copy link

saper commented May 2, 2018

It became possible on May 3rd, 2018. You probably only need to change your A record from 192.30.252.153 to those resolving sni.github.map.fastly.net:

libreobject.github.io.	3600	IN	CNAME	sni.github.map.fastly.net.
sni.github.map.fastly.net. 3600	IN	A	185.199.108.153
sni.github.map.fastly.net. 3600	IN	A	185.199.109.153
sni.github.map.fastly.net. 3600	IN	A	185.199.110.153
sni.github.map.fastly.net. 3600	IN	A	185.199.111.153

(via wakest@mastodon.social)

@wakest
Copy link

wakest commented May 3, 2018

I think this might actually be the first time I have been explicitly mentioned in a github thread that wasn't "bumping doesn't help"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants