Mozilla 도움말 검색

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

자세히 살펴보기

Where do I find my Transport Layer Security 1.1 or higher designation?

  • 4 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: James

more options

On May 31, 2018, Umpqua Bank will be upgrading online security and will require the use of operating systems and browsers that support a higher level of encryption protocol (Transport Layer Security 1.1 or higher.

I currently am running Firefox Quantum 60.0.1 (64-bit)

Where would I find this information on my browser support files? Can you advise if this version is compliant with my bank's requirements?

Thanks,

Paul

On May 31, 2018, Umpqua Bank will be upgrading online security and will require the use of operating systems and browsers that support a higher level of encryption protocol (Transport Layer Security 1.1 or higher. I currently am running Firefox Quantum 60.0.1 (64-bit) Where would I find this information on my browser support files? Can you advise if this version is compliant with my bank's requirements? Thanks, Paul

선택된 해결법

There are multiple versions of TLS. Hopefully your bank is using 1.2 or 1.3, both of which Firefox supports.

You can view what Firefox supports by testing your browser at https://www.ssllabs.com/ssltest/viewMyClient.html

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (4)

more options

Firefox supports all versions of TLS. It should be good to go.

more options

Thanks Tyler, that somewhat answers my question. The banks announcement implied that there are versions of TLS. It asked specifically about 1.1 or higher. I assume there may be revisions and differing version numbers in the future. Is there a listing of support protocols for Firefox anywhere in my options/support menus? Appreciate your help and please bear (bare) with me if I ask asinine questions. Paul

more options

선택된 해결법

There are multiple versions of TLS. Hopefully your bank is using 1.2 or 1.3, both of which Firefox supports.

You can view what Firefox supports by testing your browser at https://www.ssllabs.com/ssltest/viewMyClient.html

more options

Firefox has supported TLS 1.2 by default since Firefox 27.0 Release (Feb 4, 2014) as per Bug#861266.

From Firefox 60 Release Notes:

On-by-default support for draft-23 of the TLS 1.3 specification


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 = 4

1 means TLS 1.0 2 means TLS 1.1 3 means TLS 1.2 (default as of 27 to 59 Releases) 4 means TLS 1.3 (default as of Fx 60.0)