SharePoint 2013 workflow issue, not able to publish

When trying to publish SharePoint 2013 workflow facing "Errors were found when compiling the workflow"

System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure. at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult) at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar) --- End of inner exception stack trace --- at Microsoft.Workflow.Common.AsyncResult.End[TAs

How to fix this? Thanks in advance!

September 14th, 2015 5:17am

please provide a screen shot of the actual error as it is presented in SharePoint Designer.  Also, please look in the ULS logs for entries occurring at the same time as this error.
Free Windows Admin Tool Kit Click here and download it now
September 14th, 2015 5:07pm

It seems that something wrong with your SSL certificate or its settings

http://social.technet.microsoft.com/wiki/contents/articles/13708.installing-workflow-manager-failed-with-could-not-establish-trust-relationship-for-the-ssltls-secure-channel.aspx

Most likely you have to re-register Workflow Manager using the following PowerShell cmdlet:

Register-SPWorkflowService -SPSite https://sitename -WorkflowHostUri https://workflowhost:12990' -AllowOAuthHttp -Force


If that is helpful, please mark it as an answer.
September 14th, 2015 8:47pm

Add the workflow certs to the web front end servers and confirm you followed these steps to install workflow certs in SP 2013 if you meet the criteria.

https://technet.microsoft.com/en-us/library/jj658589.aspx 

Free Windows Admin Tool Kit Click here and download it now
September 14th, 2015 11:04pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics