Ssl_error_unsupported_version



Starting about a week ago, several sites/pages that I've previously visited successfully will no longer load. Most notably, I can no longer get Amazon's 'My Cart' page to load. Instead, I get the following message:

Well, I'm not likely to get much attention from Amazon, and the smaller sites are as confused about this as I am.

Ssl_error_unsupported_version

SSLERRORUNSUPPORTEDVERSION-12279 'Peer using unsupported version of security protocol.' On a client socket, this means the remote server has attempted to negotiate the use of a version of SSL that is not supported by the NSS library, probably an invalid version number.

  1. Shared components used by Firefox and other Mozilla software, including handling of Web content; Gecko, HTML, CSS, layout, DOM, scripts, images, networking, etc. Issues with web page layout probably go here, while Firefox user interface issues belong in the Firefox product.
  2. Website that uses an older version of SSL encryption like SHA-1 or 128-bit, the Firefox will display the SSLERRORUNSUPPORTEDVERSION. If you are seeing the Unsupported Version error in Firefox means the website you have accessed is using an older version encryption technology to.

I've already tried the 'no proxy' setting in FF (no joy) and renaming cert8.db and deleting cert_override.txt (also no joy).

My next test is to disable all of the extensions that I've installed in the past month (but I have to restart, so this post comes first--I'll report back in a reply).

POODLE vulnerability in SSLv3 is a major security risk and you should take immediate action by disabling SSL 3.0 in your web browser. This article will show you how to turn off or disable SSL 3.0 in Mozilla Firefox. Set root password mysql mac. Also learn, how to temporarily enable SSLv3 in Firefox.

Secure Sockets Layer (SSL) is a cryptographic protocol that ensures communication security over the Internet. Back in 2014, Google discovered a vulnerability in SSL 3.0. Named “POODLE”, the vulnerability can be exploited to steal various confidential information, including passwords and cookies. So, SSL 3.0 is now officially insecure. Websites and browsers are urged to turn off SSLv3 and use modern protocols such as Transport Layer Security (TLS).

Disable SSLv3 in Firefox:

SSLv3 is disabled by default since Firefox 34. If you are using an older version of Firefox, follow the steps mentioned below to disable SSL 3.0 and secure your browser.

  1. Open Mozilla Firefox browser.
  2. In the Location Bar, enter about:config and press the enter button (or click the arrow symbol in the location bar).
  3. You’ll receive following warning message: “This might void your warranty”. Click I’ll be careful, I promise!.
  4. In the Search box under about:config, type tls and some results will appear.
  5. From the results, find preference named security.tls.version.min and double click on it. The Enter integer value window will appear. Enter 1 and press OK button.
  6. Next step is to enable default maximum supported TLS version (TLS 1.2). Find preference named security.tls.version.max and double click on it. Enter 3 as the integer value and press OK.

That’s it! You have successfully turned off the SSL 3.0 protocol in your Firefox browser.

The preference security.tls.version.min specifies the minimum required protocol version, while the security.tls.version.max denotes the maximum supported protocol version. Integer value for the both preferences can range from 0 to 3. 0 means SSL 3.0; 1 means TLS 1.0; 2 means TLS 1.1 and 3 means TLS 1.2. In the above mentioned guide, we used integer value 1 for security.tls.version.min. That means TLS 1.0 is the minimum supported protocol in your browser. And a value of 3 for preference security.tls.version.max means, your browser supports encryption protocol up to TLS 1.2.

Error Code: Ssl_error_unsupported_version

How to enable SSL 3.0 in Firefox?

Considering the seriousness of the POODLE vulnerability, I’d never suggest anyone to enable SSLv3. Do you want to re-enable SSL 3.0 for testing purpose or for visiting a certain website? If yes, follow the steps below to enable SSLv3 in Firefox.

Ssl_error_unsupported_version Printer

  1. Open Firefox browser.
  2. Enter about:config in the location bar and press the enter button.
  3. When the warning message appears, press I’ll be careful, I promise! button.
  4. Go to the Search box inside about:config and type tls.
  5. Find preference named security.tls.version.min, double click on it.
  6. Enter 0 in the integer value box and press OK button.

Firefox Ssl_error_unsupported_version

Ssl_error_unsupported_version sslv3 firefox

Ssl Error Unsupported Version

That’s all! By setting 0 as value of security.tls.version.min, you have successfully re-enable SSLv3 in Mozilla Firefox. Don’t make it permanent. Reset or the value for security.tls.version.min or re-enable SSL 3.0 once you are done with your testing.