最近很多网站都不能登陆,ssl问题,一直没时间弄,

按照下面这个操作就可以了。

https://www.bfccomputing.com/re-enable-sslv3-on-firefox-34/

Re-enable SSLv3 on Firefox 34

by Bill McGonigle • 2015/01/06 • boneheads, cryptography, HOWTO, Internet, mozilla, networking, Open Source, privacy, software, standards, user, Web • 9 Comments

TL;DR: set security.tls.version.fallback-limit and security.tls.version.min to 0.

Firefox 34 takes the strong stance of disabling SSLv3, completely, by default, with no publicized workarounds.  Due to the lack of TLS_RSA in TLS 1.2 support, many sites have become non-operational. Here’s a non-profit’s site I use that has about ten million users:

| ssl-enum-ciphers:
|   SSLv3:
|     ciphers:
|       TLS_RSA_WITH_3DES_EDE_CBC_SHA - strong
|       TLS_RSA_WITH_AES_128_CBC_SHA - strong
|       TLS_RSA_WITH_AES_256_CBC_SHA - strong
|       TLS_RSA_WITH_RC4_128_MD5 - strong
|       TLS_RSA_WITH_RC4_128_SHA - strong
|     compressors:
|       NULL
|   TLSv1.1:
|     ciphers:
|       TLS_RSA_WITH_3DES_EDE_CBC_SHA - strong
|       TLS_RSA_WITH_AES_128_CBC_SHA - strong
|       TLS_RSA_WITH_AES_256_CBC_SHA - strong
|       TLS_RSA_WITH_RC4_128_MD5 - strong
|       TLS_RSA_WITH_RC4_128_SHA - strong
|     compressors:
|   TLSv1.2:
|     ciphers:
|       TLS_RSA_WITH_3DES_EDE_CBC_SHA - strong                                                     |       TLS_RSA_WITH_AES_128_CBC_SHA - strong
|       TLS_RSA_WITH_AES_256_CBC_SHA - strong
|       TLS_RSA_WITH_RC4_128_MD5 - strong
|       TLS_RSA_WITH_RC4_128_SHA - strong
|     compressors:
|
|_  least strength: strong

This is fine from a theoretical information security perspective – SSLv3 is somewhat broken, is more than fifteen years old, and TLS v1.0, at a minimum, is supported everywhere and is better. But the way Mozilla went about this was lazy and stupid, as it hurts security over the long term.

Look at what Microsoft is doing with SHA-1 certificates (announcing deprecation now and full removal of support in 2017) or what Google is doing with SHA-1 and Chrome (nagging users about it starting in 2015). Neither of those two actions break secure sites for users on, with almost not notice, but they do get the point across, and will spur sysadmins to made changes.

Mozilla just decided to break SSLv3 sites (and by extension many TLS sites due to cyphersuite selection), by default, and give users no way of knowing in-browser what happened or what to do about it (yeah, “bug the sysadmin” is so realistic…).

Here’s what they should have done:
1) announced removal of support ~one year in advance.
2) bring up a warning in the browser at that point.
3) offer to create a temporary exception for the site in question for the 1 year period (SSL exceptions are already a feature! Add a time limit and tweak the UI!)

What they did instead was to just break things for everybody. One has to presume they figured this would spur action immediately on the part of administrators. Apparently what they don’t know is that those sysadmins may need to go through change processes, purchase new equipment, wait for a budget cycle, etc. Guess what? Corporate IT people don’t read the Mozilla blog (most security people don’t even read it) and even if they did, two months’ notice is wildly insufficient for most Corporate IT. Let’s play “who would have really been hurt by phasing out over a year?”!

Since people need to operate in the real world, here’s the advice (credit: dave_d) that’s both operationally necessary and repugnant from the stance of the Internet’s security:

1) Type about:config in the location bar.
2) In the search bar that comes up, enter: security.tls.version.min . Double-click on the entry that comes up and change the value to 0.
3) Do the same for security.tls.version.fallback-limit .
4) Test your broken site. It should work now.
5) NOW MANUALLY CHECK THE CYPHER SUITES ON ALL OF YOUR WEBSITES EVERY TIME YOU VISIT AND WHEN THE SITES UPGRADE TO TLS v1 AT A MINIMUM, DISABLE THIS SETTING.
6) Laugh at #5 as you know nobody will ever do that, and instead, they’ll accept SSLv3 for as long as they have their profile. Great, job, Mozilla. Thanks for trying so hard.

Bold posturing is no replacement for caring about users, implementing effective transition plans, and putting in the hard work necessary to carry them out.  FWIW, when I was at a meeting last night and we had to access an SSLv3-fronted database, I switched over to Chrome to get the work done. For users afraid of about:config, that’s an easier option.  Most users will never see this post either, and I really wish I didn’t need to write it.

