The security version command specifies SSL protocols that the FW supports.
The undo security version command restores the default setting. By default, the FW supports TLS 1.2.
| Parameter | Description | Value |
|---|---|---|
tlsv1 |
Supports TLS1.0 protocol. |
- |
tlsv1.1 |
Supports TLS1.1 protocol. |
- |
tlsv1.2 |
Supports TLS1.2 protocol. |
- |
all |
Supports TLS1.0, TLS1.1, and TLS1.2. |
- |
TLS1.0 and TLS1.1 have security risks. TLS1.2 and higher versions are recommended.
When the FW and a client communicate through the RESTCONF the FW functions as the server to provide services for the client. The SSL protocols and encryption algorithms that the server and client support must be consistent. In the SSL negotiation process, the first Hello packet sent by the client contains all supported SSL protocols and encryption algorithms to the server. The server then selects an SSL protocol and encryption algorithm from all. If the server does not support any protocols supported by the client, the SSL negotiation fails.