If your website is showing a "Not Secure" warning despite installing an SSL certificate, check the following common issues:
1. Mixed Content Warning
This happens if your website is loading over HTTPS, but some elements (like images, CSS, or scripts) are still hardcoded to load over HTTP. You need to update all your internal links to use HTTPS. If you are using WordPress, plugins like Really Simple SSL can fix this automatically.
2. DNS Propagation
If you just pointed your domain to our servers, the DNS might still be propagating. The SSL installation process requires your domain to fully resolve to our server IP. Wait 1-2 hours and try issuing the SSL again.
3. Missing Redirect
Your SSL is installed, but visitors are not being forced to use it. You can enforce HTTPS via your Control Panel settings at https://panel.cloudzex.com/, or by adding a redirection rule in your .htaccess file.