Cipher suite updates - November 2025

  • Updated

Product: All
Applies to: Everyone
 

What is a cipher suite?

A cipher suite is a set of algorithms that helps secure a network connection using protocols like SSL and TLS. When your browser connects to a secure website (one that uses HTTPS), the browser and the server need to agree on a cipher suite to use. This suite determines how they will: 

  1. Authenticate each other (confirm identities)
  2. Exchange keys securely
  3. Encrypt the data being sent
  4. Ensure data integrity (verify that data hasn't been altered) 

Potential error messages if using an outdated browser

While we cannot predict the exact message each customer will see (with many variables, such as browser version, connection, etc.), you will likely see an SSL Error or TLS Error in your browser's error code.

Examples of errors you may encounter

Google Chrome

Secure Connection Failed
An error occurred during a connection to *Intralinks.com. Cannot communicate securely with peer: no common encryption algorithm(s).
Error code: SSL_ERROR_NO_CIPHER_OVERLAP

Firefox

Your connection is not private
Attackers might be trying to steal your information (for example, passwords, messages, or credit cards).
NET::ERR_SSL_VERSION_OR_CIPHER_MISMATCH 

Recommended actions

  1. Ensure that you are using the latest version of a supported browser. We recommend:
    • Google Chrome
    • Mozilla Firefox
    • Microsoft Edge
    • Safari
  2. Verify system date and time: An incorrect system clock can cause SSL/TLS errors. Use https://time.is/ to check the accuracy of your system's date/time settings.
  3. IT Support / alternative device: If updating your browser isn't feasible, consider contacting your internal IT team for further assistance and/or accessing Intralinks from a different device.
  4. Ensure that your application and operating system support TLS 1.2 and above.
  5. Contact Intralinks Support: If your access issues to our service persist, our Support team can help. Click the Get Help button on the lower right and enter support agent.

Cipher lists

Outdated ciphers that are no longer supported

  • TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
  • TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
  • TLS_RSA_WITH_AES_128_GCM_SHA256
  • TLS_RSA_WITH_AES_128_CBC_SHA256
  • TLS_RSA_WITH_AES_256_GCM_SHA384
  • TLS_RSA_WITH_AES_256_CBC_SHA256 

Supported ciphers

  • TLS-AES-256-GCM-SHA384
  • TLS-CHACHA20-POLY1305-SHA256
  • TLS-AES-128-GCM-SHA256
  • ECDHE-ECDSA-AES256-GCM-SHA384
  • ECDHE-ECDSA-AES128-GCM-SHA256
  • ECDHE-RSA-AES256-GCM-SHA384
  • ECDHE-RSA-AES128-GCM-SHA256
  • ECDHE-ECDSA-CHACHA20-POLY1305
  • ECDHE-RSA-CHACHA20-POLY1305 

Was this article helpful?