clojars / clojars-web

A community repository for open-source Clojure libraries
https://clojars.org
Eclipse Public License 1.0
468 stars 114 forks source link

Missing SSL certificate for clojars.net #851

Closed PavlosMelissinos closed 1 year ago

PavlosMelissinos commented 1 year ago

I'm getting this error when visiting clojars.net

The certificate is only valid for the following names: clojars.org, beta.clojars.org, www.clojars.org, ipv6.clojars.org, releases.clojars.org Error code: SSL_ERROR_BAD_CERT_DOMAIN

Since this is a valid domain for clojars (some people are even using it in maven coordinates in their deps.edn/project.clj files), I believe it should have a valid certificate (or maybe redirect users to clojars.org? )

tobias commented 1 year ago

Thanks for the report @PavlosMelissinos!

I've updated the certificate SAN list to include clojars.net and added a redirect to force all clojars.net requests to go to clojars.org.