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

dev IAS url return 401 code

Gradvis
初学者
2,877 次查看

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 项奖励
1 解答
JesusG_Intel
主持人
2,847 次查看

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 项奖励
3 回复数
JesusG_Intel
主持人
2,848 次查看

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 项奖励
Gradvis
初学者
2,814 次查看

Thank you!

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

0 项奖励
JesusG_Intel
主持人
2,774 次查看

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 项奖励
回复