SSLClient icon indicating copy to clipboard operation
SSLClient copied to clipboard

Error: (SSLClient)(SSL_ERROR)(available): SSL engine failed to update.

Open roysG opened this issue 2 years ago • 1 comments

I am not sure this is a bug, But when the connection is initial to server in each first time, i get the error below. after the error the connection is stable without any problem.

The error i get: "(SSLClient)(SSL_ERROR)(available): SSL engine failed to update."

Do i need to worry about this message or it normal?

roysG avatar Mar 11 '22 12:03 roysG

I am also facing same issue. +1

After request I can see that the server is receiving the post request. But error is coming while reading response in the client side.

I am getting:

(SSLClient)(SSL_ERROR)(available): SSL engine failed to update.
(SSLClient)(SSL_ERROR)(available): Cannot operate on a closed SSL connection.

on calling:

    int statusCode = http->responseStatusCode();
    String response = http->responseBody();

biswaKL avatar Mar 15 '22 10:03 biswaKL