Open noamshalev opened 2 years ago
Encountered the same error with DC2ads_v5 (8GB RAM). Here is what worked for me:
Used bigger VM sizes like DC4ads_v5 (16GB RAM), DC8ads_v5 (32GB RAM)
line 35 of main.cpp - Set the Attestation URL to "https://sharedeus2.eus2.attest.azure.net" as follows:
std::string attestation_url = "https://sharedeus2.eus2.attest.azure.net";
@demirsenturk thanks! Worked like a charm
By following the documentation I get the below error. Error is reproduced in more than one confidential VM, and it doesn't matter whether I use the pre-built sample-client or build the sample code locally and execute it.
Any hints?