ERR_SSL_OBSOLETE_VERSION Fix

4 min read

The ERR_SSL_OBSOLETE_VERSION error in Chrome is a security warning that appears when the browser detects an outdated TLS (Transport Layer Security) version. This error is often due to server-side issues or strict Chrome security policies. Understanding and resolving this error ensures a secure browsing experience.

Key Takeaways

  • ERR_SSL_OBSOLETE_VERSION indicates outdated TLS protocols.
  • Update your server to support TLS 1.2 or higher.
  • Chrome’s security policies require up-to-date security protocols.
  • Temporary workarounds may be available but are not recommended for long-term use.
  • Check Chrome’s settings and flags to manage security protocols.

Quick Fixes to Try First

  • Refresh the page and check if the error persists.
  • Restart Chrome by closing and reopening the browser.
  • Ensure your Chrome is updated to the latest version.
  • Clear your browser’s cache and cookies: Settings > Privacy and Security > Clear Browsing Data.

Understanding the TLS Version Requirements in Chrome

Chrome version 81 and above require websites to support TLS 1.2 or higher. Older versions of TLS are considered insecure and are not supported by default. This requirement is part of Chrome’s enhanced security policies to protect users from vulnerabilities.

How to Fix ERR_SSL_OBSOLETE_VERSION on Windows

  1. Open Chrome and type chrome://settings in the address bar.
  2. Navigate to Privacy and Security and select Security.
  3. Ensure that Use secure DNS is enabled and select a secure DNS provider.
  4. Check for browser updates by going to chrome://settings/help and update if necessary.

Resolving TLS Version Issues on macOS

  1. Open Chrome and navigate to chrome://settings.
  2. Go to Privacy and Security and click on Security.
  3. Ensure that Use secure DNS is turned on.
  4. Update Chrome by visiting chrome://settings/help.

Addressing TLS Errors on Linux

  1. Launch Chrome and type chrome://settings in the address bar.
  2. Under Privacy and Security, click Security and enable Use secure DNS.
  3. Check for updates at chrome://settings/help and update if available.
Pro Tip: If you’re a server administrator, ensure your server supports TLS 1.2 or higher to avoid this error for all users.

Chrome Security Policies and Their Impact

Chrome’s security policies are designed to protect users from outdated and insecure connections. By enforcing the use of modern TLS protocols, Chrome ensures that users are less vulnerable to attacks. If you’re seeing the ERR_SSL_OBSOLETE_VERSION error, it’s crucial to address the underlying security issues either on the client or server side.

Legacy TLS Workaround: Is It Safe?

While some advanced users might consider using legacy TLS versions as a temporary solution, it’s generally not recommended due to security risks. However, for testing purposes, you can enable older TLS versions in Chrome’s experimental features:

  1. Enter chrome://flags in the address bar.
  2. Search for TLS 1.0 or TLS 1.1 and change the setting to Enabled.
  3. Restart Chrome to apply changes.

Remember, this is only a temporary fix and should not be used for regular browsing.

Server-Side Fixes for TLS Version Errors

If you’re a website administrator, ensuring your server is configured for modern security protocols is essential. Here’s how you can update your server:

  1. Check your server’s current TLS configuration.
  2. Update your server software to support TLS 1.2 or higher.
  3. Test your server using online tools like SSL Labs to ensure compliance.
SolutionProsCons
Enable Legacy TLSQuick workaroundSecurity risk, temporary fix only
Update ServerSecure, long-term solutionRequires server access and configuration

By following these guidelines, you can effectively manage and resolve the ERR_SSL_OBSOLETE_VERSION error in Chrome. Ensuring compatibility with modern security protocols not only enhances user safety but also improves website credibility.

Frequently Asked Questions

What does ERR_SSL_OBSOLETE_VERSION mean?

This error indicates that the website is using an outdated SSL/TLS protocol version that Chrome no longer supports.

Can I ignore the ERR_SSL_OBSOLETE_VERSION error?

It’s not recommended to ignore this error as it points to potential security vulnerabilities.

How do I update my server’s TLS version?

Contact your server administrator or hosting provider to update the server software to support TLS 1.2 or higher.

Is it safe to enable legacy TLS versions?

Enabling legacy TLS versions is not safe for regular browsing and should only be used temporarily for testing purposes.

How do I check my Chrome version?

Open Chrome, type chrome://settings/help, and view the current version displayed.

Understanding and resolving the ERR_SSL_OBSOLETE_VERSION error is crucial for maintaining a secure browsing environment. By addressing the issue through client-side adjustments or server-side updates, you can ensure a smoother and safer web experience.