Question

When I try to connect a list (Tasks, Calendar) to Outlook via 'Action' -> 'Connect to Outlook' the connection is created. Outlooks asks to add the list, but the synchronization fails with:

Task ‘listName’ reported error (0×8000FFFF) : ‘An error occurred either in Outlook or SharePoint. Contact the SharePoint site administrator. HTTP 0.

What could be wrong, and how do I fix it?

Tech Details:
WSS (12.0.0.6421) on a SBS 2008 connecting with Outlook 2007 connecting via a https connection over the internet.
Internet url: https://vpn.sername.nl:987/
Default url: http://servername/

Was it helpful?

Solution

I found the problem.

The server was using a self-signed certificate on a local domain (company.local) When connecting over the internet to that machine the browser (and outlook) trys to verify if the certificate was revoked. This fails because the domain of the certificate is invalid for use of the internet. IE handles this correctly but Outlook doesn't (same for other office applications)

Quick solution: Disable certificate checking in your internet settings (Internet settings -> advanced -> Check if certificate was revoked ) BUT: this is a security risk, since it is a global setting, e.g. your OnlineBank transactions may not be secure anymore!

Good solution: fix the certificate and/or buy a 'real' one.

OTHER TIPS

What authentication do you have?

Also this may be an issue with using high port numbers over the internet. Can you connect in the server when in the office?

This error is reported if you are not connected to the VPN. Where you able to access SharePoint, when this error was occuring?

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top