usnistgov / ACVP-Server

A repository tracking releases of NIST's ACVP server. See www.github.com/usnistgov/ACVP for the protocol.
46 stars 16 forks source link

Demo server Fetching Test Vectors request timing out: "Server requested 30 seconds delay" #214

Closed nvcasey closed 2 years ago

nvcasey commented 2 years ago

environment Demo

testSessionId Example: 253593

vsId Example: 1016130

Algorithm registration Any request, including such as { "isSample": false, "publishable": true, "algorithms": [{ "algorithm": "SHA2-256", "revision": "1.0", "messageLength": [{ "min": 0, "max": 65528, "increment": 8 }] } ] }

Endpoint in which the error is experienced Fetching test vectors "/acvp/v1/testSessions/253593/vectorSets/1016130

Expected behavior Vector request should return after a minute or 2. Additional context "Server requested 30 seconds delay" returned constantly until session timeout:

2022-06-09 15:00:20.366 BST 2022/06/09 14:00:20 Server requested 30 seconds delay 2022-06-09 15:00:30.402 BST 2022/06/09 14:00:30 Server requested 30 seconds delay

2022-06-09 15:00:40.439 BST 2022/06/09 14:00:40 Server requested 30 seconds delay 2022-06-09 15:00:50.474 BST 2022/06/09 14:00:50 Server requested 30 seconds delay 2022-06-09 15:01:00.509 BST 2022/06/09 14:01:00 Server requested 30 seconds delay

livebe01 commented 2 years ago

Thanks @nvcasey. There appears to be an issue w/ the server. We're looking into it.

jarnold01 commented 2 years ago

Should be good now; thanks for letting us know.