As shown in Figure 1, the FW serves as the enterprise gateway at the border of the enterprise network. The enterprise attempts to regulate employees' Internet access behavior and forcibly enable safe search on their search requests.
Note that over 100 common server CA certificates have been preset on the FW by default, which can be used to verify most server certificates. Generally, these default CA certificates are enough and you do not need to import other CA certificates. In some cases, however, if the preset CA certificates cannot verify the peer server certificates, you need to import other CA certificates. This section describes how to import a CA certificate as a configuration step.
Click
of GE0/0/1 and set the parameters as follows.
Zone |
untrust |
|---|---|
IPv4 |
|
IP Address |
1.1.1.1/24 |
According to the previous steps, add GE0/0/2 to the Trust zone.
Set the parameters as follows for interface GE0/0/2 and use default values for other parameters:
Zone |
trust |
|---|---|
IPv4 |
|
IP Address |
10.3.0.1/24 |
For HTTP search requests, you need to configure a TCP proxy policy.
According to the URL log (), the results of employees' search requests are filtered by search engines after the device adds the safe search parameter to the search request. Log information with the rule type being Safe search in the URL filtering profile is matched. For example:

# app-proxy built-in-ca trust filename ssl-server-ca app-proxy ca trust filename server_ca.cer # pki entity ssl-server-ca common-name ssl-server-ca fqdn www.example.com locality Trust Network country CN # interface GigabitEthernet0/0/1 undo shutdown ip address 1.1.1.1 255.255.255.0 # interface GigabitEthernet0/0/2 undo shutdown ip address 10.3.0.1 255.255.255.0 # firewall zone trust set priority 85 add interface GigabitEthernet0/0/2 # firewall zone untrust set priority 5 add interface GigabitEthernet0/0/1 # profile type url-filter name profile_safe_search category pre-defined control-level medium safe-search enable # security-policy rule name secpolicy-trust2untrust source-zone trust destination-zone untrust source-address 10.3.0.1 mask 255.255.255.0 service http service https profile url-filter profile_safe_search action permit # proxy-policy rule name proxy-safesearch source-zone trust destination-zone untrust source-address 10.3.0.1 mask 255.255.255.0 service http action tcp-proxy # profile type decryption name Profile_safesearch detect type outbound # decryption-policy rule name Policy_safesearch source-zone trust destination-zone untrust source-address 10.3.0.1 mask 255.255.255.0 service https action decrypt profile Profile_safesearch # return