XData server as apache module not available to Windows 7 machines through TXDataClient. I have the following error:
EWinHttpClientException
Could not perform WinHttp operation. Error: (12175) Error in Server SSL Certificate SSL Library internal error. (80000000)
All windows 10 work without problems.
In the same server and WIndows 7 machines, using the TNetHTTPClient, they work without problem by setting:
SecureProtocols:=[THTTPSecureProtocol.TLS13,THTTPSecureProtocol.TLS12];
As I can see, you are not using TNetHTTPClient for TXDataClient
How can I overcome the above problem in windows 7 machines?
Thank you in advance