Learn how to install and configure SSL certificates for your website security.
SSL Certificate Installation
SSL certificates encrypt data between your website and visitors, ensuring security and trust.
Free SSL with Let's Encrypt
All our hosting plans include free SSL certificates via Let's Encrypt.
AutoSSL (Automatic Setup):
- Log in to cPanel
- Navigate to "SSL/TLS" section
- Click "Manage SSL sites"
- cPanel will automatically install SSL for your domains
- Wait 5-10 minutes for certificate issuance
Manual SSL Installation:
- Generate CSR in cPanel (SSL/TLS > Generate SSL)
- Purchase SSL certificate (if not using free)
- Receive certificate files from provider
- Go to "SSL/TLS" > "Manage SSL sites"
- Select domain and paste certificate files
- Click "Install Certificate"
Verifying SSL Installation
After installation, verify SSL is working:
- Visit your site with https://
- Check for padlock in browser address bar
- Use SSL checkers:
- https://www.sslshopper.com/ssl-checker
- https://www.ssllabs.com/ssltest
Forcing HTTPS
To force all traffic to HTTPS, add to .htaccess:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Troubleshooting
If SSL is not working:
- Clear browser cache
- Check certificate expiration
- Verify domain points to our nameservers
- Contact support for assistance