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:

![image](https://github.com/apache/incubator-teaclave/assets/14860148/aa8e880b-48e4-46f5-8dd8-a112b4bbfaa8)

Once I run ./run-teaclave-services.sh TLS connection error shows up:

![image](https://github.com/apache/incubator-teaclave/assets/14860148/4eb70852-c58a-4aca-ac77-7bccc5bc0eb1)



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:

![image](https://github.com/apache/incubator-teaclave/assets/14860148/07e755ae-e88f-4762-b39f-b389b26c47d4)




-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/710
You are receiving this because you are subscribed to this thread.

Message ID: <apache/incubator-teaclave/issues/7...@github.com>

Reply via email to