FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
HiralShah
Staff
Staff
Article Id 335724
Description This article describes how to enable only HTTP Administrative Access on the FortiGate interface.
Scope All FortiGate firmware.
Solution
  1. Unable to select only HTTP as administrative access on FortiGate:

Picture1.png 

To resolve this issue, go to GUI -> System -> Settings and Disable 'Redirect to HTTPS', or via CLI:
 

Picture2.png

 

CLI:


config sys global

    set admin-https-redirect disable
end

  

  1. After disabling 'Redirect to HTTPS', there is no option to select HTTP on the interface settings.

    Picture3.png 

  2. Enter the following commands:

 

config system interface

Test (interface) # edit port1

Test (port1) # show

config system interface

    edit "port1"

        set vdom "root"

        set ip 10.9.11.43 255.255.240.0

        set allowaccess ping https ssh telnet fgfm

        set type physical

        set snmp-index 1

    next

end

Test (port1) # set allowaccess http

Test # end

 

Picture4.png

 

Now it should be possible to access FortiGate using an HTTP port.