Fork me on GitHub
#clojars
<
2018-06-06
>
Gavin05:06:03

Hello everyone, I am working on a simple Clojure 1.9 project. It was configured with a minimal .travis.yml to build on Travis. The build failed on OpenJDK 9 but not other JDK environments. Artifacts from Maven Central were fetched but not artifacts on Clojars. It seems to be some certificates issues when using OpenJDK 9. Any advices? Thanks!

danielcompton21:06:54

I can verify that on my own project too

Alex Miller (Clojure team)21:06:20

is this the thing with the cdn not supporting certain kinds of secure transport?

danielcompton21:06:25

I've poked around on this a bit and I'm not really sure

danielcompton21:06:36

Wouldn't think so with open JDK 9

danielcompton21:06:06

I tried updating the ca-certificates package but that's already up to date https://travis-ci.org/xeqi/kerodon/jobs/388975085

Alex Miller (Clojure team)21:06:59

certainly smells like that kind of thing

danielcompton21:06:51

Unsure whether the Travis builds running on 14.04 (latest available Ubuntu) would make things worse here

danielcompton21:06:38

I've definitely seen this problem in various garbs over the years, but it's not clear exactly where/what is responsible here