OE_DEBUG_DOWNGRADE | Start node on local machine without SGX #3086
-
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? |
Beta Was this translation helpful? Give feedback.
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:
|
Beta Was this translation helpful? Give feedback.
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: