libreobjet.github.io icon indicating copy to clipboard operation
libreobjet.github.io copied to clipboard

https://libreobjet not working

Open xuv opened this issue 10 years ago • 3 comments

Maybe solved by making a protocol agnostic url config in jekyll

xuv avatar Jan 22 '16 19:01 xuv

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 avatar Mar 09 '16 10:03 xuv

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 [email protected])

saper avatar May 02 '18 23:05 saper

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"

wakest avatar May 03 '18 00:05 wakest