About Bill McGonigle

9 Responses to Re-enable SSLv3 on Firefox 34

Benjamin Luera
2015/02/28 at 12:01

Bill, thanks for the tip very aggravating. But I have the same issue with all my browers. Have tried to use, Safari for Windows, Opera, Firefox and Chrome all with the same results.

Re-enable SSLv3 on Firefox 34相关推荐

  1. firefox无法打开php,php – CORS无法在Firefox中运行

    我试图通过ajax将数据加载到jQuery对话框中,但Firefox中的请求失败(34.0.5).工作正常,我在Chrome和Safari中没有任何抱怨. 我的apache conf包含: Heade ...

  2. 火狐启用falsh_如何在Firefox中启用暗模式

    火狐启用falsh Firefox will soon begin respecting Windows 10's dark app mode setting. But you can enable ...

  3. 从零入门Scarpy【1】:框架、数据流 和 实战案例

    目录 一 Scrapy 框架介绍 二 Scrapy 的运作流程 三 Pycharm 中创建 Scrapy 项目 四 制作简单 Scrapy 爬虫 五 运行爬虫 Scrapy英文文档 https://d ...

  4. Scrapy爬虫实战—虎扑步行街发帖爬取

    0. 前言 在B站上看了黑马的scrapy,老师讲的超细致,赞! 本文主要用scrapy的基本操作完成爬取,适合入门级学习. 1. scrapy scrapy有很多命令,在terminal输入scra ...

  5. 常见浏览器User-Agent大全

    下面是工作中需要用到的常见浏览器User-Agent字符串的收集整理,不断更新中. Opera Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537. ...

  6. 如何高效地爬取链家的房源信息(一)

    "Python实现的链家网站的爬虫第一部分." 在之前的文章,以链家成都站为例,分析过链家网站数据的爬取,文章如下: 干货!链家二手房数据抓取及内容解析要点 但是,当时没有根据分析 ...

  7. 记录一些user-agent

    如下: OperaMozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171 ...

  8. 爬取知乎“凡尔赛语录”话题下的所有回答,我知道点开看你的很帅气,但还是没我帅

    凡尔赛文学火了.这种特殊的网络文体,常出现在朋友圈或微博,以波澜不惊的口吻,假装不经意地炫富.秀恩爱. 普通的炫耀,无非在社交网络发发跑车照片,或不经意露出名牌包包 logo,但凡尔赛文学还不这么直接 ...

  9. 爬取数据解决方案- 每页打开+单个查询

    爬取某网站,首先爬取目标的id,然后拼网址,但是再次运行,发现根据id拼接的网址已经有所变化,解决方式 第一,直接每页打开,不给网页id更换的时间# 第二,直接打开之后,将每个目标网页存到list,这 ...

最新文章

  1. YEX黄建:脱离比特币谈区块链,要么真傻,要么装疯卖傻丨区块链十人谈
  2. HDU1250(高精度加法)
  3. linux c 信号量简介
  4. 【STM32】FreeRTOS 移植到 STM32F103
  5. 如果看了此文你还不懂傅里叶变换,那就过来掐死我吧【完整版】(ZZ伯乐在线)...
  6. bzoj3932 [CQOI2015]任务查询系统
  7. VB.NET 网络通讯示例(服务端)
  8. excel自动排班表_Excel教程:3秒搞定排班表模板
  9. Hadoop的容错性
  10. 空间线与空间平面之间的夹角关系
  11. react native 高德定位 react-native-amap-geolocation
  12. 尚德机构营收同比大涨22.9%,高增长可持续吗?
  13. 蚂蚱蚂蚱,我的骄傲放纵。
  14. ChatGPT在线网页版和接口
  15. elasticsearch启动报错:FileAlreadyExistsException:/home/es/elasticsearch-6.3.0/configelasticsearch.keysto
  16. 韦德高清图片壁纸下载
  17. 强化IT能力 中国移动OpenStack玩“大”的
  18. 日期格式化使用 YYYY-MM-dd 的潜在问题
  19. Markdown Preview Enhanced 打印PDF。解决打印成PDF/HTML时,CSS样式无法显示的问题
  20. Winform控件镂空、窗体本身镂空和鼠标击穿(录屏会用到)

热门文章

  1. [转帖]解决CE6和CE5在PB的Connectivity Options上的冲突
  2. 店宝宝:淘宝开店详细教程!来自老卖家的建议
  3. QT学习笔记—QMovie播放GIF文件
  4. excel批量添加超链接
  5. android 打卡 虚拟定位 sqlite
  6. 【C语言】探究a++与++a的区别
  7. JAVA写HTTP代理服务器(一)-socket实现
  8. 史上十大必玩的经典游戏
  9. python下医学图像处理库的安装问题
  10. H5 如何实现唤起 APP