Using webproxy-forward sometimes get errors "Site can't be reached. ERR_CONNECTION_CLOSED"
Hi,
I am using Transparent web proxy forwarding topology in dedicated VDOM like here https://community.fortinet.com/t5/FortiGate/Technical-Tip-Transparent-web-proxy-forwarding/ta-p/190343
I use just simple one policy with "webproxy-forward" to external proxy server.
config firewall policy
edit 1
set name "Access through EDU proxy"
set uuid fa0c4c6a-03b0-51ec-cbe7-600564e233d1
set srcintf "VicSmart1"
set dstintf "VicSmart20"
set action accept
set srcaddr "all"
set dstaddr "all"
set schedule "always"
set service "HTTPS" "HTTP" "Proxy_port_8080"
set inspection-mode proxy
set ssl-ssh-profile "certificate-inspection"
set webproxy-forward-server "EDU_Proxy"
set nat enable
next
end
Works fine but if I open many sites at the same time I get the errors "Site can't be reached" with ERR_CONNECTION_CLOSED sometimes. Just need to refresh and all good, site is open.
Maybe it is because traffic in my case comes in through VDOM interlink (root -> VDOM) and goes out through another VDOM interlink (VDOM -> root) and I have a vdom interlinks performance issue.
Any help would be appreciated.
