【问题标题】:Apache OpenSSL 4620:error:02001005:system library:fopen:Input/output errorApache OpenSSL 4620:错误:02001005:系统库:fopen:输入/输出错误
【发布时间】:2015-01-07 13:27:20
【问题描述】:

我正在尝试让 SSL 在我正在整合的基本 WAPP (Windows/Apache/PHP/PostgreSQL) 自定义堆栈上工作。

我已按照下一页的说明进行操作...

http://www.tehuber.com/article.php?story=20110315153800545

...直到 3.D 中指定的行...

openssl req -new -out server.csr

Windows 命令提示符会吐出以下内容...

C:\MEDIA\INTERNET\WAPP\OpenSSL x64\bin>openssl req -new

4620:错误:02001005:系统库:fopen:输入/输出 错误:.\crypto\bio\bss_file.c:169:fopen('C:\ 4620:error:2006D002:BIO 例程:BIO_new_file:系统库:.\crypto\bio\bss_file.c:174: 4620:错误:0E078002:配置文件例程:DEF_LOAD:系统 lib:.\crypto\conf\conf_def.c:199:

其他一切正常,openssl.cnf 没有被 Apache 安装程序修改,没有 BOM 并且是 UTF8。


我应该让 SSL 以不同的方式工作,还是有人知道如何帮助我解决这个错误?

【问题讨论】:

    标签: apache openssl


    【解决方案1】:

    知道了!在 Windows 命令提示符下的 OpenSSL bin 目录中...

    C:\MEDIA\INTERNET\WAPP\OpenSSL x64\bin

    我输入了以下...

    set OPENSSL_CONF=C:\MEDIA\INTERNET\WAPP\OpenSSL x64\bin\openssl.cfg
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-03-23
      • 2021-09-16
      • 2016-01-18
      • 2021-05-20
      相关资源
      最近更新 更多