Remote Host Force Termination Issue When Calling Hardware Dashboard API

Hello,

I use SDCM (https://github.com/Microsoft/SDCM) to automate build for driver submission.
However, at some point, API calls have failed with the error “forced disconnection by remote host.”
When I manually called API(https://docs.microsoft.com/en-us/windows-hardware/drivers/dashboard/create-a-new-product)), the same symptom occurred.
Looking at the packet in wireshark, the other side is actually disconnecting. (No data received)

Does anyone know how to solve this problem?