• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue OpenSSL 3.0 / PHP 7.4

Erwan

Regular Pleskian
Server operating system version
AlmaLinux 9.4
Plesk version and microupdate number
18.0.60
Hi all,

We migrated a website under PHP 7.4 (yes the now obsolete version) to a new server (Centos 7.9 to Almalinux 9.4).
We have problem with OpenSSL. The installed version is 3.0. However, it is not compatible with PHP 7.4.

# /opt/plesk/php/7.4/bin/php -i | grep "OpenSSL"
SSL Version => OpenSSL/3.0.7
OpenSSL support => enabled
OpenSSL Library Version => OpenSSL 3.0.7 1 Nov 2022
OpenSSL Header Version => OpenSSL 3.0.7 1 Nov 2022
Native OpenSSL support => enabled


While waiting to upgrade the website to 8.1, how can we use OpenSSL 1.1 compatible with 7.4?

Thank you for your help.

Erwan
 
While waiting to upgrade the website to 8.1, how can we use OpenSSL 1.1 compatible with 7.4?
I don't think so. If you really want to, I guess you could install OpenSSL 1.1 and manually compile PHP 7.4 with it. But unless you are already familiare with compiling PHP yourself I would advice advice against it.
 
Back
Top