Skip to content

OE_DEBUG_DOWNGRADE | Start node on local machine without SGX #3086

Answered by achamayou
Dutchprogrammer asked this question in Q&A
Discussion options

You must be logged in to vote

Which release is that? Is this an enclave you built yourself? If so, could you run "/opt/openenclave/bin/oesign dump --enclave-image /opt/ccf/lib/libjs_generic.enclave.so.signed" and share the output please.

Your configuration "enclave-type = 1" says you want to run this enclave in debug mode, but if it is a release enclave like the name suggests, then you will hit this error. Set enclave-type = 0 to run in release mode, as per:

$ ./cchost --help | grep enclave-type
  -t,--enclave-type ENUM:value in {release->0,debug->1,virtual->2} OR {0,1,2} REQUIRED

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@achamayou
Comment options

Answer selected by achamayou
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants