When using a a transparent vdom and an identity based policy to authenticate users on non standard ports (i.e. when users are using the explicit proxy on port 8080) it is neccessary to change the ports the Fortigate expects http https and ftp traffic.
These commands are for each vdom.
config user setting
config auth-ports
edit 1
set port 8080set type http
next
edit 2
set port 8080
set type https
next
edit 3
set type ftp
set port 8080
next
end
end
Leave a Reply