Nachtrag:
Ab Tokio 10.2.3 ist folgender Konstrukt gültig:
Code:
var
RESTClient : TRESTClient;
begin
RestClient:= TRESTClient.Create('xyz');
RestClient.SecureProtocols := [THTTPSecureProtocol.TLS12, THTTPSecureProtocol.TLS11];
TRestClient gibts ja auch erst ab XE8 ?!?