Use SSL in multiple connections

2022-05-11 Thread Souheila Hechaichi
With my actual configuration, an SSL client established more connections with the SSL server. Each process (server or client) creates only one thread for Its sockets, I observe a strange behavior. Some server sockets remain blocked on the call of SSL_write even if they are in mode

Re: Use SSL in multiple connections

2022-05-11 Thread Matt Caswell
On 11/05/2022 10:05, Souheila Hechaichi wrote: With my actual configuration, an SSL client established more connections with the SSL server. Each process (server or client) creates only one thread for Its sockets,  I observe a strange behavior. Some server sockets remain blocked on the call