gabrielcsapo / node-git-server

🎡 A configurable git server written in Node.js
https://gabrielcsapo.github.io/node-git-server
MIT License
253 stars 73 forks source link

Repo link generates an SSL error #68

Closed chmac closed 4 years ago

chmac commented 4 years ago

This repo links to https://www.gabrielcsapo.com/node-git-server/

This in turn generates an SSL error because the certificates are not valid for this domain. Removing the www. from the domain fixes the issue.

Changing the URL would likely be the simplest fix, otherwise maybe you wanna add www support.

gabrielcsapo commented 4 years ago

Thank you! Should be fixed, I had GitHub custom domains misconfigured.