Intel® Software Guard Extensions (Intel® SGX)
Discussion board focused on hardware-based isolation and memory encryption to provide extended code protection in solutions.

Remote Attestation Process - problem with IAS response

Dalton_V_
Beginner
373 Views
Hello.

I am doing the process of remote attestation in a nodejs application. When I try to do a post to IAS, I receive this error:

error: { Error: Parse Error
    at TLSSocket.socketOnData (_http_client.js:411:20)
    at emitOne (events.js:96:13)
    at TLSSocket.emit (events.js:191:7)
    at readableAddChunk (_stream_readable.js:178:18)
    at TLSSocket.Readable.push (_stream_readable.js:136:10)
    at TLSWrap.onread (net.js:559:20) bytesParsed: 195, code: 'HPE_UNEXPECTED_CONTENT_LENGTH' }
 
Searching about this problem, I found out that this is related to a malformed response from IAS, as stated in:
-http://stackoverflow.com/questions/35525715/http-get-parse-error-code-hpe-unexpected-content-length
 
Can anyone please explain me if this format of the response from IAS could be "fixed"?
 
Thank you.
0 Kudos
0 Replies
Reply