• 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 not same version on php

Bakoro

New Pleskian
Hello !

I have a problem with openssl on php 7.1 (No matter the version actually). On my server (Centos 7.4 and Onyx 17.5.3), openssl is on the latest version : OpenSSL 1.0.2k-fips 26 Jan 2017. But PHP uses an old version: OpenSSL 1.0.1e-fips 11 Feb 2013

How do I get PHP to use the latest version?

Thank you!
 
PHP will use the version of OpenSSL that it was compiled against, not the version that you have installed.
 
Back
Top