SSL (Secure Sockets Layer) certificates secure the connection between your website and visitors by encrypting data transfers. Installing an SSL certificate through Cpanel increases both site security and SEO ranking.
Go to https://yourdomain.com:2083
and log in. Then open the “SSL/TLS” or “SSL/TLS Status” section.
With SosyoHost, AutoSSL is enabled by default. Click “Run AutoSSL” to automatically install a free Let’s Encrypt SSL certificate for your domain.
If you purchased a custom SSL certificate (e.g., Comodo, Sectigo, RapidSSL), go to “Manage SSL sites” and install it manually:
Once all fields are filled, click Install Certificate.
To ensure all pages use a secure connection, add the following code to your .htaccess file:
RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Visit SSL Labs to verify the validity and grade of your SSL certificate.
Note: Ensure your domain’s DNS records are correctly configured before installing SSL to prevent verification errors.