Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

(EthernetSSLClient)(SSL_ERROR)(available): Cannot operate on a closed SSL connection. #27

Answered by khoih-prog
simogaspa84 asked this question in Q&A
Discussion options

You must be logged in to vote

HI @simogaspa84

Please follow the guideline when posting any issue, such as MRE, etc. so that anybody can duplicate it. OTW, your post will be ignored and deleted.

First do some basic research, and you'll know what it means. Be independent first then you can learn a lot from the experience. Always start from the known working examples or previous codes.

// check if the ssl engine is still open
if (!m_is_connected || br_ssl_engine_current_state(&m_sslctx.eng) == BR_SSL_CLOSED)
{
m_error("Cannot operate on a closed SSL connection.", func_name);
int error = br_ssl_engine_last_error(…

Replies: 4 comments 9 replies

Comment options

You must be logged in to vote
1 reply
@simogaspa84
Comment options

Answer selected by simogaspa84
Comment options

You must be logged in to vote
7 replies
@simogaspa84
Comment options

@khoih-prog
Comment options

@simogaspa84
Comment options

@khoih-prog
Comment options

@simogaspa84
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@simogaspa84
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #26 on October 12, 2022 15:35.