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  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? -- 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