OE_DEBUG_DOWNGRADE | Start node on local machine without SGX #3086
Answered
by
achamayou
Dutchprogrammer
asked this question in
Q&A
|
After making a config file, we tried to start a node without sandbox mode. But week getting this error: Our config file: What are we missing? |
Answered by
achamayou
Oct 13, 2021
Replies: 1 comment 1 reply
|
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: |
1 reply
Answer selected by
achamayou
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: