Since integrating TIdSecIOHandlerSocketOpenSSL components to be able to use openssl v3.x I have started experiencing repeated "Socket Error # 0" error when executing the second HTTP request. If the TIdHTTP is destroyed and recreated on every request, the issue does not seem to appear.
I have tried both openssl v3.6.0 and v3.4.3
I have prepared a test project but was not able to reproduce the error, however it is appearing regularly in my application.
Where should I start looking in order to debug this problem?