Page 1 of 1

SSL_new() error

Posted: Thu Jul 02, 2020 2:42 pm
by mrdebug
Hi, I need a ssl server for multiple connections.
Up to now I can manage only one ssl connection at time. If I try to use SSL_new() when a valid connection already exists it returns NULL.
My ssl server works perfectly on Linux, managing more than one connection.
What hve I to do in order to have more than one connection ion my esp device?

Re: SSL_new() error

Posted: Thu Jul 02, 2020 3:25 pm
by mrdebug
Solved with CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=2048