Registriert seit: 15. Mär 2007
4.087 Beiträge
Delphi 12 Athens
|
AW: REST Zertifikat http zu https
11. Jan 2021, 12:13
Muss ich also was an meiner Client Software ändern?
So:
RestClient.SecureProtocols := [THTTPSecureProtocol.TLS12, THTTPSecureProtocol.TLS11];
Ja das sollte die entsprechenden Flags setzen
Zitat:
WINHTTP_FLAG_SECURE_PROTOCOL_TLS1_2 The TLS 1.2 protocol can be used.
https://docs.microsoft.com/en-us/win...p/option-flags
Geändert von Rollo62 (11. Jan 2021 um 12:16 Uhr)
|