clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
Gavin 2018-06-07T03:05:13.000067Z

Thanks Daniel for reporting to Travis! I shall test it with a vanilla OpenJDK 9 environment. Verify if it is specific to Travis or not.

danielcompton 2018-06-07T03:33:47.000220Z

I suspect it'll be some combination of your OS and OpenJDK version, and maybe any other CA certificates you have installed

Gavin 2018-06-07T03:34:33.000079Z

Just tested with OpenJDK 9.0.4 u11 and Leiningen 2.8.1 on ArchLinux Docker image. Everything is OK. Should be Ubuntu Trusty / Travis specific issues.

danielcompton 2018-06-07T03:52:29.000174Z

great

danielcompton 2018-06-07T03:52:36.000234Z

well still doesn't fix the problem

danielcompton 2018-06-07T03:52:46.000034Z

but good to know

Gavin 2018-06-07T15:55:19.000655Z

@danielcompton @alexmiller Hi Daniel and Alex, Christian Stein explained that Travis CI will always provide an unpatched JDK installation. User will need to symlink the system CA certificates if necessary. I have fixed the builds in my project. It involved manually symlinking the system CA certs in the before_install stage. You can find this minimal Travis CI configurations as an example. Big thanks for your help! Have a good day!

alexmiller 2018-06-07T16:02:20.000170Z

sure would be great if Travis recorded this recipe somewhere