• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!

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