Why does openssl_pkey_new() fail?

后端 未结 1 1758
生来不讨喜
生来不讨喜 2020-12-11 02:24

I\'m very new to this. Why is openssl_pkey_new() returning false?

I am using XAMPP and there is a an OpenSSL under the Apahce\\bin director

1条回答
  •  醉梦人生
    2020-12-11 02:46

    Use openssl_error_string() to find out why openssl_pkey_new() is returning false (or any other OpenSSL error).


    After your latest update, it appears that OpenSSL can't find the openssl.cnf file, as described here.

    0 讨论(0)
提交回复
热议问题