How to Enable Free SSL on Your Domain (AutoSSL)

Activate your free Let's Encrypt SSL certificate on all your domains in cPanel with one click using AutoSSL.

What is AutoSSL?

AutoSSL is cPanel's built-in tool that automatically installs and renews free SSL certificates (via Let's Encrypt) on all your domains and subdomains. It runs automatically every 24 hours to catch new domains and renew expiring certificates.

Activate AutoSSL in 3 Steps

  1. Log into cPanel
  2. Go to Security โ†’ SSL/TLS Status
  3. Click Run AutoSSL

AutoSSL installs certificates on all your domains and subdomains within a few minutes. You will see green padlocks next to each domain when done.

Force HTTPS Redirect

After SSL is active, force all HTTP traffic to HTTPS by adding this to your .htaccess file in public_html:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Troubleshooting SSL Issues

  • Certificate not installing โ€” ensure your domain's DNS is pointing to ACBIZ GLOBAL hosting (A record must be correct)
  • Mixed content warnings โ€” update all hardcoded http:// links in your site to https://
  • SSL expired โ€” run AutoSSL again; contact support if it fails repeatedly
Tip: AutoSSL runs daily โ€” but if you add a new subdomain, manually run AutoSSL to install the certificate immediately.
Was this article helpful?

Still need help?

If this article didn't fully answer your question, our support team is available 24/7.

Submit a Support Ticket Search FAQs
Back to Security All Articles