Bradley May <brad@xxxxxxxxxxxxxxx> writes: > I understand the PostgreSQL 9.x installed on a RHEL distribution can be configured and supports FIPS 140-2 when using and properly configuring OpenSSL FIPS. My question is can the same be accomplished with a Windows installation, as easily or similar to the RHEL installation/configuration procedures? No. PG doesn't really have any specific support for the FIPS requirements. From our perspective that's implemented by behavioral changes in libc and openssl. Perhaps you can find FIPS-ified versions of those libraries for Windows, but I don't know where to look. regards, tom lane