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 error code 410

Natnatee_D_
Beginner
417 Views

Hi,

My remote attestation framework has been working up until recently. When Service Provider calls function getSigRL, particularly the following line

response_code = SSLcom(url,TYPE_IAS_GET_SIGRL,NULL,0);

the response code is 410, apparently meaning that the requested service is gone. The requested url is

https://test-as.sgx.trustedservices.intel.com:443/attestation/sgx/v1/sigrl/00000xxx

where xxx is my group ID. I'm wondering if this is the problem with IAS or on my part, and what can I change to fix this problem? Thanks!

0 Kudos
1 Reply
Natnatee_D_
Beginner
417 Views

I figured out what the issue was. Apparently the test server is deprecated earlier than the development server.

0 Kudos
Reply