Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus
Archivé

How to set cipher's order for SSL-TLS connections?

chaotux a répondu
rasj

I want to set another cipher's order for SSL-TLS connections. How can I do it?

I want to set another cipher's order for SSL-TLS connections. How can I do it?

Toutes les réponses (10)

You can't do that.
The server sends a list of supported ciphers and Firefox processes this list.

You can only disable ciphers that you do not want to use and enable them in case you get an SSL error (no overlap)

Modifié le par cor-el

>You can only disable ciphers that you do not want to use and enable them Thank you for answer. I found how to disable ciphers in about:config.

>The server sends a list of supported ciphers and Firefox processes this list. No. ClientHello goes first. That's why ciphers' order of client matter for server. First cipher suits are more preferred.

Of course, Server can choose any what it wants according to it's preferences - for example perfomance. But not all servers, that's why the order may be significative.

cor-el, can you see Bad Firefox implementation of SSL/TLS (error: ssl_error_no_cypher_overlap, RC4 and 3DES are turned OFF)

See also these other two threads (now locked) created by the OP:

What can I do as user with that source code? :)

TLS 1.2 is enabled. I have security.tls.version.max=3

  1. Question#1
  2. Question#2

You must leave at least one question from those, because it's another question: Why in Firefox v25 (last release) there are no cipher suits with SHA-256?

I see many cipher suits on page source code with cipher suits

Why only some of them NOW in Firefox! Why others are absent! That's why I said "Firefox have bad implementation of SSL/TLS". Don't you agree? If so, please answer to my question.

Modifié le par rasj

I'm not sure if that is the correct for Firefox.

These might be more accurate:

Do you have a link to a website that supports SHA256 cipher suites?

I'm not sure how Firefox would report those in the security tab in Tools > Page Info > Security.

>These might be more accurate

These links are more correct. First were for Chromium. I see that there are SHA256 cipher suits but they are not present in the current release version of Firefox - v25. Why? :)

>Do you have a link to a website that supports SHA256 cipher suites?

Many and long ago.

Modifié le par rasj

https://www.ssllabs.com/ssltest/viewMyClient.html

Gives you an example of its preferred Cipher Suits. I would like to arrange them from strongest to weakest.

The only browser that has them all in correct order OOB is SRWare Iron, but I am not saying i would recommend using it. [cross platform]

I would love to see firefox settings to rearrange or customize. I want it to remain my primary browser but unless I can change these I may end up switching.