clj-ns-browser
clj-ns-browser copied to clipboard
Tried to use insecure HTTP repository without TLS
Added clj-ns-browser "0.3.0-SNAPSHOT" to my profiles.clj. $ lein repl Tried to use insecure HTTP repository without TLS.
Have you tried using clj-ns-browser "1.3.1" instead? Do you have a particular reason that you want to use the older version?
oh, okay )
On Sat, Feb 24, 2018 at 12:31 PM, Andy Fingerhut [email protected] wrote:
Have you tried using clj-ns-browser "1.3.1" instead? Do you have a particular reason that you want to use the older version?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/franks42/clj-ns-browser/issues/57#issuecomment-368215037, or mute the thread https://github.com/notifications/unsubscribe-auth/ATdJYxCqXpY_88gZAbFxJEPvXNVrlc8hks5tX9bsgaJpZM4SPYgk .
I think older version was mentioned in the readme. Most probably.
On Mon, Feb 26, 2018 at 12:10 PM, Duke Dyer [email protected] wrote:
oh, okay )
On Sat, Feb 24, 2018 at 12:31 PM, Andy Fingerhut <[email protected]
wrote:
Have you tried using clj-ns-browser "1.3.1" instead? Do you have a particular reason that you want to use the older version?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/franks42/clj-ns-browser/issues/57#issuecomment-368215037, or mute the thread https://github.com/notifications/unsubscribe-auth/ATdJYxCqXpY_88gZAbFxJEPvXNVrlc8hks5tX9bsgaJpZM4SPYgk .
If you can find it in the README, let me know. I am not seeing it in the latest README anywhere via searching for "0.3" for example.
hi, this may be a separate issue, but it seems that clj-ns-browser has an obsolete dependency on seesaw: (1.4.3 vs. 1.5.1) https://github.com/daveray/seesaw/issues/213#issuecomment-448278035 that is generating this same lein TLS exception. perhaps i can monkey patch this, but FYI.