Fortinet white logo
Fortinet white logo

CLI Reference

config firewall ssl-ssh-profile

config firewall ssl-ssh-profile

Configure SSL/SSH protocol options.

config firewall ssl-ssh-profile
    Description: Configure SSL/SSH protocol options.
    edit <name>
        set block-blacklisted-certificates [disable|enable]
        set caname {string}
        set comment {var-string}
        config ftps
            Description: Configure FTPS options.
            set client-cert-request [bypass|inspect|...]
            set invalid-server-cert [allow|block]
            set ports {integer}
            set sni-server-cert-check [enable|strict|...]
            set status [disable|deep-inspection]
            set unsupported-ssl [bypass|inspect|...]
            set untrusted-server-cert [allow|block|...]
        end
        config https
            Description: Configure HTTPS options.
            set client-cert-request [bypass|inspect|...]
            set invalid-server-cert [allow|block]
            set ports {integer}
            set sni-server-cert-check [enable|strict|...]
            set status [disable|certificate-inspection|...]
            set unsupported-ssl [bypass|inspect|...]
            set untrusted-server-cert [allow|block|...]
        end
        config imaps
            Description: Configure IMAPS options.
            set client-cert-request [bypass|inspect|...]
            set invalid-server-cert [allow|block]
            set ports {integer}
            set sni-server-cert-check [enable|strict|...]
            set status [disable|deep-inspection]
            set unsupported-ssl [bypass|inspect|...]
            set untrusted-server-cert [allow|block|...]
        end
        set mapi-over-https [enable|disable]
        config pop3s
            Description: Configure POP3S options.
            set client-cert-request [bypass|inspect|...]
            set invalid-server-cert [allow|block]
            set ports {integer}
            set sni-server-cert-check [enable|strict|...]
            set status [disable|deep-inspection]
            set unsupported-ssl [bypass|inspect|...]
            set untrusted-server-cert [allow|block|...]
        end
        set rpc-over-https [enable|disable]
        set server-cert {string}
        set server-cert-mode [re-sign|replace]
        config smtps
            Description: Configure SMTPS options.
            set client-cert-request [bypass|inspect|...]
            set invalid-server-cert [allow|block]
            set ports {integer}
            set sni-server-cert-check [enable|strict|...]
            set status [disable|deep-inspection]
            set unsupported-ssl [bypass|inspect|...]
            set untrusted-server-cert [allow|block|...]
        end
        config ssh
            Description: Configure SSH options.
            set inspect-all [disable|deep-inspection]
            set ports {integer}
            set ssh-algorithm [compatible|high-encryption]
            set ssh-tun-policy-check [disable|enable]
            set status [disable|deep-inspection]
            set unsupported-version [bypass|block]
        end
        config ssl
            Description: Configure SSL options.
            set client-cert-request [bypass|inspect|...]
            set inspect-all [disable|certificate-inspection|...]
            set invalid-server-cert [allow|block]
            set sni-server-cert-check [enable|strict|...]
            set unsupported-ssl [bypass|inspect|...]
            set untrusted-server-cert [allow|block|...]
        end
        set ssl-anomalies-log [disable|enable]
        config ssl-exempt
            Description: Servers to exempt from SSL inspection.
            edit <id>
                set address {string}
                set address6 {string}
                set fortiguard-category {integer}
                set regex {string}
                set type [fortiguard-category|address|...]
                set wildcard-fqdn {string}
            next
        end
        set ssl-exemptions-log [disable|enable]
        config ssl-server
            Description: SSL servers.
            edit <id>
                set ftps-client-cert-request [bypass|inspect|...]
                set https-client-cert-request [bypass|inspect|...]
                set imaps-client-cert-request [bypass|inspect|...]
                set ip {ipv4-address-any}
                set pop3s-client-cert-request [bypass|inspect|...]
                set smtps-client-cert-request [bypass|inspect|...]
                set ssl-other-client-cert-request [bypass|inspect|...]
            next
        end
        set untrusted-caname {string}
        set use-ssl-server [disable|enable]
        set whitelist [enable|disable]
    next
end

config firewall ssl-ssh-profile

Parameter

Description

Type

Size

block-blacklisted-certificates

Enable/disable blocking SSL-based botnet communication by FortiGuard certificate blacklist.

