You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I lauch the dacp reference implement teaclave_dcap_ref_as:
/# ./teaclave_dcap_ref_as
🔧 Configured for development.
=> address: 0.0.0.0
=> port: 8080
=> log: normal
=> workers: 4
=> secret key: generated
=> limits: forms = 32KiB
=> keep-alive: 5s
=> tls: enabled
🛰 Mounting /:
=> POST /sgx/dev/attestation/v4/report application/json (verify_quote)
🚀 Rocket has launched from https://0.0.0.0:8080
and use teaclave_sgx_tool to verfify the dcap service:
/# ./teaclave_sgx_tool attestation --url https://localhost:8080 --algorithm sgx_ecdsa
It can be verfiry correctly.
By when I use the other ip(127.0.0.1) instead of 'localhost', the error had occured:
How to fix it?
The text was updated successfully, but these errors were encountered:
I lauch the dacp reference implement teaclave_dcap_ref_as:
/# ./teaclave_dcap_ref_as
🔧 Configured for development.
=> address: 0.0.0.0
=> port: 8080
=> log: normal
=> workers: 4
=> secret key: generated
=> limits: forms = 32KiB
=> keep-alive: 5s
=> tls: enabled
🛰 Mounting /:
=> POST /sgx/dev/attestation/v4/report application/json (verify_quote)
🚀 Rocket has launched from https://0.0.0.0:8080
and use teaclave_sgx_tool to verfify the dcap service:
/# ./teaclave_sgx_tool attestation --url https://localhost:8080 --algorithm sgx_ecdsa
It can be verfiry correctly.
By when I use the other ip(127.0.0.1) instead of 'localhost', the error had occured:
How to fix it?
The text was updated successfully, but these errors were encountered: