Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

Delphi 11.1 – NetHttpClient Security Error (12175) on old Windows System

Delphi 11.1 – NetHttpClient Security Error (12175) on old Windows System

Error occurred when releasing apps developed with Delphi 11.1 on older windows operating systems: Windows 7, Windows 2008 srv and Windows 2012 Server.

Simply invoking a simple “get” call with the netHttpClient class I would get the “Security Error (12175)” error.

To solve the problem, it was sufficient to exclude the “THTTPSecureProtocol.SSL2” protocol from the list of supported security protocols.

So the initialization of my httpClient became: