This is the error we are getting when trying to access the QAP portal through external login:
Proxy server is responding with HTTP Code 404 – Not Found at load balancer side. This means file index.html is not found on Proxy server
as per the logs analysis, till Jan 2023 we are getting Backend Web Socket connection, after that there is no open & close connections and Backend web socket connection for any saml request. please see the detailed analysis provided as below:
- In proxy server log file(when it was working) we can see the commands in below sequence :
- Start session
- Add session
- Open Connection – Backend web socket connection opened for session
- Close connection – Backend web socket connection closed for session
- Stop session
- After Feb2023, We don’t see the open and close connection command and Backend Web Socket Connection message in any log file
Please help!
Thanks!