I’m having an issue on a server of mine;
In particular, OpenSSL connections getting denied with the following error message:
CRITICAL - Cannot make SSL connection.
140711204869800:error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac:s3_pkt.c:484:
The bug causing this supposedly was fixed with OpenSSL Version 1.0.1e, and according bugreports in other Distributions have been closed with that version.
However, after installing the according RPM (libopenssl1_0_0-1.0.1e-2.8.1.x86_64) the bug remains.
This is causing quite a few issues, including monitoring connections to other servers being unable to be stablished.
Are there any known, fixed versions, workarounds or fixes for this particular bug?