Apache 2.4.18与1.02f fips2.0指纹错误

时间:2016-03-12 07:42:13

标签: apache openssl fips

有人可以帮助我,我最近将我的apache从2.4.12升级到2.4.18,并且我还将openssl 1.01e更新为1.02f。

我按照https://blog.ivanristic.com/2013/08/compiling-apache-with-static-openssl.html

的步骤进行操作

我跑了这个命令

./configure \
    --prefix=/opt/httpd \
    --with-included-apr \
    --enable-ssl \
    --with-ssl=/opt/openssl-1.0.2f \
    --enable-ssl-staticlib-deps \
    --enable-mods-static=ssl

[Sat Mar 12 01:29:20.451074 2016] [ssl:emerg] [pid 30351:tid 139841902528256] SSL Library Error: error:2D06B06F:FIPS routines:FIPS_check_incore_fingerprint:fingerprint does not match
[Sat Mar 12 01:29:20.451083 2016] [ssl:emerg] [pid 30351:tid 139841902528256] AH02312: Fatal error initialising mod_ssl, exiting.
AH00016: Configuration Failed

任何人都可以帮助解决这个问题。我真的很感激。

0 个答案:

没有答案