Supports TLS 1.3

HTTPClient/RestClient/TokenRequest/OAuthRequest objects support to use the TLS 1.3 security protocol:

  • SecureProtocol property -- Setting this property value to 6 will use the TLS 1.3 protocol.

  • The functions of sending requests will return an error code when there is a TLS 1.3 error.

Currently, the PowerBuilder native C/S application can support TLS 1.3 only when running in Windows 11 or Windows Server 2022.

To support TLS 1.3 in Windows 10, you will have to modify a registry key (which is not recommended).