In order for any client to successfully connect with a Fuse domain, they must support the following:
...
Protocol | Supported | ||||||
---|---|---|---|---|---|---|---|
TLS 1.3 |
| ||||||
TLS 1.2 |
| ||||||
TLS 1.1 |
| ||||||
TLS 1.0 |
| ||||||
SSL 3 |
| ||||||
SSL 2 |
|
Cipher Suites
TLS 1.3
Server has no preference
Cipher | Hex Code | Key Length | |
---|---|---|---|
1 | 0x1301 | 128 | |
2 | 0x1302 | 256 | |
3 | 0x1303 | 256 |
TLS 1.2
In server-preferred order
Cipher | Hex Code | Key Length | |
---|---|---|---|
1 | 0xc02f | 128 | |
2 | 0xc030 | 256 | |
3 | 0xcca8 | 256 | |
4 | 0xc027 | 128 | |
5 | 0xc028 | 256 | |
6 | 0xc013 | 128 | |
7 | 0xc014 | 256 |
...