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
We have a webstart application which fails because of this issue. The command-line version is working again when adding :
java.lang.System.setProperty("sun.security.ssl.allowUnsafeRenegotiation", "true");
But the webstart version seems to ignore this, and until now we haven't foud a way to set this property in the webstart version.