Replies: 3 comments 8 replies
-
Hi @blank-vax! AESM error 20 corresponds to You could double check with 1) the installed SGX PSW version in your env (via |
Beta Was this translation helpful? Give feedback.
-
When I try to start the
However, I start this docker with |
Beta Was this translation helpful? Give feedback.
-
I tried to finish the steps mentioned above in my host machine with SGX-1 following the instructions in CI-Examples/ra-tls-secret-prov/README.md, unfortunately I still got the errors as below:
And here are the outputs of the command
Also, my CPU is Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz, I wonder whether it supports the EPID remote attestation. |
Beta Was this translation helpful? Give feedback.
-
Some errors occur when I execute the commands as the flow in CI-Example/ra-tls-secret-prov/README.md. The following operations are performed in the
gramineproject/gramine
docker in my Ubuntu 20.04 server with the code of branch v1.4.After executing the commands:
I successfully got the built results. Then I perform the command
./server_epid wrap_key &
to start the server after the setting operations ofRA_TLS_ALLOW_DEBUG_ENCLAVE_INSECURE
,RA_TLS_ALLOW_OUTDATED_TCB_INSECURE
ANDRA_TLS_EPID_API_KEY=my_intel_SPID_primary_key
.When I perform the command
gramine-sgx ./client
, some unexpected errors appear:Here are the outputs after the command
is-sgx-available
:As the above shows, the AESMD is successfully installed in my machine, but what should I do to figure out the error mentioned above?
Beta Was this translation helpful? Give feedback.
All reactions