This page contains Braintree SDKs that supports TLSv1.2. Visit here for a list of all PayPal SDKs.
For Java environments, please verify you have the latest release below, and additionally verify your Java setup using the steps outlined here.
SDK | TLSv1.2 supported version |
---|---|
braintree_java | 2.67.0 |
For .NET environments, please verify you have the latest release below, and additionally verify your .NET setup using the steps outlined here.
SDK | TLSv1.2 supported version |
---|---|
braintree_dotnet | 3.1.0 |
If your environment's default settings do not support TLS 1.2, you may specify a specific version of TLS to use starting in 3.21.0.
Braintree\Configuration::sslVersion(6);
If your environment's default settings do not support TLS 1.2, you may specify a specific version of TLS to use starting in 2.71.0.
Braintree::Configuration.ssl_version = :TLSv1_2
For Android SDK integrations, please verify you have at least one of the latest releases below for payments to continue operating on API 16-19 devices, as described here.
SDK | TLS v1.2 supported version |
---|---|
Android 2.x SDK | 2.1.0 |
Android 1.x SDK | 1.7.6 |
These languages do not require any SDK upgrades, but you still need to check your production system. Please see the following sections for language-specific support: