You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @B-doublemint, the VERSION_ERROR is commonly related to either a mismatch of the TLS version itrying to be negotiated or some form of pre TLS info sent such as a StartTLS. The SGX example client is setting the TLS version to 1.2 by default with "enc_wolfTLSv1_2_client_method(id, &method);".
Does a GET command work with the non SGX bundled example client in wolfSSL?
cd wolfssl
./configure && make
./examples/client/client -p 80 -h 23.111.175.138 -v 3 -g
Hello, I'm trying to query data from server using the client example in SGX_Linux. But occurs a problem: Failed to connect to server.
I modified the client-tls.c file in three places:
And the error code is -326
VERSION_ERROR = -326, /* record layer version error */
Is there some setting somewhere I'm missing?
The text was updated successfully, but these errors were encountered: