Re: Deploying to Clojars no longer works

2014-07-05 Thread Nelson Morris
Peer not authenticated sounds like an ssl issue. Could you try adding :certificates [clojars.pem] to your :user profile and seeing if it authenticates? On Fri, Jul 4, 2014 at 3:11 PM, Jacob Goodson submissionfight...@gmx.com wrote: I tried updating to the latest version and it still keeps

Re: Deploying to Clojars no longer works

2014-07-05 Thread Nelson Morris
Read timed out sounds like the artifact might be too large, but if future tries succeed then that's not the case. Could you send me the group/artifact/versions that failed? On Thu, Jul 3, 2014 at 9:02 AM, Zach Oakes zsoa...@gmail.com wrote: Even on the latest version (2.4.0), I've experienced

Re: Deploying to Clojars no longer works

2014-07-05 Thread Zach Oakes
Regarding Read timed out, I made an issue https://github.com/ato/clojars-web/issues/219 for it. It happened with play-clj/lein-template 0.3.7, as well as nightcode/nightcode 0.3.7. And yes, they are quite large because they contain native binaries, but after a few tries they did eventually

Re: Deploying to Clojars no longer works

2014-07-05 Thread Zach Oakes
One thing worth noting is that I don't have a home internet connection, so all my deployments happen over a tethered 3G connection. I suppose that a large upload combined with a slow link to the net is the problem. On Saturday, July 5, 2014 12:24:20 PM UTC-4, Zach Oakes wrote: Regarding Read

Re: Deploying to Clojars no longer works

2014-07-05 Thread Colin Fleming
A few Cursive users have experience peer not authenticated errors - there's some info and some debugging steps here: https://github.com/cursiveclojure/cursive/issues/285. It seems to be caused by a problem with the certificates in your JVM, but it's not clear to me why it suddenly starts happening

Re: Deploying to Clojars no longer works

2014-07-04 Thread Jacob Goodson
I tried updating to the latest version and it still keeps saying that peer is not authenticated. I cannot upload anything its annoying! On Thursday, July 3, 2014 10:02:07 AM UTC-4, Zach Oakes wrote: Even on the latest version (2.4.0), I've experienced problems in the last three weeks. I

Re: Deploying to Clojars no longer works

2014-07-03 Thread Adam Clements
Have you tried upgrading leiningen to the latest version? I don't think you can deploy from old versions, at least that's been a problem for me in the past. On 2 Jul 2014 20:55, Jacob Goodson submissionfight...@gmx.com wrote: I have been deploying the same project to clojars for quite a while

Re: Deploying to Clojars no longer works

2014-07-03 Thread Zach Oakes
Even on the latest version (2.4.0), I've experienced problems in the last three weeks. I believe they've coincided with the site redesign, but they may not be related. I sometimes get Read timed out when uploading an artifact. Since deployments aren't atomic, the library or template will be

Deploying to Clojars no longer works

2014-07-02 Thread Jacob Goodson
I have been deploying the same project to clojars for quite a while now(5 months?); for some reason it decided it no longer wanted to work. After giving my pass phrase I get peer not authenticated. I have not changed computers nor do I have a new internet connection. Does anyone know what