SSL (Secure Sockets Layer) certificates encrypt traffic between your visitors and your server, protecting passwords, form data, and personal information.
Why SSL matters
- Google ranks HTTPS sites higher in search results
- Browsers show a "Not Secure" warning for non-HTTPS sites, reducing visitor trust
- Required for payment processing and login forms
- Protects your users from data interception
Free SSL on all Neurax Host plans Every Neurax Host plan includes a free SSL certificate powered by Let's Encrypt. It auto-renews every 90 days β no manual renewal needed.
Enabling SSL in cPanel
- Log in to cPanel
- Go to Security β SSL/TLS
- Click "AutoSSL" (or "Manage AutoSSL")
- Click "Run AutoSSL" to provision certificates for all your domains
- Once complete (usually within minutes), your site loads at https://yourdomain.com
Forcing HTTPS After SSL is active, redirect all HTTP traffic to HTTPS:
- WordPress: Install a plugin like "Really Simple SSL" or add a redirect rule to your .htaccess file
- Non-WordPress: Add to .htaccess:
RewriteEngine On,RewriteCond %{HTTPS} off,RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Advanced SSL features Business Shield, Elite Secure Pro, WP Business Shield, and higher plans include:
- Web Application Firewall (WAF) β blocks malicious traffic before it reaches your site
- Advanced DDoS protection
- Email Reputation Protection (prevents your emails from being flagged as spam)
- GeoIP Firewall Controls (block traffic by country)