Hi, We had recurrent failures while checking the SSL certificate for <%= @check.domain %>. As of today, we can no longer verify the certificate expiry date. <%- if @check.domain_expires_at.present? %> The last known expiry date is <%= format_utc(@check.domain_expires_at) %>. <%- end %> <%- if @check.last_success_at.present? %> The last successful check occured <%= format_utc(@check.last_success_at) %>. <%- end %> If there is no more SSL endpoint for this domain, please disable or delete the check by following this link: <%= edit_check_url(@check) %> <%= render "check_comment_vendor" %> <%= render "footer_recurrent_failures", interval: @notification.interval, check: @check %>