-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Description
A missing comma was found in the configuration file template sgx_default_qcnl_intelpcs.conf
.
SGXDataCenterAttestationPrimitives/QuoteGeneration/qcnl/linux/sgx_default_qcnl_intelpcs.conf
Line 13 in 808e4c7
"collateral_service": "https://api.trustedservices.intel.com/sgx/certification/v4/" |
The missing comma resulted parse error in QuoteVerificationSample
app.
# quote.bin: SGX or TD Quote
./SGXDataCenterAttestationPrimitives/SampleCode/QuoteVerificationSample/app --quote quote.bin
[APP] Info: ECDSA quote path: quote.bin
[APP] Quote verification with QVL, support both SGX and TDX quote:
[APP] Info: tee_get_quote_supplemental_data_version_and_size successfully returned.
[APP] Info: latest supplemental data major version: 3, minor version: 3, size: 536
[QCNL] Error: Load JSON config error: Missing a comma or '}' after an object member. (offset 538).
[QCNL] Error: Load JSON config error: Missing a comma or '}' after an object member. (offset 538).
[QCNL] Error: Encountered CURL error: (7) Couldn't connect to server
[QPL] Error: Failed to get PCK CRL and certchain : 0xb006
[QPL] Error: Failed to get SGX quote verification collateral : 57369
[APP] Error: App: tee_verify_quote failed: 0xe019
Metadata
Metadata
Assignees
Labels
No labels