tlecomte / friture

Real-time audio visualizations (spectrum, spectrogram, etc.)
http://friture.org
GNU General Public License v3.0
916 stars 159 forks source link

Enable TLS on friture.org #166

Closed bentley closed 3 years ago

bentley commented 3 years ago

Visiting https://friture.org/ leads to a certificate error, as GitHub serves a certificate only valid for GitHub subdomains.

As of 2018, GitHub supports TLS for custom domains by hosting sites on a CDN. This means updating the DNS records for friture.org should be enough to enable TLS via Let’s Encrypt.

tlecomte commented 3 years ago

Thanks @bentley. I'm working on setting that up.

tlecomte commented 3 years ago

I have adjusted the DNS records and also enabled the "Enforce https" option. Thanks again @bentley !