option

-

Option

Description

disable

Disable FortiGuard certificate blacklist.

enable

Enable FortiGuard certificate blacklist.

caname

CA certificate used by SSL Inspection.

string

Maximum length: 35

comment

Optional comments.

var-string

Maximum length: 255

mapi-over-https

Enable/disable inspection of MAPI over HTTPS.

option

-

Option

Description

enable

Enable inspection of MAPI over HTTPS.

disable

Disable inspection of MAPI over HTTPS.

name

Name.

string

Maximum length: 35

rpc-over-https

Enable/disable inspection of RPC over HTTPS.

option

-

Option

Description

enable

Enable inspection of RPC over HTTPS.

disable

Disable inspection of RPC over HTTPS.

server-cert

Certificate used by SSL Inspection to replace server certificate.

string

Maximum length: 35

server-cert-mode

Re-sign or replace the server's certificate.

option

-

Option

Description

re-sign

Multiple clients connecting to multiple servers.

replace

Protect an SSL server.

ssl-anomalies-log

Enable/disable logging SSL anomalies.

option

-

Option

Description

disable

Disable logging SSL anomalies.

enable

Enable logging SSL anomalies.

ssl-exemptions-log

Enable/disable logging SSL exemptions.

option

-

Option

Description

disable

Disable logging SSL exemptions.

enable

Enable logging SSL exemptions.

untrusted-caname

Untrusted CA certificate used by SSL Inspection.

string

Maximum length: 35

use-ssl-server

Enable/disable the use of SSL server table for SSL offloading.

option

-

Option

Description

disable

Don't use SSL server configuration.

enable

Use SSL server configuration.

whitelist

Enable/disable exempting servers by FortiGuard whitelist.

option

-

Option

Description

enable

Enable setting.

disable

Disable setting.

config ftps

Parameter

Description

Type

Size

client-cert-request

Action based on client certificate request.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

invalid-server-cert

Allow or block the invalid SSL session server certificate.

option

-

Option

Description

allow

Allow the invalid server certificate.

block

Block the connection when an invalid server certificate is detected.

ports

Ports to use for scanning (1 - 65535, default = 443).

integer

Minimum value: 1 Maximum value: 65535

sni-server-cert-check

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

option

-

Option

Description

enable

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, use the CN in the server certificate to do URL filtering.

strict

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, close the connection.

disable

Do not check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

status

Configure protocol inspection status.

option

-

Option

Description

disable

Disable.

deep-inspection

Full SSL inspection.

unsupported-ssl

Action based on the SSL encryption used being unsupported.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

untrusted-server-cert

Allow, ignore, or block the untrusted SSL session server certificate.

option

-

Option

Description

allow

Allow the untrusted server certificate.

block

Block the connection when an untrusted server certificate is detected.

ignore

Always take the server certificate as trusted.

config https

Parameter

Description

Type

Size

client-cert-request

Action based on client certificate request.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

invalid-server-cert

Allow or block the invalid SSL session server certificate.

option

-

Option

Description

allow

Allow the invalid server certificate.

block

Block the connection when an invalid server certificate is detected.

ports

Ports to use for scanning (1 - 65535, default = 443).

integer

Minimum value: 1 Maximum value: 65535

sni-server-cert-check

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

option

-

Option

Description

enable

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, use the CN in the server certificate to do URL filtering.

strict

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, close the connection.

disable

Do not check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

status

Configure protocol inspection status.

option

-

Option

Description

disable

Disable.

certificate-inspection

Inspect SSL handshake only.

deep-inspection

Full SSL inspection.

unsupported-ssl

Action based on the SSL encryption used being unsupported.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

untrusted-server-cert

Allow, ignore, or block the untrusted SSL session server certificate.

option

-

Option

Description

allow

Allow the untrusted server certificate.

block

Block the connection when an untrusted server certificate is detected.

ignore

Always take the server certificate as trusted.

config imaps

Parameter

Description

Type

Size

client-cert-request

Action based on client certificate request.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

invalid-server-cert

Allow or block the invalid SSL session server certificate.

option

-

Option

Description

allow

Allow the invalid server certificate.

block

Block the connection when an invalid server certificate is detected.

ports

Ports to use for scanning (1 - 65535, default = 443).

