I have the following problem running stunnel on Centos 6.x 64bit with the following error:
I have been search with google to see if there was a solution but nothing was found
Thank you for your reply and your help, hopefully I can get this solved.
********************************************************************************
Clients allowed=500 stunnel 4.52 on x86_64-unknown-linux-gnu platform Compiled/running with OpenSSL 1.0.0-fips 29 Mar 2010 Threading:PTHREAD SSL:ENGINE,FIPS Auth:none Sockets:POLL,IPv6 Reading configuration from file /usr/local/etc/stunnel/stunnel.conf FIPS_mode_set: 2D06C06E: error:2D06C06E:FIPS routines:FIPS_mode_set:fingerprint does not match
*******************************************************************************
Jack wrote:
FIPS_mode_set: 2D06C06E: error:2D06C06E:FIPS routines:FIPS_mode_set:fingerprint does not match
This error message means that your OpenSSL library couldn't validate cryptographic hash value of the FIPS module it was compiled against. You need to fix your OpenSSL. Alternatively, as a workaround, you can disable FIPS mode with "fips = no" in your stunnel.conf.
Mike
Okay I guess I will work around with fips = no then. I installed Open_SSL via yum on Centos 6, I do not really know how I should fix it. So I guess I will stay with fips = no.
Thank you for your reply.
At 2012-03-05 06:37:44,"Michal Trojnara" Michal.Trojnara@mirt.net wrote:
Mr. Bill wrote:
FIPS_mode_set: 2D06C06E: error:2D06C06E:FIPS routines:FIPS_mode_set:fingerprint does not match
This error message means that your OpenSSL library couldn't validate cryptographic hash value of the FIPS module it was compiled against. You need to fix your OpenSSL. Alternatively, as a workaround, you can disable FIPS mode with "fips = no" in your stunnel.conf.
Mike