[Mac OS X 10.8.4]
I followed this same procedure as Sean and it worked for me last night.

On Thursday, August 8, 2013 9:16:06 PM UTC-7, Sean Corfield wrote:
>
> It failed for me on Mac OS X 10.8.4 - this has also been a problem on 
> Windows for me (which doesn't have curl / wget anyway). Can we please 
> get the Leiningen JAR posted somewhere that is not prone to this sort 
> of SSL problem? 
>
> (! 536)-> lein upgrade 
> The script at /Developer/workspace/worldsingles/build/bin/lein2 will 
> be upgraded to the latest stable version. 
> Do you want to continue [Y/n]? y 
>
> Upgrading... 
>   % Total    % Received % Xferd  Average Speed   Time    Time     Time 
>  Current 
>                                  Dload  Upload   Total   Spent    Left 
>  Speed 
> 100   126  100   126    0     0    261      0 --:--:-- --:--:-- --:--:--   
> 336 
> 100 11353  100 11353    0     0  11459      0 --:--:-- --:--:-- --:--:-- 
>  101k 
>
> Manual self-install is deprecated; it will run automatically when 
> necessary. 
> Downloading Leiningen to 
> /Users/sean/.lein/self-installs/leiningen-2.3.0-standalone.jar now... 
>   % Total    % Received % Xferd  Average Speed   Time    Time     Time 
>  Current 
>                                  Dload  Upload   Total   Spent    Left 
>  Speed 
>   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--   
>   0 
> curl: (22) The requested URL returned error: 403 
> Failed to download 
> https://leiningen.s3.amazonaws.com/downloads/leiningen-2.3.0-standalone.jar 
> 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. 
>
> Thu Aug 08 21:10:48 
> (sean)-(jobs:0)-(/Developer/workspace/worldsingles) 
> (! 537)-> HTTP_CLIENT="curl --insecure -f -L -o" lein upgrade 
> Downloading Leiningen to 
> /Users/sean/.lein/self-installs/leiningen-2.3.0-standalone.jar now... 
>   % Total    % Received % Xferd  Average Speed   Time    Time     Time 
>  Current 
>                                  Dload  Upload   Total   Spent    Left 
>  Speed 
>   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--   
>   0 
> curl: (22) The requested URL returned error: 403 
> /usr/bin/lein: line 63: download_failed_message: command not found 
>
> Thu Aug 08 21:11:19 
> (sean)-(jobs:0)-(/Developer/workspace/worldsingles) 
>
> On Thu, Aug 8, 2013 at 8:28 PM, Phil Hagelberg 
> <ph...@hagelb.org<javascript:>> 
> wrote: 
> > 
> > Hello everyone. 
> > 
> > I'm happy to announce the release of Leiningen version 2.3.0. This 
> > version contains mostly minor fixes, but some highlights include faster 
> > test runs when using selectors (by skipping fixtures), better support 
> > for detecting ambiguous version resolutions via :pedantic, and fixes to 
> > better isolate different profiles in different :target-paths. 
> > 
> > * Add `:eval-in :pprint` for debugging. (Phil Hagelberg) 
> > * Support cleaning extra dirs with `:clean-targets`. (Yoshinori Kohyama) 
> > * Test-selectors skip fixtures too, not just running tests. (Gary 
> Fredericks) 
> > * Place licenses and readmes into jars. (Phil Hagelberg) 
> > * Include LICENSE as separate file in templates. (Wolodja Wentland) 
> > * Allow aborting on ambiguous version resolution with `:pedantic`. 
> (Nelson Morris, Phil Hagelberg) 
> > * Scope `:compile-path` and `:native-path` under profile-specific target 
> dir. (Phil Hagelberg) 
> > * Fix bug where uberjar filename would include provided profile. (Phil 
> Hagelberg) 
> > * Deprecate explicit `self-install` command. (Phil Hagelberg) 
> > * Fix bugs around long lines in jar manifests. (Leon Barrett) 
> > * Support nested checkout dependencies. (Phil Hagelberg) 
> > * Fix bugs around `:filespecs`. (Jean Niklas L'orange) 
> > 
> > As usual, you can get the latest version by running `lein upgrade`. 
> > 
> > Thanks to all the contributors who helped make this happen. 
> > 
> > happy hacking, 
> > Phil 
>
>
>
> -- 
> Sean A Corfield -- (904) 302-SEAN 
> An Architect's View -- http://corfield.org/ 
> World Singles, LLC. -- http://worldsingles.com/ 
>
> "Perfection is the enemy of the good." 
> -- Gustave Flaubert, French realist novelist (1821-1880) 
>

-- 
-- 
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