integer

Minimum value: 1 Maximum value: 65535

sni-server-cert-check

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

option

-

Option

Description

enable

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, use the CN in the server certificate to do URL filtering.

strict

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, close the connection.

disable

Do not check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

status

Configure protocol inspection status.

option

-

Option

Description

disable

Disable.

deep-inspection

Full SSL inspection.

unsupported-ssl

Action based on the SSL encryption used being unsupported.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

untrusted-server-cert

Allow, ignore, or block the untrusted SSL session server certificate.

option

-

Option

Description

allow

Allow the untrusted server certificate.

block

Block the connection when an untrusted server certificate is detected.

ignore

Always take the server certificate as trusted.

config pop3s

Parameter

Description

Type

Size

client-cert-request

Action based on client certificate request.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

invalid-server-cert

Allow or block the invalid SSL session server certificate.

option

-

Option

Description

allow

Allow the invalid server certificate.

block

Block the connection when an invalid server certificate is detected.

ports

Ports to use for scanning (1 - 65535, default = 443).

integer

Minimum value: 1 Maximum value: 65535

sni-server-cert-check

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

option

-

Option

Description

enable

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, use the CN in the server certificate to do URL filtering.

strict

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, close the connection.

disable

Do not check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

status

Configure protocol inspection status.

option

-

Option

Description

disable

Disable.

deep-inspection

Full SSL inspection.

unsupported-ssl

Action based on the SSL encryption used being unsupported.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

untrusted-server-cert

Allow, ignore, or block the untrusted SSL session server certificate.

option

-

Option

Description

allow

Allow the untrusted server certificate.

block

Block the connection when an untrusted server certificate is detected.

ignore

Always take the server certificate as trusted.

config smtps

Parameter

Description

Type

Size

client-cert-request

Action based on client certificate request.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

invalid-server-cert

Allow or block the invalid SSL session server certificate.

option

-

Option

Description

allow

Allow the invalid server certificate.

block

Block the connection when an invalid server certificate is detected.

ports

Ports to use for scanning (1 - 65535, default = 443).

integer

Minimum value: 1 Maximum value: 65535

sni-server-cert-check

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

option

-

Option

Description

enable

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, use the CN in the server certificate to do URL filtering.

strict

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, close the connection.

disable

Do not check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

status

Configure protocol inspection status.

option

-

Option

Description

disable

Disable.

deep-inspection

Full SSL inspection.

unsupported-ssl

Action based on the SSL encryption used being unsupported.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

untrusted-server-cert

Allow, ignore, or block the untrusted SSL session server certificate.

option

-

Option

Description

allow

Allow the untrusted server certificate.

block

Block the connection when an untrusted server certificate is detected.

ignore

Always take the server certificate as trusted.

config ssh

Parameter

Description

Type

Size

inspect-all

Level of SSL inspection.

option

-

Option

Description

disable

Disable.

deep-inspection

Full SSL inspection.

ports

Ports to use for scanning (1 - 65535, default = 443).

integer

Minimum value: 1 Maximum value: 65535

ssh-algorithm

Relative strength of encryption algorithms accepted during negotiation.

option

-

Option

Description

compatible

Allow a broader set of encryption algorithms for best compatibility.

high-encryption

Allow only AES-CTR, AES-GCM ciphers and high encryption algorithms.

ssh-tun-policy-check

Enable/disable SSH tunnel policy check.

option

-

Option

Description

disable

Disable SSH tunnel policy check.

enable

Enable SSH tunnel policy check.

status

Configure protocol inspection status.

option

-

Option

Description

disable

Disable.

deep-inspection

Full SSL inspection.

unsupported-version

Action based on SSH version being unsupported.

option

-

Option

Description

bypass

Bypass the session.

block

Block the session.

config ssl

Parameter

Description

Type

Size

client-cert-request

Action based on client certificate request.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

inspect-all

Level of SSL inspection.

option

-

Option

Description

disable

Disable.

certificate-inspection

Inspect SSL handshake only.

deep-inspection

Full SSL inspection.

invalid-server-cert

Allow or block the invalid SSL session server certificate.

option

-

Option

Description

allow

Allow the invalid server certificate.

block

Block the connection when an invalid server certificate is detected.

