That error message means that the slave can't generate enough random data to make a secure key for the connection.
Do some research on /dev/random and /dev/urandom... you might be able to solve that problem. Personally though, I don't see why you'd want to; is there some reason you don't want to use the Jenkins SVN plugin? On Thursday, February 7, 2013 5:08:16 AM UTC-6, Mehdi Hayani Soujaa wrote: > > Hi, > > I really have no idea on how SSL is disabled, because it's a client slave, > and i've said that SSL is disabled because if I do a checkout from the > command line directly on the slave I get this error : > > > - SSL negotiation failed: SSL disabled due to lack of entropy.. > > > But, from Jenkins, with the job configured to execute on this slave, > checkout run without any problem, that's why i'm trying to undertand what > happen in this case :) > > > Regards > Mehdi > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
