Open sammyne opened 3 years ago
Could you please paste the outputted message? What's your environment, Windows or Linux? I guess for this error coming from the you give one wrong quote provide library. I need more information to identify the root cause.
Try commenting out the PCCS_URL in the PCK Cert ID Retrieval Tool's configuration file: network_setting.conf
The tool will try to contact the caching service (PCCS) when this URL is defined in the config file.
Could you please paste the outputted message? What's your environment, Windows or Linux? I guess for this error coming from the you give one wrong quote provide library. I need more information to identify the root cause.
/dev/sgx
mounted But the app is written in teaclave-sgx-sdk@v1.1.2, which I think it isn't not the root cause.
If I install the sgx-pck-id-retrieve-tool_1.7.100.2-1_amd64.deb, the tool can generate the quote and failed to post the quote to PCCS, which is expected.
However, the app written by me cannot even generate the quote. But with PCCS served, the quote can be generated correctly. Besides, if I build the tool from source code in this repository, the same error occur = =
All above, I want to figure out
@jsun39 @jdbeaney
How can I enable the SE_TRACE
logging?
No more idea?
sorry for my later response, I missed the github notification.
If you want to enable the SE_TRACE, you can add the MACRO: SE_TRACE in the make file.
By the way, now this tool has released its 1.9 version, could you please try the latest version?
sorry for my later response, I missed the github notification.
- This tool will try to call Quote Generation Library(QGL), and QGL will try to access PCCS to generate Quote(If you want to access PCCS, it will try to access the network).
- I didn't remember there are any different between the deb package and source code.
If you want to enable the SE_TRACE, you can add the MACRO: SE_TRACE in the make file.
By the way, now this tool has released its 1.9 version, could you please try the latest version?
Greate thanks~ I'll give the latest version a shot.
Env
Problem
I'm playing with the PCKRetrievalTool with this error all the time. And don't know why
sgx_qe_get_target_info
would need to access network. Really appreciate if someone could help me out to fix this error~