We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If internet is not available or intel.com site down, you get
level=error ts=2024-09-18T14:47:51.400155509Z caller=http.go:65 module=common/sgx/pcs/http msg="PCS request error" err="Get \"https://api.trustedservices.intel.com/sgx/certification/v4/tcb?fmspc=00606a000000&update=standard\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)" method=GET url="https://api.trustedservices.intel.com/sgx/certification/v4/tcb?fmspc=00606a000000&update=standard"
When compiling runtimes with --features debug-mock-sgx flag, don't download the TCB updates from the intel's site.
--features debug-mock-sgx
The text was updated successfully, but these errors were encountered:
Moving this over to Oasis Core as it needs to be implemented here.
Sorry, something went wrong.
matevz
No branches or pull requests
If internet is not available or intel.com site down, you get
When compiling runtimes with
--features debug-mock-sgx
flag, don't download the TCB updates from the intel's site.The text was updated successfully, but these errors were encountered: