• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

undefined function: openssl_x509

C

Cees1962

Guest
undefined function: openssl_x509 (SOLVED)

I am a new to this forum so maybe i am posting wrong

I just bought plesk 7.5.6 on win2003.

according to phpinfo:
CURL Information libcurl/7.11.2 OpenSSL/0.9.7d zlib/1.1.4
..openSSL is installed but when I use it, I get an error:
Call to undefined function: openssl_x509_read()

I have no problem using the same code on a Linux server with PLESK..

What am I doing wrong?

EDIT:
extension=php_openssl.dll

in PHP.INI, was not loaded, by default.
after removing ";" the problem was solved.
 
Back
Top