For a new installation of Rundeck 5.8.0 on OL9, the only part I have left to get working is communicating via api. I have Rundeck client variables set:
[rundeck@myserver rundeck]$ rd projects list
Feb 19, 2025 1:45:47 PM okhttp3.internal.platform.Platform log
INFO: --> GET
http://localhost:4040/api/29/projects http/1.1
Feb 19, 2025 1:45:47 PM okhttp3.internal.platform.Platform log
INFO: Accept: application/json
Feb 19, 2025 1:45:47 PM okhttp3.internal.platform.Platform log
INFO: X-Rundeck-Auth-Token: xyz123jsaddhji1234
Feb 19, 2025 1:45:47 PM okhttp3.internal.platform.Platform log
INFO: User-Agent: rd-cli-tool/2.0.8 (rundeck-cli/2.0.8)
Feb 19, 2025 1:45:47 PM okhttp3.internal.platform.Platform log
INFO: Host: localhost:4040
Feb 19, 2025 1:45:47 PM okhttp3.internal.platform.Platform log
INFO: Connection: Keep-Alive
Feb 19, 2025 1:45:47 PM okhttp3.internal.platform.Platform log
INFO: Accept-Encoding: gzip
Feb 19, 2025 1:45:47 PM okhttp3.internal.platform.Platform log
INFO: --> END GET
Feb 19, 2025 1:45:47 PM okhttp3.internal.platform.Platform log
INFO: <-- 404 Not Found
http://localhost:4040/api/29/projects (4ms)
Feb 19, 2025 1:45:47 PM okhttp3.internal.platform.Platform log
INFO: Cache-Control: must-revalidate,no-cache,no-store
Feb 19, 2025 1:45:47 PM okhttp3.internal.platform.Platform log
INFO: Content-Type: application/json
Feb 19, 2025 1:45:47 PM okhttp3.internal.platform.Platform log
INFO: Content-Length: 67
Feb 19, 2025 1:45:47 PM okhttp3.internal.platform.Platform log
INFO:
Feb 19, 2025 1:45:47 PM okhttp3.internal.platform.Platform log
INFO: {
"message":"Not Found",
"url":"/api/29/projects",
"status":"404"
}
Feb 19, 2025 1:45:47 PM okhttp3.internal.platform.Platform log
INFO: <-- END HTTP (67-byte body)