Closed
Bug 1128318
Opened 11 years ago
Closed 10 years ago
SSLv3 error on https://shop.nanairo.coop/ because of the broken version negotiation of the server
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: 6lobe, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:38.0) Gecko/20100101 Firefox/38.0
Build ID: 20150201030209
Steps to reproduce:
Visit site https://shop.nanairo.coop/
Actual results:
You get the following error message:
Unable to Connect Securely
Nightly cannot guarantee the safety of your data on shop.nanairo.coop because it uses SSLv3, a broken security protocol.
Advanced info: ssl_error_unsupported_version
Expected results:
The site should load as it supports TLS 1:
https://www.ssllabs.com/ssltest/analyze.html?d=shop.nanairo.coop
First reported here: http://forums.mozillazine.org/viewtopic.php?p=14003087#p14003087
Comment 1•11 years ago
|
||
The site depends on TLS insecure fallback to connect with TLS 1.0. If we offer TLS 1.2, the server will try to use SSLv3, so we shutdown the connection.
I'll add shop.nanairo.coop to the white list that will be introduced in bug 1128227.
But even when the site is added to the whitelist, the fallback will not still work because w removed ssl_error_unsupported_version from the fallback reason. The backout of bug 1102632 will fix this.
Comment 2•11 years ago
|
||
But we will eventually remove the workaround. The site should fix the server.
Component: Untriaged → Desktop
Product: Firefox → Tech Evangelism
Updated•11 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•11 years ago
|
Summary: SSLv3 error on https://shop.nanairo.coop/ even though site supports TLS 1 → SSLv3 error on https://shop.nanairo.coop/ because of the broken version negotiation of the server
Comment 3•11 years ago
|
||
Bug 1102632 has been backed out. Now you can workaround by setting security.tls.version.fallback-limit to 1.
Updated•11 years ago
|
Assignee | ||
Updated•7 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•