This section describes how to configure the SSL offloading profile on the CLI.
For the preceding import operations, see Configuring PKI-CLI.
ssl-profile [ ssl-profile-id ] ssl-profile-name
description description-string
server-certificate server-certificate-name
You can specify only one SSL server certificate for each SSL offloading profile.
If SSL offloading is performed on the firewall and the local certificate of the server is issued by a multi-level CA, you need to import both the local certificate and the multi-level CA certificate to the firewall. After the local certificate is referenced, the firewall sends the local certificate and CA certificate chain to the client. The client uses the complete CA certificate chain to verify the validity of the local certificate. Otherwise, a certificate security alarm or connection failure may occur during SSL handshake due to the lack of a complete certificate chain.
ssl-version { tls1.0 | tls1.1 | tls1.2 } *
TLS 1.0 and TLS 1.1 have security risks. TLS 1.2 and higher versions are recommended.
ssl-algorithm { medium | high | ssl-algorithm-string }
Set the maximum number of cached SSL sessions.
session-cache number cache-num
Set a timeout period for cached SSL sessions.
session-cache timeout cache-time
When configuring server load balancing, if SSL offloading is required, you must run the protocol https command and then the ssl profile ssl-profile-name command to reference the SSL offloading profile configured here. For details, see Configuring a Virtual Service.
As server certificates are applied for based on domain names, one domain name corresponds to one certificate. The SSL offloading profile can reference only one certificate. Therefore, one virtual server address (domain name) can correspond to only one SSL offloading profile. If there are multiple virtual server addresses for SSL offloading, configure multiple virtual servers.
One SSL offloading profile can be referenced by multiple virtual servers.
To allow clients to access intranet servers, you must configure a security policy for access from the Untrust zone to the security zone of the real server with the destination address being the virtual server address, service being https, and action being permit.