2024-12-17T10:53:49,957+0000 ERROR [itask-thread-certificate-monitor-thread] com.integrien.analytics.certificate_monitoring.OutboundPluginMonitoredResource.monitorAndAddToResult - ssl handshake with endpoint caused the error, plugin: {pluginType: StandardEmailPlugin, pluginId: plugin-uuid, pluginNameDrive Space alerts, }, error: Cannot get ssl certificate chain due to exception: Unsupported or unrecognized SSL message,
2024-12-17T10:55:38,941+0000 ERROR [itask-thread-certificate-monitor-thread] com.integrien.analytics.certificate_monitoring.OutboundPluginMonitoredResource.monitorAndAddToResult - ssl handshake with endpoint caused the error, plugin: {pluginType: StandardEmailPlugin, pluginId: plugin-uuid, pluginNameCluster Capacity Report-Weekly, }, error: Cannot get ssl certificate chain due to exception: Connection timed out (Connection timed out),
curl -v telnet://SMTP_FQDN: 25
* Host SMTP_FQDN:25 was resolved.
* IPv6: (none)
* IPv4: ###.###.###.###
Trying ###.###.###.###:25 ...
* connect to ###.###.###.### port 25 from ###.###.###.### port 39068 failed: Connection
timed out
* Failed to connect to SMTP_FQDN port 25 after 129502 ms: Couldn't connect to server
* Closing connectio ncurl: (28) Failed to connect to SMTP_FQDN port 25 after 129502 ms: Couldn't connect to server
curl --ssl-reqd --url 'smtp://smtp_fqdn:25' --user 'username:pass' --mail-from 'your_email_here' --mail-rcpt 'recipient' --upload-file /tmp/mailbody.txt

Aria Operations 8.x
Underlying network connectivity issue between the Aria Operations nodes and the SMTP server (or a Load Balancer if that is in use).
Make sure that the connectivity between SMTP server and Aria Operations nodes is working correctly on port 25.