I recently acquired an old SonicWall firewall/VPN endpoint and would like to be able to access it. Unfortunately, it doesn't connect over HTTP and insists on HTTPS. Every browser I've tried no longer supports connecting to a system with such an old set of ciphers:
$ 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
Is there any way besides finding an old version of Firefox to install that will allow me to connect to this?
about:config
security.tls
security.tls.version.min
to0
security.tls.version.fallback-limit
to0
security.tls.unrestricted_rc4_fallback
totrue
https://community.rsa.com/docs/DOC-54813