SSL/TLS certificate issue detected — a certificate has expired, is about to expire, has an incomplete chain, or is causing TLS handshake failures. Expired certificates will cause browsers to display security warnings, APIs to refuse connections, and automated integrations to break.
Remediation Plan
1. Identify the affected certificate and check its expiration date using 'openssl s_client -connect host:443' or browser certificate viewer.
2. If expired, renew the certificate immediately through your CA or Let's Encrypt.
3. For chain issues, ensure the full certificate chain (root + intermediate + leaf) is installed correctly.
4. For TLS handshake failures, verify the server supports the required TLS version and cipher suites.
5. Set up automated certificate monitoring and renewal (e.g., certbot auto-renew) to prevent future expirations.