Hi,
I have 2 farms (1 for authoring and 1 for production). I have configured the Central Admin for both farms to run under SSL. When I try to setup content deployment to deploy the content from the authoring farm
to the production farm, I will get the following errors
Publishing: Content deployment job failed. Error: 'System.Web.Services.Protocols.SoapException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> 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.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception) at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
I have export the certificate from the production farm and added to the Manage Trust of the authoring farm (based on http://support.microsoft.com/kb/982982?wa=wsignin1.0) but still get the same error.
When I check the event log, I notice the following errors,
An operation failed because the following certificate has validation errors:\n\nSubject Name: CN=******\nIssuer Name: CN=*********\nThumbprint: ************\n\nErrors:\n\n SSL policy errors have been encountered. Error code '0x2'..
Is there any way I can find out what the "SSL policy errors have been encountered" that is encountered with the Production farm central admin certificate as I can load the Production Central Admin properly on the Authoring farm server and the certificate is okay.