For older versions of Windows, such as Windows 7, Windows 8, and Windows Server 2012 R2, native support for modern security protocols (such as TLS 1.3 and the latest ciphers of TLS 1.2) is limited. As a result, the standard Windows API (WinAPI) may fail to establish secure connections with the Shopranos platform.To address this issue, the DataPump tool offers a Compatibility Mode that allows HTTP calls to be made without relying on WinAPI. Instead, this mode utilizes cURL to manually register the correct ciphers and establish a secure connection with the Shopranos platform.
To enable Compatibility Mode on legacy Windows systems, follow these steps:
1.
Create an Empty File:
Create an empty file named curlwithout any extension.
2.
Place the File in the DataPump Directory:
Move or place the curl file into the same directory where DataPump.exe is located.
3.
Run DataPump:
When the DataPump tool is executed, it will detect the presence of the curl file and automatically switch to Compatibility Mode. In this mode, cURL will be used for making HTTP calls instead of the standard WinAPI.
The presence of the curl file triggers Compatibility Mode. If this file is removed, DataPump will revert to using WinAPI for HTTP calls.
Security:
Even though Compatibility Mode is designed to bypass limitations in older Windows versions, it maintains secure communication by using cURL to handle the appropriate TLS ciphers.
Testing:
After enabling Compatibility Mode, it is recommended to test the connection to ensure that the DataPump tool can successfully communicate with the Shopranos platform.
By using Compatibility Mode, you can ensure that the DataPump tool functions correctly on legacy Windows systems, overcoming limitations in the operating system's native security protocols.