freeipa / freeipa-healthcheck

Check the health of a freeIPA installation
GNU General Public License v3.0
50 stars 28 forks source link

NSS Check Failure #337

Open matthewprobasco opened 2 months ago

matthewprobasco commented 2 months ago

I cannot seem to figure out why this health check keeps failing. { "source": "ipahealthcheck.ds.nss_ssl", "check": "NssCheck", "result": "ERROR", "uuid": "18e1cb64-ca7f-4247-8fdb-a11fdd87b217", "when": "20240919194444Z", "duration": "10.003445", "kw": { "exception": "Request timed out" } },

Server: Almalinux

rcritten commented 1 month ago

Sorry for the delay, I missed this originally.

This check is provided directly by 389-ds and executed by freeipa-healthcheck. I'm not completely sure what it is doing.

You can try increasing the timeout to see if the check itself will fail with a better reason.

Create /etc/ipahealthcheck/ipahealthcheck.conf with contents:

[default] timeout=600