FortiSandbox
FortiSandbox provides a solution to protect against advanced threats and ransomware for companies who don’t want to implement and maintain a sandbox environment on their own.
cysaw
Staff & Editor
Staff & Editor
Article Id 262648
Description This article describes how to set TLS version in FortiSandbox.
Scope

FortiSandbox v4.2.

Solution
  1. Run the following CLI command in FortiSandbox to check the current setting of the TLS version.
    > set-tlsver -l

TLSv1.2 and TLSv1.3 are allowed.

 

  1. Use the CLI command below to set the TLS version in FortiSandbox.
    > set-tlsver -e1|2|3

Note:

  • 1, 2 and 3 are for TLS 1.1, 1.2 and 1.3 respectively.
  •  Separate versions with '|'

     3.   After running the CLI command below, the output will indicate that TLS v1.1 is allowed:


> set-tlsver -e1|2|3


TLS 1.1 is allowed.
TLS 1.2 is allowed.
TLS 1.3 is allowed.

 

  1. Use also the CLI command below to reset the TLS version back to default settings and it is possible to see the TLS 1.1 is being removed from the output below:

> set-tlsver -r


TLSv1.2 and TLSv1.3 are allowed.

Contributors