Why did my SSL certificate deployment fail?
If your manually deployed SSL certificate isn't working or your browser shows a security warning, work through the checks below to find and fix the problem.
Confirm the deployment status
Before troubleshooting, confirm whether the SSL certificate has already been deployed successfully:
Visit your HTTPS domain. A padlock icon in the address bar indicates the certificate is active.
On the SSL Certificate Management page, check the Deployed column. The one-click deployment feature covers SLB, CDN, and WAF, but not ECS.
On ECS instances, the operating system itself has no indicator for SSL certificate deployment status. This is expected behavior, not a failure.
Quick checklist
Scan this list before diving into the detailed steps. Most deployment failures are caused by one of the following:
Port 443 is open in your server's firewall or security group
The certificate file path and name in the web server config match what's on disk
The web server was restarted after the config change
The certificate hasn't expired and its status is Issued
The certificate's Bound Domains match the domain you're serving
The certificate and private key were generated together (matching key pair)
The certificate is in X.509 format, PEM-encoded (
.crtor.pem)The certificate chain is complete (server cert + intermediate cert + root cert)
The certificate file directory has read permissions for the web server process
DNS points to the correct IP address











