<small id='YV0J8'></small><noframes id='YV0J8'>

        <bdo id='YV0J8'></bdo><ul id='YV0J8'></ul>

      <legend id='YV0J8'><style id='YV0J8'><dir id='YV0J8'><q id='YV0J8'></q></dir></style></legend>
      <tfoot id='YV0J8'></tfoot>
      <i id='YV0J8'><tr id='YV0J8'><dt id='YV0J8'><q id='YV0J8'><span id='YV0J8'><b id='YV0J8'><form id='YV0J8'><ins id='YV0J8'></ins><ul id='YV0J8'></ul><sub id='YV0J8'></sub></form><legend id='YV0J8'></legend><bdo id='YV0J8'><pre id='YV0J8'><center id='YV0J8'></center></pre></bdo></b><th id='YV0J8'></th></span></q></dt></tr></i><div id='YV0J8'><tfoot id='YV0J8'></tfoot><dl id='YV0J8'><fieldset id='YV0J8'></fieldset></dl></div>

      1. 为什么 openssl_pkey_new() 失败?

        Why does openssl_pkey_new() fail?(为什么 openssl_pkey_new() 失败?)

          <tfoot id='w7CYp'></tfoot>

            <tbody id='w7CYp'></tbody>
            <bdo id='w7CYp'></bdo><ul id='w7CYp'></ul>
            1. <i id='w7CYp'><tr id='w7CYp'><dt id='w7CYp'><q id='w7CYp'><span id='w7CYp'><b id='w7CYp'><form id='w7CYp'><ins id='w7CYp'></ins><ul id='w7CYp'></ul><sub id='w7CYp'></sub></form><legend id='w7CYp'></legend><bdo id='w7CYp'><pre id='w7CYp'><center id='w7CYp'></center></pre></bdo></b><th id='w7CYp'></th></span></q></dt></tr></i><div id='w7CYp'><tfoot id='w7CYp'></tfoot><dl id='w7CYp'><fieldset id='w7CYp'></fieldset></dl></div>

              <small id='w7CYp'></small><noframes id='w7CYp'>

                • <legend id='w7CYp'><style id='w7CYp'><dir id='w7CYp'><q id='w7CYp'></q></dir></style></legend>
                • 本文介绍了为什么 openssl_pkey_new() 失败?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我对此很陌生.为什么 openssl_pkey_new() 返回 false?

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

                  我正在使用 XAMPP,并且在 Apahcein 目录下有一个 OpenSSL.

                  I am using XAMPP and there is a an OpenSSL under the Apahcein directory.

                  我犯了什么明显的初学者错误?也许是 SSL 配置的问题?

                  What obvious beginner mistake am I making? Maybe it's a matter of SSL configuration?

                  我的目标是将两个密钥写入两个文件.

                  My goal is to write the two keys into two files.

                  更新:按照建议,我使用了 openssl_error_string() 并显示 error:02001003:system library:fopen:No这样的过程.听起来可能 OpenSSL 没有运行或不在路径中?有什么想法吗?

                  Update: as suggested, I used openssl_error_string() and it says error:02001003:system library:fopen:No such process. It sounds like maybe OpenSSL isn't running or isn't in the path?? Any ideas?

                  更新:我把c:xamppphp放入windows路径,这样它就可以找到libeay32.dll并重新启动Apache.

                  Update: I put c:xamppphp into the windows path, so that it could find libeay32.dlland restarted Apache.

                  现在我得到error:2006D080:BIOroutines:BIO_new_file:no such file.有什么想法吗?

                  Now I get error:2006D080:BIO routines:BIO_new_file:no such file. Any ideas?

                  推荐答案

                  使用 openssl_error_string() 找出 openssl_pkey_new() 返回 false(或任何其他 OpenSSL 错误)的原因.

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

                  在您的最新更新之后,OpenSSL 似乎找不到 openssl.cnf 文件,如 此处描述.

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

                  这篇关于为什么 openssl_pkey_new() 失败?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)

                  <legend id='9ApL5'><style id='9ApL5'><dir id='9ApL5'><q id='9ApL5'></q></dir></style></legend>
                    <tbody id='9ApL5'></tbody>
                      <tfoot id='9ApL5'></tfoot>
                    • <small id='9ApL5'></small><noframes id='9ApL5'>

                      <i id='9ApL5'><tr id='9ApL5'><dt id='9ApL5'><q id='9ApL5'><span id='9ApL5'><b id='9ApL5'><form id='9ApL5'><ins id='9ApL5'></ins><ul id='9ApL5'></ul><sub id='9ApL5'></sub></form><legend id='9ApL5'></legend><bdo id='9ApL5'><pre id='9ApL5'><center id='9ApL5'></center></pre></bdo></b><th id='9ApL5'></th></span></q></dt></tr></i><div id='9ApL5'><tfoot id='9ApL5'></tfoot><dl id='9ApL5'><fieldset id='9ApL5'></fieldset></dl></div>

                            <bdo id='9ApL5'></bdo><ul id='9ApL5'></ul>