You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Today, we’re announcing our intent to disable unsecure Transport Layer Security (TLS) Cipher Suites that support CBC-Mode by Thursday, the 15th of September 2022.
We will then only support TLS 1.2 with algorithms supporting Perfect Forward Secrecy (PFS) and GCM-Mode, here you can find a list!

  • ECDHE-ECDSA-AES128-GCM-SHA256
  • ECDHE-RSA-AES128-GCM-SHA256
  • ECDHE-ECDSA-AES256-GCM-SHA384
  • ECDHE-RSA-AES256-GCM-SHA384

This has an impact of the list of supported Software versions:

  • Minimum supported server version: Windows Server 2016 or newer
  • Minimum client version: iOS 9, Android 4.4, Mac OS X 10.11, Windows 10
  • Minimum Java integration version: Java 8

which means, if your API integration runs on the following Software versions you will be unable to establish a secure TLS connection with our services:

  • Windows 7 / 8.1 or older
  • Windows Server 2012 R2 or older
  • Java 7 or older

This step will be done on our DEMO environments https://demo.esignanywhere.net/ and https://demo-lts.esignanywhere.net/ on Tuesday, the 19th of July 2022.
You can then check if your integrations code supports already TLS 1.2 GCM algorithms by using that environments for your tests.


  • No labels