Operating System & Version
CENTOS 7.7 kvm
cPanel & WHM Version
v86.0.4

Nirjonadda

Well-Known Member
May 8, 2013
752
28
78
cPanel Access Level
Root Administrator
cPanel added support OpenSSL v1.1.1d but Today EasyApache 4 Feb 26 Release show Update ea-openssl from v1.0.2t to v1.0.2u. Please can you let me know that where still using OpenSSL 1.0.2u versions? Also as we know OpenSSL is provided by operating system, not cPanel updates but this command show two different versions of OpenSSL. One from operating system OpenSSL versions 1.0.2k and other from cPanel OpenSSL v1.1.1d but How can find out OpenSSL 1.0.2u versions information?

Code:
[[email protected] ~]# php --ri openssl

openssl

OpenSSL support => enabled
OpenSSL Library Version => OpenSSL 1.1.1d  10 Sep 2019
OpenSSL Header Version => OpenSSL 1.1.1d  10 Sep 2019
Openssl default config => /opt/cpanel/ea-openssl11/etc/pki/tls/openssl.cnf

Directive => Local Value => Master Value
openssl.cafile => no value => no value
openssl.capath => no value => no value

[[email protected] ~]# yum info openssl -q
Installed Packages
Name        : openssl
Arch        : x86_64
Epoch       : 1
Version     : 1.0.2k
Release     : 19.el7
Size        : 814 k
Repo        : installed
From repo   : base
Summary     : Utilities from the general purpose cryptography library with TLS
            : implementation
URL         : http://www.openssl.org/
License     : OpenSSL
Description : The OpenSSL toolkit provides support for secure communications
            : between machines. OpenSSL includes a certificate management tool
            : and shared libraries which provide various cryptographic
            : algorithms and protocols.

[[email protected] ~]#
Code:
[[email protected] ~]# openssl version
OpenSSL 1.0.2k-fips  26 Jan 2017
[[email protected] ~]#
 

Nirjonadda

Well-Known Member
May 8, 2013
752
28
78
cPanel Access Level
Root Administrator
php openssl and unix openssl versions are different.

No problem.
So we have now 3 different versions of OpenSSL? Please let me know that where used 3 different versions of OpenSSL and how to use only latest versions of OpenSSL?

OpenSSL versions 1.0.2k from Operating System?
OpenSSL versions 1.1.1d from cPanel?
OpenSSL versions 1.0.2u from cPanel?
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,300
363
Houston
These packages are named differently and ea-openssl only works for EasyApache related items:

cPanel provided ea-openssl
Code:
[[email protected] public_html]# rpm -qa |grep ea-openssl
ea-openssl-1.0.2t-1.1.1.cpanel.x86_64
ea-openssl-devel-1.0.2t-1.1.1.cpanel.x86_64
ea-openssl11-1.1.1d-1.1.1.cpanel.x86_64
ea-openssl11-devel-1.1.1d-1.1.1.cpanel.x86_64
OS Provided OpenSSL
Code:
[[email protected] public_html]# rpm -qa |grep -i openssl |egrep -v 'ea|cpanel|jet|py|alt'
openssl-libs-1.0.2k-19.el7.x86_64
openssl-devel-1.0.2k-19.el7.x86_64
openssl-1.0.2k-19.el7.x86_64
 
  • Like
Reactions: Nirjonadda