Hello Mahmoud,
I hope that you good,
in one of my projects that uses curl/qt network and after installed in my customer computer witch uses `win 11` , I got a weird message indicates libssl problems,
After searching found that in Ring 64x bin directory , there is a zombie dll file "msvcr120.dll" that is 32x not 64x after check it using the `dumpbin` (I have added the cl/link of vs to path),
After replacing the dll file with the 64x bit file , the problem solved !
Here is the command :
dumpbin /headers msvcr120.dll | findstr "machine"
** Best wishes, **
Mohannad