Concurrent SSL Clients using OpenSSL
Posted: Tue Aug 07, 2018 7:10 am
Hi all,
Would it be possible to run multiple SSL Clients concurrently on the ESP32?
I'm asking this because I'm experiencing an error when trying to set up 2 SSL clients using OpenSSL, both of which are trying to connect to the same remote IP and Port but using different local TCP Ports (I've set up one on local Port 443 and another to 400).
The first client to be set up connects without any problems and works perfectly on its own, but the second fails when trying to build a new SSL structure, i.e. the SSL_new() method fails.
Does anyone know if such an operation is possible using the OpenSSL library?
Would it be possible to run multiple SSL Clients concurrently on the ESP32?
I'm asking this because I'm experiencing an error when trying to set up 2 SSL clients using OpenSSL, both of which are trying to connect to the same remote IP and Port but using different local TCP Ports (I've set up one on local Port 443 and another to 400).
The first client to be set up connects without any problems and works perfectly on its own, but the second fails when trying to build a new SSL structure, i.e. the SSL_new() method fails.
Does anyone know if such an operation is possible using the OpenSSL library?