Ask Your Question
4

When using curl from c++98 libcurl, what does the SSL error "OpenSSL SSL_write: SSL_ERROR_ZERO_RETURN, errno 32" indicate?

asked 2023-02-10 11:00:00 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-03-06 07:00:00 +0000

woof gravatar image

The SSL error "OpenSSL SSLwrite: SSLERRORZERORETURN, errno 32" indicates that the SSL connection was closed by the peer during a write operation. This error usually occurs when the server has terminated the connection due to it being idle or due to some other error.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-02-10 11:00:00 +0000

Seen: 15 times

Last updated: Mar 06 '22