MySQL Forums
Forum List  »  Security

FIPS mode help!
Posted by: B W
Date: August 20, 2024 09:02AM

I installed MySQL 8.0.38 Community Server on my Windows machine, but when I try to turn on FIPS mode, I get an error:

ERROR] [MY-011272] [Server] SSL fips mode error: error:12800067:DSO support routines::could not load the shared library


I believe running this running this query
mysql> show status like '%Tls_library_version%';
OpenSSL 3.0.13 30 Jan 2024

shows that MySQL was build with that version of OpenSSL.


Reading OpenSSL documentation, the last FIPS compliant version is actually 3.0.9. so I downloaded the OpenSSL 3.0.9 source and built it with the FIPS flag and installed it on the machine (I do see various DLLs related to FIPS being installed)

Am I able to have MySQL link in the the OpenSSL DLLs that I compiled (if so, how do I do this?) or do I have to download the MySQL Source and compile that on my Windows machine?


Any guidance would be greatly appreciated.

Options: ReplyQuote


Subject
Views
Written By
Posted
FIPS mode help!
196
B W
August 20, 2024 09:02AM
80
August 21, 2024 03:02AM
45
September 09, 2024 01:58AM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.