Skip to content

How do I add back the SSL/TLS Status page in cPanel?

cPanel removed the SSL/TLS status page in version 134.0.13 unifying numerous SSL/TLS pages into a single SSL/TLS Certificates page. For the time being you can revert to the following features being separate pages:

  • SSL/TLS
  • SSL/TLS Status
  • SSL/TLS Wizard

You revert them by adding ssl.unified_interface to /var/cpanel/panel/ini. For example:

[global]
ssl.unified_interface = false

If you wish to switch back to a unified interface you can switch it back to:

[global]
ssl.unified_interface = true