You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to run your project with Veraison verification. While trying to compile Veraison with docker deployment, I encountered many errors that I couldn't fix, so I tried to compile it natively and it worked. At this point I want to ask whether it is possible to run the OP-TEE remote attestation with Veraison verification compiled natively.
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Thank you. When I run the optee_remote_attestation command, I receive the following errors:
On the relying party: Error forwarding request: Post "http://verification-service:8080/challenge-response/v1/newSession?nonceSize=32": dial tcp: lookup verification-service: Temporary failure in name resolution
On the normal world: Failed to allocate Veraison client session. Error/log message: error decoding response body: expected value at line 1 column 1 Disposing client session
I guess these errors are related with the fact that the attester cannot connect to the verifier, even though it is active and running and the URL matches.
Hello, I am trying to run your project with Veraison verification. While trying to compile Veraison with docker deployment, I encountered many errors that I couldn't fix, so I tried to compile it natively and it worked. At this point I want to ask whether it is possible to run the OP-TEE remote attestation with Veraison verification compiled natively.
Thank you in advance.
The text was updated successfully, but these errors were encountered: