(EthernetSSLClient)(SSL_ERROR)(available): Cannot operate on a closed SSL connection. #27
-
Hi @khoih-prog ... I am getting this issue... Do you have an idea of the meaning and a possible way to fix it? What should I check? Thanks a lot |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
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. EthernetWebServer_SSL/src/SSLClient/SSLClient_Impl.h Lines 423 to 433 in fc79ef0 Also ask the general questions on general Forums or OPEnSLab-OSU if SSL- related, unless you're sure that it's a bug of this library. |
Beta Was this translation helpful? Give feedback.
-
Try to increase EthernetWebServer_SSL/src/SSLClient/SSLClient.h Lines 519 to 521 in fc79ef0 to 4096, 8192 or larger to see if OK
If not, you have to put more debug and know what's wrong. |
Beta Was this translation helpful? Give feedback.
-
Hi @simogaspa84 Have a look at Got news from AWS yet? |
Beta Was this translation helpful? Give feedback.
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.
EthernetWebServer_SSL/src/SSLClient/SSLClient_Impl.h
Lines 423 to 433 in fc79ef0