Free SSL Certificates¶
Use this page to understand Fused SSL certificates and the preferred ways to make a site use HTTPS.
Fused normally provides Let's Encrypt-powered SSL certificates automatically for domains pointed to Fused hosting. In most cases, the certificate itself is not the hard part. The remaining work is making the site redirect to HTTPS and making the application use HTTPS consistently.
Preferred Path¶
Use the simplest control-panel option first:
- Confirm
https://example.comloads without a certificate warning. - In cPanel, use
Domains>Force HTTPS Redirectfor the domain. - For WordPress sites, use cPanel's wp-toolkit SSL/HTTPS options when available.
- Test the public site and admin area.
- Use application-level or file edits only if the control-panel options do not complete the job.
Confirm email and DNS before changing nameservers
SSL certificates can only be issued for domains that validate correctly. If a domain points elsewhere, AutoSSL may not cover it until DNS points to Fused.
Use cPanel Force HTTPS Redirect¶
For many sites, this is the cleanest first step.
- Log in to cPanel.
- Open
Domains. - Find the domain.
- Turn on
Force HTTPS Redirect. - Open
http://example.comin a private browser window. - Confirm it redirects to
https://example.com.
This handles the server-level redirect without editing .htaccess manually.
Use cPanel's wp-toolkit For WordPress Sites¶
For WordPress, check cPanel's wp-toolkit before installing redirect plugins or editing database values manually.
- Open
wp-toolkit. - Select the affected WordPress installation.
- Look for SSL, HTTPS, or security options for the site.
- Enable the wp-toolkit option that configures the site to use HTTPS, if available.
- Test the public site and WordPress admin.
The WordPress SSL guide also includes the WP-CLI path for updating stored site
URLs and replacing old http:// references from SSH.
Secondary Options¶
Use these only when cPanel or wp-toolkit options are unavailable or incomplete:
- Update application settings that still use
http://. - Run a careful WordPress search-and-replace for old URLs.
- Add an
.htaccessredirect manually. - Update hardcoded URLs in templates, menus, widgets, or content.
- Ask a developer to review custom application behavior.
What To Test¶
After enabling HTTPS, check:
https://example.comloads without a certificate warning.http://example.comredirects tohttps://example.com.- The admin area works.
- Contact forms and checkout still submit.
- Browser developer tools do not show mixed-content errors.
- Images, CSS, JavaScript, and embedded content load correctly.
Related Guides¶
-
WordPress SSL
-
Drupal SSL
-
AutoSSL notices