sni-server-cert-check

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

option

-

Option

Description

enable

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, use the CN in the server certificate to do URL filtering.

strict

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, close the connection.

disable

Do not check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

unsupported-ssl

Action based on the SSL encryption used being unsupported.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

untrusted-server-cert

Allow, ignore, or block the untrusted SSL session server certificate.

option

-

Option

Description

allow

Allow the untrusted server certificate.

block

Block the connection when an untrusted server certificate is detected.

ignore

Always take the server certificate as trusted.

config ssl-exempt

Parameter

Description

Type

Size

address

IPv4 address object.

string

Maximum length: 79

address6

IPv6 address object.

string

Maximum length: 79

fortiguard-category

FortiGuard category ID.

integer

Minimum value: 0 Maximum value: 255

id

ID number.

integer

Minimum value: 0 Maximum value: 512

regex

Exempt servers by regular expression.

string

Maximum length: 255

type

Type of address object (IPv4 or IPv6) or FortiGuard category.

option

-

Option

Description

fortiguard-category

FortiGuard category.

address

Firewall IPv4 address.

address6

Firewall IPv6 address.

wildcard-fqdn

Fully Qualified Domain Name with wildcard characters.

regex

Regular expression FQDN.

wildcard-fqdn

Exempt servers by wildcard FQDN.

string

Maximum length: 79

config ssl-server

Parameter

Description

Type

Size

ftps-client-cert-request

Action based on client certificate request during the FTPS handshake.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

https-client-cert-request

Action based on client certificate request during the HTTPS handshake.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

id

SSL server ID.

integer

Minimum value: 0 Maximum value: 4294967295

imaps-client-cert-request

Action based on client certificate request during the IMAPS handshake.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

ip

IPv4 address of the SSL server.

ipv4-address-any

Not Specified

pop3s-client-cert-request

Action based on client certificate request during the POP3S handshake.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

smtps-client-cert-request

Action based on client certificate request during the SMTPS handshake.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

ssl-other-client-cert-request

Action based on client certificate request during an SSL protocol handshake.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

config firewall ssl-ssh-profile

config firewall ssl-ssh-profile

Configure SSL/SSH protocol options.

config firewall ssl-ssh-profile
    Description: Configure SSL/SSH protocol options.
    edit <name>
        set block-blacklisted-certificates [disable|enable]
        set caname {string}
        set comment {var-string}
        config ftps
            Description: Configure FTPS options.
            set client-cert-request [bypass|inspect|...]
            set invalid-server-cert [allow|block]
            set ports {integer}
            set sni-server-cert-check [enable|strict|...]
            set status [disable|deep-inspection]
            set unsupported-ssl [bypass|inspect|...]
            set untrusted-server-cert [allow|block|...]
        end
        config https
            Description: Configure HTTPS options.
            set client-cert-request [bypass|inspect|...]
            set invalid-server-cert [allow|block]
            set ports {integer}
            set sni-server-cert-check [enable|strict|...]
            set status [disable|certificate-inspection|...]
            set unsupported-ssl [bypass|inspect|...]
            set untrusted-server-cert [allow|block|...]
        end
        config imaps
            Description: Configure IMAPS options.
            set client-cert-request [bypass|inspect|...]
            set invalid-server-cert [allow|block]
            set ports {integer}
            set sni-server-cert-check [enable|strict|...]
            set status [disable|deep-inspection]
            set unsupported-ssl [bypass|inspect|...]
            set untrusted-server-cert [allow|block|...]
        end
        set mapi-over-https [enable|disable]
        config pop3s
            Description: Configure POP3S options.
            set client-cert-request [bypass|inspect|...]
            set invalid-server-cert [allow|block]
            set ports {integer}
            set sni-server-cert-check [enable|strict|...]
            set status [disable|deep-inspection]
            set unsupported-ssl [bypass|inspect|...]
            set untrusted-server-cert [allow|block|...]
        end
        set rpc-over-https [enable|disable]
        set server-cert {string}
        set server-cert-mode [re-sign|replace]
        config smtps
            Description: Configure SMTPS options.
            set client-cert-request [bypass|inspect|...]
            set invalid-server-cert [allow|block]
            set ports {integer}
            set sni-server-cert-check [enable|strict|...]
            set status [disable|deep-inspection]
            set unsupported-ssl [bypass|inspect|...]
            set untrusted-server-cert [allow|block|...]
        end
        config ssh
            Description: Configure SSH options.
            set inspect-all [disable|deep-inspection]
            set ports {integer}
            set ssh-algorithm [compatible|high-encryption]
            set ssh-tun-policy-check [disable|enable]
            set status [disable|deep-inspection]
            set unsupported-version [bypass|block]
        end
        config ssl
            Description: Configure SSL options.
            set client-cert-request [bypass|inspect|...]
            set inspect-all [disable|certificate-inspection|...]
            set invalid-server-cert [allow|block]
            set sni-server-cert-check [enable|strict|...]
            set unsupported-ssl [bypass|inspect|...]
            set untrusted-server-cert [allow|block|...]
        end
        set ssl-anomalies-log [disable|enable]
        config ssl-exempt
            Description: Servers to exempt from SSL inspection.
            edit <id>
                set address {string}
                set address6 {string}
                set fortiguard-category {integer}
                set regex {string}
                set type [fortiguard-category|address|...]
                set wildcard-fqdn {string}
            next
        end
        set ssl-exemptions-log [disable|enable]
        config ssl-server
            Description: SSL servers.
            edit <id>
                set ftps-client-cert-request [bypass|inspect|...]
                set https-client-cert-request [bypass|inspect|...]
                set imaps-client-cert-request [bypass|inspect|...]
                set ip {ipv4-address-any}
                set pop3s-client-cert-request [bypass|inspect|...]
                set smtps-client-cert-request [bypass|inspect|...]
                set ssl-other-client-cert-request [bypass|inspect|...]
            next
        end
        set untrusted-caname {string}
        set use-ssl-server [disable|enable]
        set whitelist [enable|disable]
    next
