You are unable to log in to the DX NetOps Portal after a successful installation. While the login page opens correctly, entering your credentials leads to a redirect that fails with an ERR_EMPTY_RESPONSE or a blank page.
http://####:8381/sso/sign-in-process.jsp and hangs.Content-Length, are missing from the login submission.SSOService.log shows errors: Failed to get txtSsoProductCode parameter: 400: Unable to parse form content.curl from the portal server succeeds, indicating the SSO service is functional locally:curl -v -X POST http://localhost:8381/sso/sign-in-process.jsp \-H "Content-Type: application/x-www-form-urlencoded" \--data "txtSsoProductCode=pc&txtSsoRedirectUrl=http://####:8181/pc/desktop/page&txtUsername=####&txtPassword=####"
HTTP/1.1 302 Found with the correct Location redirect.All supported NetOps Performance Management versions
A configured network proxy on the jump server or client machine intercepts the SSO authentication traffic. The proxy interferes with the POST request to the SSO service, causing the loss of essential HTTP headers required for parsing the login product code.
You must ensure that traffic to the NetOps Portal server bypasses any active proxies.
####).