Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

TLS v1.2 ciphers

  • 3 trả lời
  • 1 gặp vấn đề này
  • 7 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

Hi,

I am working with one of our customer who is using TLS v1.2 and these ciphers: AES256-GCM-SHA384 AES256-SHA256 AES128-GCM-SHA256 AES128-SHA256

These ciphers are supported by Chrome and Safari and we are wondering when firefox is planning to support it?

Thanks!

Hi, I am working with one of our customer who is using TLS v1.2 and these ciphers: AES256-GCM-SHA384 AES256-SHA256 AES128-GCM-SHA256 AES128-SHA256 These ciphers are supported by Chrome and Safari and we are wondering when firefox is planning to support it? Thanks!

Tất cả các câu trả lời (3)

more options

Planning? We should already support it since years.

more options

Firefox has supported TLS 1.2 by default since Firefox 27.0 Release (Feb 4, 2014) as per Bug#861266. It can support TLS 1.3 but still not enabled by default.

There are TLS settings prefs on the about:config page that specify the minimum and maximum TLS version.

  • security.tls.version.min = 1
  • security.tls.version.max = 3

1 means TLS 1.0 2 means TLS 1.1 3 means TLS 1.2 (default) 4 means TLS 1.3;

Được chỉnh sửa bởi James vào

more options

I see these ssl3.*gcm prefs on the about:config page.

security.ssl3.ecdhe_ecdsa_aes_256_gcm_sha384 security.ssl3.ecdhe_ecdsa_aes_128_gcm_sha256 security.ssl3.ecdhe_rsa_aes_256_gcm_sha384 security.ssl3.ecdhe_rsa_aes_128_gcm_sha256