TLS 1.2 (Transport Layer Security) is one of the most secure versions of the SSL/TLS protocol, designed to prevent message tampering, interception, and forgery.
TalentLMS supports the use of HTTPS to ensure the secure exchange of information to and from your portal. In alignment with the industry’s best practices for information security and data integrity, TalentLMS has moved to TLS 1.2 encryption and removed all support for weak ciphers and protocols when using HTTPS.
Browser support
All major web browsers support TLS 1.2. Just make sure to use one of the following versions:
Note: If you have an older browser version, we strongly recommend that you upgrade it. |
- Google Chrome: v30 or higher
- Mozilla Firefox: v27 or higher
- Apple Safari: v7 or higher
- Microsoft Edge
- Microsoft Internet Explorer: v7 or higher
Note: For IE browsers before v11, you have to enable TLS 1.2 manually from Tools > Internet Options > Advanced. This setting can be applied to multiple users by using a group policy. |
Mobile OS support
- Android: v4.1 or higher
- iOS: v5.1 or higher
REST API
To use our API, first make sure that your implementation supports TLS 1.2 encryption. The general requirements, depending on your platform of choice, are:
- OpenSSL: v1.0.1.j or higher
- cURL: v7.34.0 or higher.
- Network Security Services (NSS): v3.15.1 or higher
- .NET Framework: v4.6.1 or higher.
Note: .NET Framework v4.5 also supports TSL 1.2 if you set it explicitly. |