• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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