I\'m trying to connect to a webservice over SSL using Apache Commons HttpClient 3.1, using this:
String url = \"https://archprod.service.eogs.dk/cvronline/esb/Le
Same issue as here, I think: http://forums.sun.com/thread.jspa?threadID=5435426
At least the solution works for this issue, too: add "-Dsun.security.ssl.allowUnsafeRenegotiation=true"