如何连接到没有现代SSL密码的服务器

我最近购买了一个旧的SonicWall防火墙/ VPN端点,并希望能够访问它。 不幸的是,它不能通过HTTP连接并坚持使用HTTPS。 我试过的每个浏览器都不再支持使用这样一组旧密码连接到系统:

$ nmap --script ssl-enum-ciphers -p 8000 ip.add.re.ss Starting Nmap 7.31 ( https://nmap.org ) at 2016-12-20 09:21 EST Nmap scan report for ip.add.re.ss Host is up (0.0061s latency). PORT STATE SERVICE 8000/tcp open http-alt | ssl-enum-ciphers: | SSLv3: | ciphers: | TLS_RSA_WITH_RC4_128_MD5 (rsa 2048) - C | TLS_RSA_WITH_RC4_128_SHA (rsa 2048) - C | compressors: | NULL | cipher preference: client | warnings: | Broken cipher RC4 is deprecated by RFC 7465 | Ciphersuite uses MD5 for message integrity | Weak certificate signature: SHA1 | TLSv1.0: | ciphers: | TLS_RSA_WITH_RC4_128_MD5 (rsa 2048) - C | TLS_RSA_WITH_RC4_128_SHA (rsa 2048) - C | compressors: | NULL | cipher preference: client | warnings: | Broken cipher RC4 is deprecated by RFC 7465 | Ciphersuite uses MD5 for message integrity | Weak certificate signature: SHA1 |_ least strength: C Nmap done: 1 IP address (1 host up) scanned in 1.19 seconds 

有没有什么办法,除了find一个旧版本的Firefox安装,将允许我连接到这个?

  1. 打开一个新的FireFox选项卡
  2. types: about:config
  3. 接受警告
  4. 在search栏中search以下值,并按如下方式更改它们:
    • searchsecurity.tls
    • security.tls.version.min更改为0
    • security.tls.version.fallback-limit更改为0
    • security.tls.unrestricted_rc4_fallback更改为true

https://community.rsa.com/docs/DOC-54813