conventional-commits / conventionalcommits.org

The conventional commits specification
https://conventionalcommits.org
MIT License
6.71k stars 520 forks source link

Bad certificate on www.conventionalcommits.org #581

Closed tirithen closed 2 months ago

tirithen commented 2 months ago

The website www.conventionalcommits.org has a bad certificate (Swedish in screenshot, but error should be obvious)

Skärmbild från 2024-04-17 14-17-12

amarjandu commented 2 months ago

plz fix this i cant remember any of the commit conventions by heart because my little brain is full of memes.

CarpenterBug commented 2 months ago

The website is down image

rjaegers commented 2 months ago

For projects that do link-validation as part of their ci-system this can actually break builds. We point to the conventional commits website in our contributing guideline and our linter fails with a broken link.

Would be really great if someone could take a look what's going on with the certificate.

dudil commented 2 months ago

@tirithen / @rjaegers / @mowies - if this is critical to your CI/CD tools you can access the website using the Netlify provided URL: https://tender-babbage-1fbb34.netlify.app.

I'm not part of the team here, but happen to see the same and by looking into the DNS records found this is the provided URL by Netlify which is always secured

mowies commented 2 months ago

Thanks for the hint! :) I think we'll wait and stay on the original URL though

aaraney commented 2 months ago

@amarjandu and really anyone else who can't access the site, it looks like it is generated from static markdown files that are in this repo. For example, here is the v1.0.0 page.

bcoe commented 2 months ago

I just clicked renew on the certificate, I'm not sure what's happening here.

aaraney commented 2 months ago

@bcoe, the server's cert is a wildcard netlify cert Common Name: *.netlify.app and the alt names are netlify.app and *.netlify.app. I hope that is helpful.

bcoe commented 2 months ago

Netlify had timed out renewing the letsencrypt certificate and I had to manually click a button.

amarjandu commented 2 months ago

@bcoe thanks for your support! Appreciate you!