Created on
‎12-29-2023
05:00 AM
Edited on
‎10-16-2024
06:10 AM
By
Stephen_G
Description | This article describes how to fix an issue related to Virtual Servers after upgrading to FortiOS 7.2.6 or 7.4.1. |
Scope | FortiOS 7.2.6, 7.4.1. |
Solution |
After upgrading to FortiOS 7.2.6 or 7.4.1, if the 'ssl-mode' of the Virtual Servers configuration is set to 'full', the Virtual Servers may not work properly. Below is an example where Virtual Servers are configured with 'ssl-mode full':
config firewall vip set type server-load-balance set server-type https set extip <IP_address> set extintf "any" set http-ip-header enable set monitor <Name_of_the_health_check_monitor> set color 9 set ldb-method least-session set persistence http-cookie set extport 443 config realservers next
In order to fix the issue, execute the following commands on the Virtual Servers which are not working properly:
config firewall vip next
After executing the above commands, the issue with Virtual Servers should not be present anymore.
The 'server-type' defines the protocol to be load balanced by the virtual server. When 'server-type' is set as HTTPS, only the HTTPS sessions with the destination port number that matches the Virtual Server Port setting are load balanced.
More information can be found in the following documents: |