SSLClient
SSLClient copied to clipboard
How can I increase the SSL connection time
I have a custom pcb with Esp32 and W5500 and I want to update the firmware over ethernet. I managed to start download the firmware but after 1 min, I received this message: (SSLClient)(SSL_ERROR)(available): Cannot operate on a closed SSL connection. (SSLClient)(SSL_ERROR)(m_print_br_error): Incoming record is too large to be processed, or buffer is too small for the handshake message to send. Can someone help me?
I think you're having the same issue as #68, try the solutions I posted here: https://github.com/OPEnSLab-OSU/SSLClient/issues/68#issuecomment-1082303094.
Thank you. I will try