How to Activate Free SSL on Your Domain
What Is SSL and Why Do You Need It?
SSL (Secure Sockets Layer) encrypts the connection between your website and your visitors. It's what gives you the padlock icon in the browser bar and changes your URL from http:// to https://.
Without SSL:
- Browsers show a "Not Secure" warning — visitors leave
- Google ranks your site lower
- Passwords and form data are transmitted unencrypted
All SkyeFlare plans include free SSL powered by Let's Encrypt — no cost, no renewal hassle.
Automatic SSL Activation
In most cases, SSL activates automatically within a few hours of your domain pointing to SkyeFlare. Once DNS propagates:
- Our server detects your domain
- Let's Encrypt certificate is issued automatically
- HTTPS is enabled on your domain
- Certificate renews automatically every 90 days
Manual SSL Installation (If Auto Doesn't Work)
If SSL hasn't activated after 48 hours, install it manually:
- Go to Dashboard → Control Panel
- Find SSL/TLS or Let's Encrypt section
- Select your domain from the list
- Click Issue / Install
- Wait 2–5 minutes for certificate to generate
- Refresh your site — you should see the padlock
Force HTTPS Redirect
After SSL is installed, make sure all traffic uses HTTPS. In Control Panel, find Force HTTPS Redirect and enable it. Or add this to your .htaccess file:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Fix SSL for WordPress
If your WordPress site shows mixed content warnings after SSL:
- Install the free Really Simple SSL plugin — fixes 95% of issues in one click
- Or update your site URL to https:// in WP Admin → Settings → General
Troubleshooting SSL Issues
- Certificate error after install: Wait 10 minutes and hard-refresh (Ctrl+Shift+R)
- SSL not showing: Confirm DNS has fully propagated — check at whatsmydns.net
- Mixed content warnings: Some images/scripts still loading over HTTP — use Really Simple SSL
- ERR_SSL_PROTOCOL_ERROR: Contact support — may be a server configuration issue
Every SkyeFlare hosting plan includes automatic free SSL. No setup fees, no renewal costs.
View Plans →