• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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