Hey there,
my team has two Orchestrator environments with different versions :
- Our production environment has recently been upgraded to 2020.4.1
- Our pre-production has version 2019.10.16
And in both cases we have set up alerts for when a job fails. We use an Outlook 365 service account.
Ever since we upgraded the prod, the alerts do not work. If we try and test the mail settings, we have the following error :
MailKit.Security.SslHandshakeException: An error occurred while attempting to establish an SSL or TLS connection.
This usually means that the SSL certificate presented by the server is not trusted by the system for one or more of
the following reasons:
- The server is using a self-signed certificate which cannot be verified.
- The local system is missing a Root or Intermediate certificate needed to verify the server’s certificate.
- A Certificate Authority CRL server for one or more of the certificates in the chain is temporarily unavailable.
- The certificate presented by the server is expired or invalid.
It is also possible that the set of SSL/TLS protocols supported by the client and server do not match.
See https://github.com/jstedfast/MailKit/blob/master/FAQ.md#SslHandshakeException for possible solutions.
I have no idea how to fix this.
Thanks in advance
1 post - 1 participant