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

PCCS handshake failed

enclave_Research
2,672 Views

on red hat Enterprise Linux 8.2

After installing PCCS, and

Set USE_SECURE_CERT=FALSE in /etc/sgx_default_qcnl.conf,

check whether PCCS works normally. The following errors occur:

Trying ::1...
* TCP_NODELAY set
* connect to ::1 port 8081 failed: Connection refused
* Trying 127.0.0.1...
* TCP_NODELAY set
* Connected to localhost (127.0.0.1) port 8081 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS alert, handshake failure (552):
* error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure
* Closing connection 0
curl: (35) error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure

 

When running the QuoteGenerationSample program, the error information is as follows:

Step1: Call sgx_qe_get_target_info:Error in sgx_qe_get_target_info. 0xe019

 

pccs log:

[error]: The private key or certificate for HTTPS server is missing.

 

Why is this problem and how should I solve it?

 

0 Kudos
1 Solution
JesusG_Intel
Moderator
2,652 Views

Hello enclave_research,


It seems that you posted two threads about the same issue. Since you provided more information in this thread, we will help you here and delete the other thread.


0xe19 corresponds to a network error and it seems like your SSL/HTTPS is misconfigured. We are trying to find more information but you may want to refer to this page, https://aboutssl.org/fix-ssl-tls-handshake-failed-error/, for some hints.


Regards,

Jesus G.

Intel Customer Support


View solution in original post

0 Kudos
4 Replies
JesusG_Intel
Moderator
2,653 Views

Hello enclave_research,


It seems that you posted two threads about the same issue. Since you provided more information in this thread, we will help you here and delete the other thread.


0xe19 corresponds to a network error and it seems like your SSL/HTTPS is misconfigured. We are trying to find more information but you may want to refer to this page, https://aboutssl.org/fix-ssl-tls-handshake-failed-error/, for some hints.


Regards,

Jesus G.

Intel Customer Support


0 Kudos
JesusG_Intel
Moderator
2,631 Views

Hello enclave_research,


Do you still need help with this issue?


Sincerely,

Jesus G.

Intel Customer Support


0 Kudos
JesusG_Intel
Moderator
2,608 Views

I hope the information I provided was helpful to you. Since we haven't heard from you we will no longer monitor this thread. If you need further assistance with this issue, please create new post.

 

0 Kudos
jankipmehta
Beginner
1,777 Views

Hello enclave_research,

The error code 0xe19 signifies a network problem, and your SSL/HTTPS configuration appears to be misconfigured. I found an article on Google that may be helpful for resolving SSL Handshake Failed errors - https://sslwiki.org/how-to-fix-ssl-handshake-failed-error/

0 Kudos
Reply