Client-side security requirements
This page details the current security requirements that clients must support to successfully connect with a Fuse domain.
If you have any questions or concerns please reach out to your Customer Success Consultant (CSC) or the Fuse Support team.
SNI
Server Name Indication (SNI) is an extension of the TLS protocol. It allows the client to specify which hostname they want to connect to using the SNI extension in the TLS handshake, which in turn allows the server to select the corresponding certificate.
TLS
The following Transport Layer Security (TLS) are supported by Fuse:
Protocol | Supported |
---|---|
TLS 1.3 | yes |
TLS 1.2 | yes |
TLS 1.1 | no |
TLS 1.0 | no |
SSL 3 | no |
SSL 2 | no |
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 |
Â