How to enable and disable Openssl on cPanel hosting?

David Beroff

Well-known member
Registered
Joined
Jun 14, 2016
Messages
1,480
Points
63
I am using cPanel for my website, normally i used to use Cloudflare to create SSL for my website as some you guys on this forum guided. It works but now I want to use Openssl which is free from cPanel. I don't know how to enable and disable this feature. Does any one guide me?
 

Wiredphase

New member
Registered
Joined
Aug 31, 2018
Messages
8
Points
1
You can run this command to check if Openssl is enabled on your cPanel server

Code:
[root@server ~]# php -m | grep -i openssl

If you have openssl on your server, it will display this
Code:
[root@server ~]# php -m | grep -i openssl
openssl

If no, you run this command
Code:
/scripts/easyapache --force
 

VirtuBox

Well-known member
Registered
Joined
May 3, 2016
Messages
1,622
Points
83
I am using cPanel for my website, normally i used to use Cloudflare to create SSL for my website as some you guys on this forum guided. It works but now I want to use Openssl which is free from cPanel. I don't know how to enable and disable this feature. Does any one guide me?
It seems you are making a confusion between autoSSL (cPanel system to provide free SSL certificates) and OpenSSL (open-source toolkit for TLS & SSL).
 
Older Threads
Recommended Threads

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top