end

config firewall ssl-ssh-profile

Parameter

Description

Type

Size

block-blacklisted-certificates

Enable/disable blocking SSL-based botnet communication by FortiGuard certificate blacklist.

option

-

Option

Description

disable

Disable FortiGuard certificate blacklist.

enable

Enable FortiGuard certificate blacklist.

caname

CA certificate used by SSL Inspection.

string

Maximum length: 35

comment

Optional comments.

var-string

Maximum length: 255

mapi-over-https

Enable/disable inspection of MAPI over HTTPS.

option

-

Option

Description

enable

Enable inspection of MAPI over HTTPS.

disable

Disable inspection of MAPI over HTTPS.

name

Name.

string

Maximum length: 35

rpc-over-https

Enable/disable inspection of RPC over HTTPS.

option

-

Option

Description

enable

Enable inspection of RPC over HTTPS.

disable

Disable inspection of RPC over HTTPS.

server-cert

Certificate used by SSL Inspection to replace server certificate.

string

Maximum length: 35

server-cert-mode

Re-sign or replace the server's certificate.

option

-

Option

Description

re-sign

Multiple clients connecting to multiple servers.

replace

Protect an SSL server.

ssl-anomalies-log

Enable/disable logging SSL anomalies.

option

-

Option

Description

disable

Disable logging SSL anomalies.

enable

Enable logging SSL anomalies.

ssl-exemptions-log

Enable/disable logging SSL exemptions.

option

-

Option

Description

disable

Disable logging SSL exemptions.

enable

Enable logging SSL exemptions.

untrusted-caname

Untrusted CA certificate used by SSL Inspection.

string

Maximum length: 35

use-ssl-server

Enable/disable the use of SSL server table for SSL offloading.

option

-

Option

Description

disable

Don't use SSL server configuration.

enable

Use SSL server configuration.

whitelist

Enable/disable exempting servers by FortiGuard whitelist.

option

-

Option

Description

enable

Enable setting.

disable

Disable setting.

config ftps

Parameter

Description

Type

Size

client-cert-request

Action based on client certificate request.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

invalid-server-cert

Allow or block the invalid SSL session server certificate.

option

-

Option

Description

allow

Allow the invalid server certificate.

block

Block the connection when an invalid server certificate is detected.

ports

Ports to use for scanning (1 - 65535, default = 443).

integer

Minimum value: 1 Maximum value: 65535

sni-server-cert-check

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

