Home > Back-end >  Can someone help me 5555
Can someone help me 5555

Time:04-18

Recently to invoke an interface is very simple but they originally site only support tlsv1.3 Delphi what method should be able to call the interface? Thank you for your

CodePudding user response:

Indy latest version seems not support tlsv1.3

Can understand the ICS (Internet component suite), 8.58
Look that is support tlsv1.3, but I didn't actually used

CodePudding user response:

The latest version is 8.66

CodePudding user response:

Httpclient, not can, directly with the operating system of SSL

CodePudding user response:

The unit System.Net.HttpClient;
THTTPSecureProtocol=(SSL2 SSL3, TLS1, TLS11, TLS12);

Httpclient didn't seem to support TLS1.3)
  • Related