π ~1 min read
Table of contents
Symptom & Impact
Clients receive certificate warnings or TLS handshake failures against hosted services.
Environment & Reproduction
Nginx on Ubuntu 18.04 using incorrectly bundled server certificate files.
Root Cause Analysis
Intermediate CA certificates are omitted, so clients cannot build a trust chain.
Quick Triage
Test endpoint with openssl s_client and verify what chain elements are returned.
Step-by-Step Diagnosis
Review Nginx ssl_certificate paths, inspect PEM content order, and validate key-certificate pairing.

Solution – Primary Fix
Deploy proper fullchain file, reload Nginx, and confirm complete chain presentation to clients.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.

Solution – Alternative Approaches
Use ACME automation tooling to maintain correct chain bundles automatically.
Verification & Acceptance Criteria
External SSL checks pass without trust warnings across major client platforms.
Rollback Plan
Restore prior certificate files if new deployment causes key mismatch or service outage.
Prevention & Hardening
Automate certificate deployment validation with pre-reload checks.
Related Errors & Cross-Refs
Related to expired certificates, hostname mismatch, and OCSP stapling misconfiguration.
Related tutorial: View the step-by-step tutorial for Ubuntu 18.04 LTS.
View all Ubuntu 18.04 LTS tutorials on the Tutorials Hub β
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
See Nginx TLS configuration docs and CA chain validation practices.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today β we respond within one business day.