option

-

Option

Description

enable

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, use the CN in the server certificate to do URL filtering.

strict

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, close the connection.

disable

Do not check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

status

Configure protocol inspection status.

option

-

Option

Description

disable

Disable.

deep-inspection

Full SSL inspection.

unsupported-ssl

Action based on the SSL encryption used being unsupported.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

untrusted-server-cert

Allow, ignore, or block the untrusted SSL session server certificate.

option

-

Option

Description

allow

Allow the untrusted server certificate.

block

Block the connection when an untrusted server certificate is detected.

ignore

Always take the server certificate as trusted.

config https

Parameter

Description

Type

Size

client-cert-request

Action based on client certificate request.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

invalid-server-cert

Allow or block the invalid SSL session server certificate.

option

-

Option

Description

allow

Allow the invalid server certificate.

block

Block the connection when an invalid server certificate is detected.

ports

Ports to use for scanning (1 - 65535, default = 443).

integer

Minimum value: 1 Maximum value: 65535

sni-server-cert-check

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

option

-

Option

Description

enable

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, use the CN in the server certificate to do URL filtering.

strict

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, close the connection.

disable

Do not check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

status

Configure protocol inspection status.

option

-

Option

Description

disable

Disable.

certificate-inspection

Inspect SSL handshake only.

deep-inspection

Full SSL inspection.

unsupported-ssl

Action based on the SSL encryption used being unsupported.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

untrusted-server-cert

Allow, ignore, or block the untrusted SSL session server certificate.

option

-

Option

Description

allow

Allow the untrusted server certificate.

block

Block the connection when an untrusted server certificate is detected.

ignore

Always take the server certificate as trusted.

config imaps

Parameter

Description

Type

Size

client-cert-request

Action based on client certificate request.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

invalid-server-cert

Allow or block the invalid SSL session server certificate.

option

-

Option

Description

allow

Allow the invalid server certificate.

block

Block the connection when an invalid server certificate is detected.

ports

Ports to use for scanning (1 - 65535, default = 443).

integer

Minimum value: 1 Maximum value: 65535

sni-server-cert-check

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

option

-

Option

Description

enable

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, use the CN in the server certificate to do URL filtering.

strict

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, close the connection.

disable

Do not check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

status

Configure protocol inspection status.

option

-

Option

Description

disable

Disable.

deep-inspection

Full SSL inspection.

unsupported-ssl

Action based on the SSL encryption used being unsupported.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

untrusted-server-cert

Allow, ignore, or block the untrusted SSL session server certificate.

option

-

Option

Description

allow

Allow the untrusted server certificate.

block

Block the connection when an untrusted server certificate is detected.

ignore

Always take the server certificate as trusted.

config pop3s

Parameter

Description

Type

Size

client-cert-request

Action based on client certificate request.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

invalid-server-cert

Allow or block the invalid SSL session server certificate.

option

-

Option

Description

allow

Allow the invalid server certificate.

block

Block the connection when an invalid server certificate is detected.

ports

Ports to use for scanning (1 - 65535, default = 443).

integer

Minimum value: 1 Maximum value: 65535

sni-server-cert-check

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

option

-

Option

Description

enable

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, use the CN in the server certificate to do URL filtering.

strict

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, close the connection.

disable

Do not check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

status

Configure protocol inspection status.

option

-

Option

Description

disable

Disable.

deep-inspection

Full SSL inspection.

unsupported-ssl

Action based on the SSL encryption used being unsupported.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

untrusted-server-cert

Allow, ignore, or block the untrusted SSL session server certificate.

option

-

Option

Description

allow

Allow the untrusted server certificate.

block

Block the connection when an untrusted server certificate is detected.

ignore

Always take the server certificate as trusted.

config smtps

Parameter

Description

Type

Size

client-cert-request

Action based on client certificate request.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

invalid-server-cert

Allow or block the invalid SSL session server certificate.

option

-

Option

Description

allow

Allow the invalid server certificate.

block

Block the connection when an invalid server certificate is detected.

ports

Ports to use for scanning (1 - 65535, default = 443).

integer

Minimum value: 1 Maximum value: 65535

sni-server-cert-check

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

option

-

Option

Description

enable

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, use the CN in the server certificate to do URL filtering.

