openssl version discrepancy
My server is cloudlinux 8 + cpanel v100
The PHP function phpinfo() shows "OpenSSL 1.1.1k".
But
[root@myserver ~]# rpm -q ea-openssl11
ea-openssl11-1.1.1m-1.el7.cloudlinux.x86_64
why discrepancy?
will they both automatically update to OpenSSL 1.1.1n soon, or I have to do it manually?
-
Hey there! Without CloudLinux there could always be additional features and tools involved, such as the specific PHP version on the domain. Can you let me know which version of PHP you were using under the phpinfo page? 0 -
PHP Version 7.4.28 0 -
That all seems correct to me at this time. I checked a server running PHP 8 and I also see OpenSSL/1.1.1k, so that is the latest OpenSSL version available through PHP. 0 -
Thanks. 0
Please sign in to leave a comment.
Comments
4 comments