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:
   
   
![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)
   
   
   


-- 
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

Reply via email to