strict

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, close the connection.

disable

Do not check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

status

Configure protocol inspection status.

option

-

Option

Description

disable

Disable.

deep-inspection

Full SSL inspection.

unsupported-ssl

Action based on the SSL encryption used being unsupported.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

untrusted-server-cert

Allow, ignore, or block the untrusted SSL session server certificate.

option

-

Option

Description

allow

Allow the untrusted server certificate.

block

Block the connection when an untrusted server certificate is detected.

ignore

Always take the server certificate as trusted.

config ssh

Parameter

Description

Type

Size

inspect-all

Level of SSL inspection.

option

-

Option

Description

disable

Disable.

deep-inspection

Full SSL inspection.

ports

Ports to use for scanning (1 - 65535, default = 443).

integer

Minimum value: 1 Maximum value: 65535

ssh-algorithm

Relative strength of encryption algorithms accepted during negotiation.

option

-

Option

Description

compatible

Allow a broader set of encryption algorithms for best compatibility.

high-encryption

Allow only AES-CTR, AES-GCM ciphers and high encryption algorithms.

ssh-tun-policy-check

Enable/disable SSH tunnel policy check.

option

-

Option

Description

disable

Disable SSH tunnel policy check.

enable

Enable SSH tunnel policy check.

status

Configure protocol inspection status.

option

-

Option

Description

disable

Disable.

deep-inspection

Full SSL inspection.

unsupported-version

Action based on SSH version being unsupported.

option

-

Option

Description

bypass

Bypass the session.

block

Block the session.

config ssl

Parameter

Description

Type

Size

client-cert-request

Action based on client certificate request.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

inspect-all

Level of SSL inspection.

option

-

Option

Description

disable

Disable.

certificate-inspection

Inspect SSL handshake only.

deep-inspection

Full SSL inspection.

invalid-server-cert

Allow or block the invalid SSL session server certificate.

option

-

Option

Description

allow

Allow the invalid server certificate.

block

Block the connection when an invalid server certificate is detected.

sni-server-cert-check

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

option

-

Option

Description

enable

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, use the CN in the server certificate to do URL filtering.

strict

Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. If mismatched, close the connection.

disable

Do not check the SNI in the client hello message with the CN or SAN fields in the returned server certificate.

unsupported-ssl

Action based on the SSL encryption used being unsupported.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

untrusted-server-cert

Allow, ignore, or block the untrusted SSL session server certificate.

option

-

Option

Description

allow

Allow the untrusted server certificate.

block

Block the connection when an untrusted server certificate is detected.

ignore

Always take the server certificate as trusted.

config ssl-exempt

Parameter

Description

Type

Size

address

IPv4 address object.

string

Maximum length: 79

address6

IPv6 address object.

string

Maximum length: 79

fortiguard-category

FortiGuard category ID.

integer

Minimum value: 0 Maximum value: 255

id

ID number.

integer

Minimum value: 0 Maximum value: 512

regex

Exempt servers by regular expression.

string

Maximum length: 255

type

Type of address object (IPv4 or IPv6) or FortiGuard category.

option

-

Option

Description

fortiguard-category

FortiGuard category.

address

Firewall IPv4 address.

address6

Firewall IPv6 address.

wildcard-fqdn

Fully Qualified Domain Name with wildcard characters.

regex

Regular expression FQDN.

wildcard-fqdn

Exempt servers by wildcard FQDN.

string

Maximum length: 79

config ssl-server

Parameter

Description

Type

Size

ftps-client-cert-request

Action based on client certificate request during the FTPS handshake.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

https-client-cert-request

Action based on client certificate request during the HTTPS handshake.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

id

SSL server ID.

integer

Minimum value: 0 Maximum value: 4294967295

imaps-client-cert-request

Action based on client certificate request during the IMAPS handshake.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

ip

IPv4 address of the SSL server.

ipv4-address-any

Not Specified

pop3s-client-cert-request

Action based on client certificate request during the POP3S handshake.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

smtps-client-cert-request

Action based on client certificate request during the SMTPS handshake.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.

ssl-other-client-cert-request

Action based on client certificate request during an SSL protocol handshake.

option

-

Option

Description

bypass

Bypass the session.

inspect

Inspect the session.

block

Block the session.