Hi,

The client application spawns one thread for each connection with the
server. Each thread is having its own SSL_CTX* object.
When 100 connections are to be made, once the SSL library in initialised -
SSL_library_init().And 100 threads are created and each connect with server
with their own SSL_CTX* object. All object will be using the same set of
certificates from one common location. However I see that almost every time
some threads report  SSL_CTX_use_certificate_chain_file() returning zero.
Have anyone come across such behaviour.

Any suggestions?

Thanks,
Prabhu. S

Reply via email to