Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Bug with ias_url #2409

Open
moorada opened this issue Dec 5, 2021 · 0 comments
Open

Bug with ias_url #2409

moorada opened this issue Dec 5, 2021 · 0 comments

Comments

@moorada
Copy link

moorada commented Dec 5, 2021

Hello, I've tried to modify /etc/sawtooth/poet_enclave_sgx.toml with the ias_url for a development environment. I inserted "https://api.trustedservices.intel.com/sgx/dev/" for ias_url, but when I run the command sawset proposal, it returns:

sawset proposal create -k /etc/sawtooth/keys/validator.priv sawtooth.consensus.algorithm.name=PoET sawtooth.consensus.algorithm.version=0.1 sawtooth.poet.report_public_key_pem="$(cat /etc/sawtooth/ias_rk_pub.pem)" sawtooth.poet.valid_enclave_measurements=$(poet enclave --enclave-module sgx measurement) sawtooth.poet.valid_enclave_basenames=$(poet enclave --enclave-module sgx basename) sawtooth.poet.enclave_module_name=sawtooth_poet_sgx.poet_enclave_sgx.poet_enclave -o config.batch
[21:36:52 WARNING poet_enclave] SGX PoET enclave initialized.
[21:36:53 ERROR   ias_client] get_signature_revocation_lists HTTP Error code : 404
[21:36:53 WARNING poet_enclave] Failed to retrieve initial sig rl from IAS: 404 Client Error: Resource Not Found for url: https://api.trustedservices.intel.com/attestation/v3/sigrl/00000AD9
[21:36:53 WARNING poet_enclave] Retrying in 60 sec

But the request should be sent to https://api.trustedservices.intel.com/sgx/dev/attestation/v3/sigrl/00000AD9

@moorada moorada changed the title poet_enclave_sgx.toml ignored Bug with ias_url Dec 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant