SSL Settings for cPanel

Overview

Proper SSL configuration is crucial for secure server operations. This guide covers SSL settings and best practices for cPanel servers using RC Licensing System.

SSL Certificate Management

Installing SSL Certificates

cPanel provides multiple ways to install SSL certificates:

AutoSSL Configuration

AutoSSL is the recommended method for automatic SSL certificate management. It automatically installs and renews certificates for your domains.

Enabling AutoSSL:

  1. Log in to cPanel
  2. Navigate to SSL/TLS Manager
  3. Click on "Manage AutoSSL"
  4. Select your preferred certificate provider
  5. Enable AutoSSL for your domains

FleetSSL

FleetSSL comes free with your cPanel license and provides advanced SSL management features.

Activating FleetSSL

To activate FleetSSL on your server, run:

ZCP -fleetssl

FleetSSL Benefits

SSL/TLS Best Practices

Security Recommendations

Cipher Suite Configuration

Configure strong cipher suites in your Apache configuration:

SSLProtocol TLSv1.2 TLSv1.3
SSLCipherSuite HIGH:!aNULL:!MD5
SSLHonorCipherOrder on

Troubleshooting SSL Issues

Certificate Installation Failed

If certificate installation fails:

Certificate Expiration Warnings

If you receive certificate expiration warnings:

Mixed Content Warnings

Mixed content warnings occur when HTTPS pages load HTTP resources:

Updating SSL Certificates

To update your cPanel license and SSL settings, run:

ZCP

Additional Resources