• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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