sca23.2/fortifyclient UploadFPR fails with HTTP request failed; HTTP status code: 401

we are using automation to upload FPR to SSC using following command:-

fortify/sca23.2.0/bin/fortifyclient -url  <https://<host>/ssc  -authtoken <out Analysis Upload Token>   uploadFPR -file WebGoat5.0-2.fpr  -projectVersionID <fortify Project Version Id>

Same token and command works for sca 21.2.3 and but with sca 23.2 it fails.

We also verified that cacerts under  sca23.2.0/jre/lib/security/cacerts  is uploaded with server certificate.

Question is: Is there any change in behaviour in sca 23.2 for clients connecting to ssc?

Parents Reply
  • 0 in reply to 

    Thank you. We tried using the one in fortify/scatools24.2/bin.

    Also fortify/scatools/jre/lib/security/cacerts is updated with  server certificate.

    even the /fortifyclient -url https://<ourhost>/ssc token -gettoken AnalysisUploadToken -user admin -password <ourpassword> gives the following error.

    HTTP request failed; HTTP status code: 401
    Access Denied. Unauthorized access
    Exit code: 1

    Any sugestion where we need to check ?

Children