The deployment manager is failing for RSSO deployment with the error "RSSO Login NOT successful. Retrying after 50 seconds"| "RSSO post configuration job is not successful, exiting installer" Error in the "helix-on-prem-deployment-manager/logs/deployment.log" file: WARNING: RSSO Login NOT successful.. Retrying after 40 seconds WARNING: RSSO Login NOT successful.. Retrying after 45 seconds WARNING: RSSO Login NOT successful.. Retrying after 50 seconds ERROR: RSSO post configuration job is not successful, exiting installer. ERROR: Failed to deploy infra service(s). Running the below RSSO's REST API call to verify the rsso login giving 503 return code also when accessing the RSSO URL from the browser.
curl -k --header "Content-Type: application/json" --request POST --data "{\"username\":\"Admin\",\"password\":\"RSSO#Admin#\"}" https://<RSSO_URL>/rsso/api/v1.1/admin/login
<html><body> <h1>503 Service Unavailable</h1>
No server is available to handle this request.
</body></html>
|
This issue is resolved by enabling the required SELinux boolean value: "setsebool -P haproxy_connect_any 1" on the server where HAProxy is installed since the user is using HAProxy as an External Load balancer. |