> > builtin_echo.py can work now. > > I took over an old machine, check and found: > > > > * _aesm_ not work > > * export AS_SPID="00000000000000000000000000000000" should not use > > > > Yes, _teaclave_sgx_tool attestation_ can also work. > > Thank you for your reply. > > Hi [ChuanDou2021](https://github.com/ChuanDou2021) I am facing similar > problem, you mentioned above. Trying my hands with teaclve on azure sgx > platform. Please explain the solution mentioned above to resolve the > "builtin_echo.py" error. > > Thanks in advance..
1. Confirm aesm service work well ```sh $ sudo systemctl status aesmd.service ``` 2. You should obtain valid `SPID` The [sgx-ra-sample](https://github.com/intel/sgx-ra-sample) may be helpful. -- Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/594#issuecomment-1081315278 You are receiving this because you are subscribed to this thread. Message ID: <apache/incubator-teaclave/issues/594/[email protected]>
