• 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

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