FortiProxy
FortiProxy provides enterprise-class protection against internet-borne threats and Advanced Web Content Caching
duenlim
Staff
Staff
Article Id 352068
Description The article describes an error message '-23:Entry' is used when configuring port 80 for HTTP port in Explicit Proxy
Scope FortiProxy v7.0.x and v7.2.x.
Solution

The error messages pop up as follows when configuring port 80 for HTTP port via WebUI or CLI Console in Proxy Settings -> Explicit Proxy:

 

FortiProxy_WebProxyPort80_EntryIsUsed.png

 

FortiProxy_WebProxyPort80_EntryIsUsed_CMD.png

 

Change the admin port to another port via the CLI console and Port 80 is successfully configured for the HTTP port:

 

config system global
(global)# show full | grep port
    set admin-port 80
    set admin-sport 443
    set admin-ssh-port 22

(global)# set admin-port 8800
(global)# end

 

config web-proxy explicit-proxy
    edit web-proxy
(web-proxy) # set http-incoming-port 80
web-proxy) # end

 

FortiProxy_WebProxyPort80_Successful.png

 

Related document:

Create or edit an explicit proxy

 

Contributors