Response status code: Finished uploading BOM to Dependency-Track server. Error: Problem with request: read ECONNRESET Error: read ECONNRESET
I am facing this issue and dont know how to resolve it, i have tried almost everything but after 4 min 45 seconds, it just gives me this error: Response status code: Finished uploading BOM to Dependency-Track server. Error: Problem with request: read ECONNRESET Error: read ECONNRESET
if anyone can help me with this?
I do have the same problem, I use the follwoing workaround so it doesn't consume lot of time
timeout-minutes: 1 continue-on-error: true
After migrating from DependencyTrack bundled image to frontend+backend+nginx proxy, I have the same issue. I don't have any idea what is wrong. In nginx logs, I see the correct response (200) for that PUT /api/v1/bom request but the action still waiting for the response code and after a few minutes receiving that error.
Fixed in https://github.com/DependencyTrack/gh-upload-sbom/pull/35