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 reset SSH port back to default port 22?

In some situations most of us may come across a problem that we are able to log into the WHM but...

How to setup the root login alert notification email?

Its very important to keep a check on your servers and who logs into the server, From security...

How to install mod_pagespeed on WHM?

'mod_pagespeed' is module of Apache which is nothing but plugin which is used for compressing the...

How to enable Hot Link Protection in cPanel?

To avoid other sites to use your website's bandwidth, you can enable the hot link protection....

How to setup SMTP port on Linux server using WHM?

By default SMTP outgoing server is configured for port 25. If you would like to allow exim to...

Powered by WHMCompleteSolution