• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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