Products | Versions |
---|---|
Spotfire Automation Services | All Versions |
TIBCO Spotfire Automation services job(Send email task) may fail with the following error:
FAILED: Task X 'Send Email' failed with: Failed to send email using SMTP server 'xxxxxxxxx' from 'yyyyyyyyyyyyyy' to 'zzzzzzzzzzzzzzzzzzzzzz'.
Reason: 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.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncReque
<smtp port="25" useTls="true" timeoutSeconds="100"> <authentication useWindowsDefaultCredentials="false" username="" password="" /> <certificates useCertificates="false" storeLocation="LocalMachine" storeName="My" serialNumber="" /> </smtp>
<smtp port="25" useTls="false" timeoutSeconds="100"> <authentication useWindowsDefaultCredentials="false" username="" password="" /> <certificates useCertificates="false" storeLocation="LocalMachine" storeName="My" serialNumber="" /> </smtp>