FortiProxy
FortiProxy provides enterprise-class protection against internet-borne threats and Advanced Web Content Caching
AlexC-FTNT
Staff
Staff
Article Id 206839

Description

 

This article describes a CLI config change implemented in FortiProxy 2.0.8.

 

Scope

 

FortiProxy.

 

Solution

 

If required, IP-based URL rating can be disabled for SSL-exemption and proxy-address objects.

By default, IP-based URL rating is enabled.

 

Use the following CLI commands:

 

config web-proxy global
    set address-ip-rating disable
end


(See the release notes here.)

 

Solution

 

Configuration can be changed through the following configuration options:

 

config firewall profile-protocol-options
   edit 'your_proxy_profile_name'
       config http
           set address-ip-rating disable
end

config firewall ssl-ssh-profile
    edit 'deep_inspection_profile_used'
        set ssl-exemption-ip-rating disable
    next
end