Closed GoogleCodeExporter closed 9 years ago
The connector uses Axis and HTTPClient to make web service calls to SharePoint.
If the customer has a self signed cetificate which is not from a trusted
authority,
the HTTPClient library (internally uses Java SSL suport) fails to find a valid
certificate to be presented to the SharePoint server along with the request.
One of ways is to import the certificate into the JVM default keystore and
check if
that works. Here are couple of helpful links:
http://www.java-samples.com/showtutorial.php?tutorialid=210
http://www.nabble.com/ssl-failure-td15753599.html
The connector supports certificate, but in case it is not from a trusted
authority it
will have to be imported to the JDK keystore as identified above.
Original comment by rakeshs101981@gmail.com
on 7 Aug 2009 at 6:19
Original issue reported on code.google.com by
rakeshs101981@gmail.com
on 5 Aug 2009 at 9:25