We Provide Free AutoSSL for every domain hosted with us. Free SSL certificate will be automatically get installed and activated for the main domain within 48hrs of hosting account activation after your purchase.
For Add-on Domains it will also get activated within 48hrs after you have added them in your cPanel account.
You have to redirect your domain from HTTP to HTTPS through your .htaccess file. You can add this code to your .htaccess file or ask your developer to do that.
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
OR you can use
Login to cPanel >> Domains >> Force HTTPS Redirect
NOTE:
- Auto SSL will only get installed only if your hosted domain is pointed to our server using nameservers of A records.
- Freel SSL Certificate will be automatically get renewed every 90 days.