Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 2.36 KB

README.md

File metadata and controls

54 lines (35 loc) · 2.36 KB

Braintree TLSv1.2 supported SDKs

This page contains Braintree SDKs that supports TLSv1.2. Visit here for a list of all PayPal SDKs.

Java

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

.NET

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

PHP

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);

Ruby

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

Android

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

Other languages

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: