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
This error is due to a cryptographic issue in the handshake.
I would sugest checking the ciphers used on the client and server in the handshake. A capture would show you that. It would probably show where the Alert is generated as well.
Hi,
I am a newbie in EST and I am trying out example/estclient and example/estserver.
My command for starting the server is:
bin/estserver -v -c cert/cert_device1.pem -k cert/privkey_device1.pem -b
My command for starting the client is:
bin/estclient -e -c cert/cert_device1.pem -y cert/cert_req_device1.pem -k cert/privkey_device1.pem -s 127.0.0.1 -p 8085 -o output_cert/ -v -u estuser -h estpwd
After I run I get
SSL routines:ssl3_read_bytes:tlsv1 alert decrypt error:../ssl/record/rec_layer_s3.c:1543:SSL alert number 51
error.My environment variables on the Server side:
My environment variables on the client side:
EST_OPENSSL_CACERT=~/libestdir/cert/ca_cert_scu1.pem
Description of certificates:
What am I doing wrong to get this error? Are all the formats correct?
The text was updated successfully, but these errors were encountered: