We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: