GunSmoker 0 Posted July 27, 2022 We have seen a similar issue. The app was using THTTPRio, and it raised an error during HTTP post operation (12175 = ERROR_WINHTTP_SECURE_FAILURE), but not on all machines. The investigation indicated that: 1. The WinHttpSendRequest function spawns background worker threads that calls into Crypt32.dll. 2. The internal functions of Crypt32.dll raise Access Violation exception for an unknown reason. 3. The AV exception is returned as 12175/ERROR_WINHTTP_SECURE_FAILURE from the WinHttpSendRequest function. In our case the "reason" for Access Violation was the loaded DbgHelp.dll from Windows SDK (not the one from \Windows folder). DLLs were exactly the same in all cases (all PCs), so something else is causing it to fail. Registry settings, may be? Share this post Link to post