Fork me on GitHub
#leiningen
<
2018-01-11
>
0xk175un322:01:47

Hello everyone! Help me plz 🙂 Lein start output this for every command:

Tried to use insecure HTTP repository without TLS.
This is almost certainly a mistake; however in rare cases where it's
intentional please see `lein help faq` for details.
What it can be? lein 2.8.1

practicalli-johnny07:01:25

Our team ran into the same "insecure http without TLS problem". Leiningen 2.8.1 generates this message when we use our local http nexus server. As this just kills Leiningen rather than just being a warning, we have downgraded to 2.7.x and will stay on that version for all projects using nexus. Hopefully we will get the new https based artifactory service configured as a proxy for Clojars (currently only JCenter, Maven Central) some time in 2018. Then we will look at upgrading Leiningen.

danielcompton23:01:04

@lain you need to use HTTPS repositories with lein 2.8.1. Do you have an internal Maven server that you're running?

0xk175un323:01:31

Thx for all 🙂 The problem was in one package in dependencies, sad but it force me to downgrade lein version 🙂 Now everything works

practicalli-johnny07:01:25

Our team ran into the same "insecure http without TLS problem". Leiningen 2.8.1 generates this message when we use our local http nexus server. As this just kills Leiningen rather than just being a warning, we have downgraded to 2.7.x and will stay on that version for all projects using nexus. Hopefully we will get the new https based artifactory service configured as a proxy for Clojars (currently only JCenter, Maven Central) some time in 2018. Then we will look at upgrading Leiningen.