libreobjet / libreobjet.github.io

:package: As a group of industrial and graphic designers, hackers and artists, gathered together under the name Libre Objet, we all share a common question about open source industrial design, processes and products resulting from our work, with the aim of providing tools for accessing a free philosophy applied to the manufacture of objects.
http://libreobjet.org/
Other
31 stars 4 forks source link

https://libreobjet not working #28

Open xuv opened 8 years ago

xuv commented 8 years ago

Maybe solved by making a protocol agnostic url config in jekyll

xuv commented 8 years ago

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

saper commented 6 years ago

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 commented 6 years ago

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"