Fork me on GitHub
#clojars
<
2022-07-06
>
Eric Nograles14:07:19

Hi everyone! Did the clojars cert recently expire? We were having some really funky errors when pulling deps, and noticed the site's cert is now giving us a nastygram

tcrawley16:07:03

This is for http://status.clojars.org, which is a cname for http://clojars.statuspage.io, and the cert names don't match. Because of this, we recently changed the status link in the footer to link directly to the http://statuspage.io site. This won't impact dependency resolution at all.

Eric Nograles14:07:44

For additional context, I started seeing these errors when spinning up our clojure project late last week, which i think are related (they had been working fine previously)

tcrawley16:07:48

The first image isn't related to clojars; something in your setup is trying to load dependencies from http://repository.springsource.com over http instead of https, which lein will warn about. The second image looks like you have an incorrect dependency name or versions maybe? Certificate errors should present differently.

Eric Nograles18:07:06

Ok cool, thanks @U06SGCEHJ appreciate the insight!

tcrawley19:07:25

My pleasure!