Every Web Host Pro web hosting account includes a free SSL certificate through cPanel AutoSSL for most standard websites. It automatically installs and renews in the background so your site can run on HTTPS without extra work. If you need a specific certificate type (like a wildcard, multi domain, or higher assurance option), you can purchase one from our SSL store and install it in cPanel.
Included free SSL: Website Builder plans, shared web hosting, reseller hosting, and any cPanel managed VPS or dedicated server.
Paid SSL options: Wildcard and advanced certificates for special requirements, multiple hostnames, or business needs.
Modern “SSL” is shorthand for TLS, the security technology that powers HTTPS. It does three important things:
HTTPS is now the baseline expectation for trust, conversions, and modern browser compatibility.
All websites should use HTTPS. It is required for secure logins, contact forms, payments, and most modern browser features. It also reduces “Not Secure” warnings and supports better user trust.
If you use Cloudflare (or any reverse proxy/WAF), certificate issuance can require one extra step because validation must reach your origin server. In many cases you can temporarily set the DNS record to DNS-only (grey cloud) during validation, then switch it back after the certificate is active. If you need help, our support team can walk you through the quickest option for your setup.
A CSR (Certificate Signing Request) is generated by your server and submitted to the Certificate Authority to issue a certificate. It contains your domain name and public key, plus organization details for certain certificate types.
example.com)www.example.com)Tip: Do not password-protect the private key if your server software cannot load it automatically.
My certificate is active but I still see “Not Secure.”
This is usually caused by mixed content (a page loading images, scripts, or CSS over http).
Update those URLs to https and clear caches/CDN.
The padlock is missing on some pages.
Check for mixed content, redirects, and cached assets.
Also confirm your site forces HTTPS (one redirect rule only, not multiple competing redirects).
I use Cloudflare and AutoSSL fails validation.
Temporarily switch the DNS record to DNS-only during validation, then revert to proxied mode after issuance.
Your private key is the most sensitive part of SSL. Do not email it, store it in shared folders, or place it on public systems. If you believe it has been exposed, you should replace the certificate and rotate the key immediately.