Hi -  I get

~ > lein upgrade
The script at /home/alathompson/bin/lein will be upgraded to the latest
stable version.
Do you want to continue [Y/n]?

Upgrading...

curl: (35) Unknown SSL protocol error in connection to github.com:443
Failed to download
https://github.com/technomancy/leiningen/raw/stable/bin/lein
It's possible your HTTP client's certificate store does not have the
correct certificate authority needed. This is often caused by an
out-of-date version of libssl. Either upgrade it or set HTTP_CLIENT
to turn off certificate checks:
  export HTTP_CLIENT="wget --no-check-certificate -O" # or
  export HTTP_CLIENT="curl --insecure -f -L -o"
It's also possible that you're behind a firewall haven't yet
set HTTP_PROXY and HTTPS_PROXY.


~ > setenv   HTTP_CLIENT  "wget --no-check-certificate -O"
~ > lein upgrade


So following the suggestion to set HTTP_CLIENT works, but I'm not sure
why it's needed.  I normally push/pull fine to Github.

Alan

On Wed, May 29, 2013 at 10:33 AM, Phil Hagelberg <p...@hagelb.org> wrote:

>
> Greetings fellow humans.
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to