Setup a build to run Server Side Tests, but receive the following error when running.
Start login to ALM server...
Failed to check authenticate status. Exception: java.io.IOException: Server returned HTTP response code: 502 for URL: http://<our_internal_server>:8080/qcbin/rest/is-authenticated
Failed to get authenticate authenticate point. Exception java.io.IOException: Server returned HTTP response code: 502 for URL: http://<our_internal_server>:8080/qcbin/rest/is-authenticated
Try to authenticate through: http://<our_internal_server>:8080/qcbin/authentication-point/authenticate
Login to ALM Server at http://<our_internal_server>:8080/qcbin/ failed. Status Code: 502
Start login to ALM server with APIkey...
Login to ALM Server at http://<our_internal_server>:8080/qcbin/ failed. Status Code: 502
I'm able to login with the ALM user in my browser when I go to `http://<out_internal_server>:8080/qcbin/start_a.jsp` and create/modify test sets just fine.