How to enable Open SSL on WHM?

Before enabling open SSL, you can check whether it is already enabled on your server. Please fire below command to check it -
php -m | grep -i openssl

If output of above command is as below -
root@server[~]# php -m | grep -i openssl
openssl

It means that Open SSL is already enabled on your server. If the output is blank then it means that Open SSL is not enabled.  

Steps to enable the Open SSL -

You can opt to any of the below method for enabling the Open SSL -

1. Using command line that is using SSH,  fire below command -
    /scripts/easyapache --force

2. Using WHM -
  1. Login to WHM. 
  2. Follow WHM >> EasyApache 
  3. Select OpenSSL in the exhaustive options List for the PHP modules
  4. Recompile Apache
  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

How to run the MySql performance tuning script for the cPanel server?

Follow below steps and run the mysql performance tuning script on your cPanel server -1. cd...

Is it possible to add multiple backup destinations on the cPanel server?

Is it possible to add multiple backup destinations on the cPanel server?Solution :- Yes, its...

Failed to open dir: Permission denied in /usr/local/lib/php/autoindex/default.php

While accessing the site I was getting error as -'Failed to open dir: Permission denied in...

An --**warning**-- occurred while installing profile “--**warning**--: failed to create directory /home/cPanel_username/.cagefs”.

While updating Easy Apache 3 to Easy Apache 4 on CloudLinux server using below command - cd...

Powered by WHMCompleteSolution