This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Email Notification Exchange 2013 error

Hi Experts,

Am trying to send an approval email notification in version 8.0 and gives me the below certificate error.

Please find the below log and configuration parameter.

I have used the same SMTP server in my password manager and notification works well over there.

When I send directly from powershell ISE also it works fine.

Send-MailMessage -From $From -to $To -Subject $Subject -Body $Body -SmtpServer $SMTPServer -port $SMTPPort  -Credential (Get-Credential)

Please advice.

 

Thanks in advance.

Vijay

Parents
  • In version 8, we have updated the 3rd party component that is used for the mail operations. It enforces the normal, windows integrated, validity checks for the certificate used by the mail server (The older version simply allowed every certificate as valid which is not a secure choice at all).

    I assume you are using self-signed certificates for your mail server and the job server machine that is executing the jobs do not trust the certificate or the CA that created the certificate.

    So as written by George Cerbone you need to ensure that your machine trusts the certificate or the CA if the Job Service is running as system user.

Reply
  • In version 8, we have updated the 3rd party component that is used for the mail operations. It enforces the normal, windows integrated, validity checks for the certificate used by the mail server (The older version simply allowed every certificate as valid which is not a secure choice at all).

    I assume you are using self-signed certificates for your mail server and the job server machine that is executing the jobs do not trust the certificate or the CA that created the certificate.

    So as written by George Cerbone you need to ensure that your machine trusts the certificate or the CA if the Job Service is running as system user.

Children
No Data