Re: I'm the only one having trouble on Mac ?

2010-05-31 Thread Emmanuel Lecharny
Ok, I got the test fixed. I just added the following line in the beginning of the test : java.lang.System.setProperty( "sun.security.ssl.allowUnsafeRenegotiation", "true" ); This is explained in detail here : http://java.sun.com/javase/javaseforbusiness/docs/TLSReadme.html On 5/31/10

Re: I'm the only one having trouble on Mac ?

2010-05-31 Thread Emmanuel Lecharny
On 5/31/10 10:51 AM, Bernd Fondermann wrote: There was a vulnerability discovered in TLS recently. One fix is to switch off renegotitation. Maybe you are running into this issue, but you'd have to check for yourself. Most certainly the case. The test fails in a call to SSLSocket.startHandsh

Re: I'm the only one having trouble on Mac ?

2010-05-31 Thread Bernd Fondermann
There was a vulnerability discovered in TLS recently. One fix is to switch off renegotitation. Maybe you are running into this issue, but you'd have to check for yourself. >From http://en.wikipedia.org/wiki/Transport_Layer_Security : A vulnerability of the renegotiation procedure was discov

Re: I'm the only one having trouble on Mac ?

2010-05-31 Thread Ashish
I am getting the same error :( Me and Emm both are on JDK 1.6 u20 On Mon, May 31, 2010 at 1:48 PM, Niklas Gustavsson wrote: > On Mon, May 31, 2010 at 9:53 AM, Emmanuel Lecharny > wrote: >> as I just launched a new vote for 2.0, as suggested by Niklas, I should have >> added the revision and up

Re: I'm the only one having trouble on Mac ?

2010-05-31 Thread Niklas Gustavsson
On Mon, May 31, 2010 at 9:53 AM, Emmanuel Lecharny wrote: > as I just launched a new vote for 2.0, as suggested by Niklas, I should have > added the revision and uploaded binaries for the vote. So I started to > generate them, and now, on my Mac, I have one error : Do you get this consistently? I

I'm the only one having trouble on Mac ?

2010-05-31 Thread Emmanuel Lecharny
Hi, as I just launched a new vote for 2.0, as suggested by Niklas, I should have added the revision and uploaded binaries for the vote. So I started to generate them, and now, on my Mac, I have one error : --- Test se