inclavare-containers / rats-tls

RATS architecture based TLS using librats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to run rats-tls sample client/server

graziadonghia opened this issue · comments

Hello, I'm trying to run rats-tls client and server on my platform to check if everything is ok but I receive this error message from the server:

╰─➤  sudo ./rats-tls-server 
    - Welcome to RATS-TLS sample server program for Occlum
[INFO] the crypto wrapper 'openssl' selected
[INFO] the enclave attester 'sgx_ecdsa' selected
[INFO] the enclave verifier 'sgx_ecdsa_qve' selected
[INFO] the tls wrapper 'openssl' selected
[ERROR] failed to ioctl get quote size
[ERROR] Failed to initialize rats tls 0x40000000

What should I do?