paperjs / paperjs.github.io

The static pages hosted at http://paperjs.org as the Paper.js website, generated from https://github.com/paperjs/paperjs.org by running it through https://github.com/studiomoniker/woods – Automatically regenerated and pushed once a day.
14 stars 22 forks source link

Enable HTTPS #15

Open Krinkle opened 3 years ago

Krinkle commented 3 years ago

Opening https://paperjs.org/ currently leads to a TLS certificate error about github.com.

To my knowledge, at least nowadays, GitHub Pages is capable of serving sites over HTTPS by default, as well as to create the certificates automatically (via Let's Encrypt). Given that this is not happening currently, perhaps the DNS for this domain is not up to date with the current requirements for custom domains?

See:

tuukka commented 3 years ago

This. The list of A records for the domain in DNS should be updated to the following (from the first link above) to enable HTTPS as well as to make the site load faster:

185.199.108.153
185.199.109.153
185.199.110.153
185.199.111.153

(It currently points to the deprecated addresses 192.30.252.154 192.30.252.153.)