what does "openssl FIPS mode(0) unavailable" mean?
Posted
by
fisherman
on Server Fault
See other posts from Server Fault
or by fisherman
Published on 2013-05-16T03:07:48Z
Indexed on
2014/06/12
15:28 UTC
Read the original article
Hit count: 215
I compiled and installed strongswan ipsec vpn successfully, as demonstrated by the fact that the service starts successfully:
as3:~# ipsec restart Stopping strongSwan IPsec... Starting strongSwan 5.0.4 IPsec [starter]... as3:~#
When I run command ipsec pki --gen --outform pem > caKey.pem
I see the error:
as3:~# ipsec pki --gen --outform pem > caKey.pem openssl FIPS mode(0) unavailable as3:~#
What does "openssl FIPS mode(0) unavailable" mean? How to fix it?
© Server Fault or respective owner