Articles about European Sharepoint Hosting Service
SharePoint 2013 Hosting – HostForLIFE.eu :: Fix the Certificate Validation errors in SharePoint 2013
While working with a SharePoint 2013 environment I experienced slow page load times and poor search performance. In this tutorial, I will explain you how to fix the Certificate Validation errors in SharePoint 2013. Once initial page loads performance was fine for many minutes before the performance issue came back. Opening the application log inside Event Viewer showed the following critical error with the text:
1 |
“A certificate validation operation took 30015.2428 milliseconds and has exceeded the execution time threshold. If this continues to occur, it may represent a configuration issue. Please see http://go.microsoft.com/fwlink/?LinkId=246987 for more details.” |
To fix the problem is export the SharePoint Root Authority certificate using PowerShell and import it into the trusted Root Certificate store. Open the SharePoint 2013 Management Shell as an administrator.
1 2 |
$SProotCert = (Get-SPCertificateAuthority).RootCertificate $SProotCert.Export(“Cer”) | Set-Content C:\SProotCert.cer –Encoding Byte |
Now, Open the Certificates MMC by opening a Run command and type MMC.
Select File -> Add/Remove Snap-in.
Choose the Certificates Snap-in and click Add. On the next screen select Computer account and click Next followed by Local computer and OK.
Now, Right-click on Trusted Root Certificates and select All Tasks -> Import.
Complete the wizard by loading the certificate you exported using PowerShell. Repeat the method on all SharePoint servers experiencing the problem. These steps fixed the error on most of our SharePoint servers, however it remained on 2. in order to repair the error on the 2 remaining servers I organized proxy access through web explorer, then from an elevated command prompt ran “netsh winhttp import proxy source=ie”.
This configures Windows to use the i.e. proxy configuration as a default. The servers were then able to access the web and verify the certificates.
SharePoint 2013 Hosting Recommendation
HostForLIFE.eu’s SharePoint 2013 Hosting solution offers a comprehensive feature set that is easy-to-use for new users, yet powerful enough for the most demanding web developer expert. Hosted SharePoint Foundation 2013 is the premiere web-based collaboration and productivity enhancement tool on the market today. With SharePoint 2013 Foundation, you can quickly access and manage documents and information anytime, anywhere though a Web browser in a secure and user friendly way. SharePoint hosting services start at only at €9.99/mo, allowing you to take advantage of the robust feature set for a small business price. HostForLIFE.eu offers a variety of hosted SharePoint Foundation 2013 plans as well as dedicated SharePoint 2013 Foundation options
Print article | This entry was posted by Peter on February 18, 2015 at 4:41 am, and is filed under European SharePoint 2013 Hosting. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |