clojars

Eric Nograles 2022-07-06T14:38:19.466639Z

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

2022-07-06T16:12:03.517969Z

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 Nograles 2022-07-06T14:39:44.788969Z

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)

2022-07-06T16:14:48.401799Z

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 Nograles 2022-07-06T18:26:06.459409Z

Ok cool, thanks @tcrawley appreciate the insight!

2022-07-06T19:08:25.307699Z

My pleasure!