Intel Confidential Computing
Discussion board focused on Intel Confidential Computing technologies and how they can protect data and AI security, privacy, and sovereignty.

dev IAS url return 401 code

Gradvis
Beginner
3,683 Views

I`we try to launch CDS for Signal Server hosted on SGX supported Azure VM.
I subscribe to DEV Intel® Software Guard Extensions Attestation Service (Unlinkable) and  get SPID  and PrimaryKey.

My config:

 

spid: D231E0...........................................44E918A 
apiKey: 3432.......................................a8ff422de0aa
iasBaseUri: https://api.trustedservices.intel.com/sgx/dev

 


When i try to launch CDS i reseive error:
java.io.IOException: Failed to get signature revocation list (HTTP/401)

UPD: 
{ "statusCode": 401, "message": "Access denied due to invalid subscription key. Make sure to provide a valid key for an active subscription." }

request: https://api.trustedservices.intel.com/sgx/attestation/v4/sigrl/00000c13 GETHeader: Ocp-Apim-Subscription-Key Value: 3432.......................................a8ff422de0aa

Subscription are in Active state. ApiKey Copy-Pasted

 

 

0 Kudos
1 Solution
JesusG_Intel
Moderator
3,653 Views

Hello Gradvis,


Your post shows that you are sending your request to https://api.trustedservices.intel.com/sgx/attestation/v4/sigrl/00000c13. Try sending to the DEV environment at https://api.trustedservices.intel.com/sgx/dev/attestation/v4/sigrl/00000c13.


Sincerely,

Jesus G.

Intel Customer Support


View solution in original post

0 Kudos
3 Replies
JesusG_Intel
Moderator
3,654 Views

Hello Gradvis,


Your post shows that you are sending your request to https://api.trustedservices.intel.com/sgx/attestation/v4/sigrl/00000c13. Try sending to the DEV environment at https://api.trustedservices.intel.com/sgx/dev/attestation/v4/sigrl/00000c13.


Sincerely,

Jesus G.

Intel Customer Support


0 Kudos
Gradvis
Beginner
3,620 Views

Thank you!

It was a bug wich cut off "/dev" from URL in config.

0 Kudos
JesusG_Intel
Moderator
3,580 Views

Hello Gradvis,


Thank you for confirming the solution worked for you.


This thread has been marked as answered and Intel will no longer monitor this thread. If you want a response from Intel in a follow-up question, please open a new thread.


Sincerely,

Jesus G.

Intel Customer Support


0 Kudos
Reply