marioolf opened a new issue, #710: URL: https://github.com/apache/incubator-teaclave/issues/710
So I'm trying to deploy the teaclave services. Environment variables are configured as: ``` export AS_SPID="00000000000000000000000000000000" export AS_KEY="00000000000000000000000000000000" export AS_ALGO="sgx_ecdsa" export AS_URL="https://host.docker.internal:8081" export TEACLAVE_LOG=trace ``` AS_URL is pointing to the pccs service which is running:  Once I run ./run-teaclave-services.sh TLS connection error shows up:  Also, I tried attestation with the provided tool ( /release/tools/teaclave_sgx_tool) with the following command: `./teaclave_sgx_tool attestation --url https://localhost:8081 --algorithm sgx_ecdsa` The output showed the following error after displaying the server certificate:  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org For additional commands, e-mail: notifications-h...@teaclave.apache.org