Intel® Software Guard Extensions (Intel® SGX)
Discussion board focused on hardware-based isolation and memory encryption to provide extended code protection in solutions.
1448 Discussions

how can i do about the Problem with the local SSL certificate?

bin__ch
New Contributor I
363 Views

https://software.intel.com/zh-cn/articles/how-to-create-self-signed-certificates-for-use-with-intel-sgx-remote-attestation-using

i follow this course to get my SSL CERTIFICTE.

I'm breaking down. I tried to operate and register three times. I'm sure I filled in every step carefully. Then upload the CRT file to GitHub and provide the download link to intel. When I get the Intel reply to my SPID, then i use curl  (curl -1 --tlsv1.2 -v --key client.key --cert client.crt https://test-as.sgx.trustedservices.intel.com:443/attestation/sgx/v3/sigrl/00000ABC) ; to test wether the register is correct. but the results are wrong. I don't know what's wrong. i'm sure i filled up every item of the CSR.

 

output:

root@chen:/home/chen/client# curl -1 --tlsv1.2 -v --key client.key --cert client.crt https://test-as.sgx.trustedservices.intel.com:443/attestation/sgx/v3/sigrl/00000ABC

Trying 52.22.58.45...

Connected to test-as.sgx.trustedservices.intel.com (52.22.58.45) port 443 (#0)

found 148 certificates in /etc/ssl/certs/ca-certificates.crt

found 597 certificates in /etc/ssl/certs

ALPN, offering http/1.1

gnutls_handshake() failed: The handshake data size is too large.

Closing connection 0
curl: (35) gnutls_handshake() failed: The handshake data size is too large.

 

env:

ubuntu 16.04

 

 

 

0 Kudos
0 Replies
Reply