-
Notifications
You must be signed in to change notification settings - Fork 30
Couldn't run SGX-LKL examples #26
Comments
Can you run |
bhamidi@wp-04:~$ ifconfig eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 sgxlkl_tap0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 vmnet1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 vmnet8: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 |
I am guessing that |
I did try that. Unfortunately, that didn't work either. The app stays blank for some time before it fails.
client:
|
Hard to tell from a distance. Likely something in your environment. The code running in SGX-LKL cannot access the AESMD socket on the host for whatever reason. Maybe a firewall? |
I've disabled the firewall.
|
You can add/enable some debug output in ias-ra.c to see what exactly the HTTP response is. The assertion fails because curl return an error code for one of its functions. Would be helpful to find out the error code and/or the HTTP response (printf |
Since I just experience this myself. The error you are running into above can also happen if SGXLKL cannot talk to IAS, i.e., the response is empty. In my case, if forgot to specify |
Thanks for the reply. As of now, I'm not receiving any response. I'll dig a little more and come up with the findings. |
I'm getting exactly the same error as this while running run-https-server and run-wolfssl-server examples with SGX-LKL.
I did run the
EXTERNAL_IFACE=eth0 make -C sgxlkl up-sgxlkl-network
before running the examples.The last few lines of https-server reads:
The detailed logs for both the example are attached.
run-wolfssl-server
run-https-server
Note: I'm able to run SGX-SDK and graphene examples without any problems.
Where am I going wrong?
The text was updated successfully, but these errors were encountered: