Description
"An error occurred while calling service. Exception has been thrown by the target of an invocation. The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. The remote certificate is invalid according to the validation procedure."
Applies To
Composer, Workflow
Solution
Go to your SharePoint site web.config (default location C:\inetpub\wwwroot\wss\VirtualDirectories\<<port>>) on which Winshuttle is configured and add the following line within system.net tag on all web front end servers:
<settings>
<servicePointManager checkCertificateName=”false” checkCertificateRevocationList=”false” />
</settings>
Comments
0 comments
Please sign in to leave a comment.