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 the verfify the dcap service:
# ./teaclave_sgx_tool attestation --url https://localhost:8080 --algorithm 
sgx_ecdsa
![image](https://user-images.githubusercontent.com/6261949/129992331-86807e57-db3a-4775-b216-9d18ae5505fc.png)
It can be verfiry correctly.
By when I use the other ip(127.0.0.1) instead of 'localhost', the error had 
occured:
![image](https://user-images.githubusercontent.com/6261949/129992578-23c7c27b-7f0a-4f7b-abbe-24a6c881adee.png)

How to fix it?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/548

Reply via email to