Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

How can I determine whether SSL 3.0 is enabled?

  • 2 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: cor-el

more options

I'm trying to make sure SSL 3.0 and TSL 1.0 are both enabled on the newest verison of Firefox. I believe TSL is enabled by default. But what about SSL 3.0?

I'm trying to make sure SSL 3.0 and TSL 1.0 are both enabled on the newest verison of Firefox. I believe TSL is enabled by default. But what about SSL 3.0?

모든 댓글 (2)

more options

hi ant0208, ssl 3.0 is a broken and therefore insecure protocol and modern browsers may no longer support it: https://tools.ietf.org/html/rfc7568

more options

See also:

You can check these prefs on the about:config page.

security.tls.version.min = 1 (TLS 1.0)
security.tls.version.max = 3 (TLS 1.2)