Technical Tip: IPsec tunnels not connecting after upgrade to v7.6.5 or above
| Description | This article describes issues with IPsec tunnels after upgrading to v7.6.5 or above from any of the older versions. |
| Scope | FortiOS v7.6.5 or above. |
| Solution | After upgrading to version 7.6.5 or above from any of the older versions, users with IPsec tunnels may experience issues with establishing these tunnels.
In FortiClient, it will be showing below error while connecting:
When running the IKE debug on one of the impacted tunnels, and if the following error message is seen:
2025-12-15 17:11:09.447240 ike V=root: Negotiate ISAKMP SA Error:
If the protocol used is IKEv2, the following error message is seen:
ike V=root:0:XXXXXXXXXXXXX/0000000000000000:109: no proposal chosen
In FortiGate VPN event logs, the following logs will be seen:
date=2026-02-25 time=17:06:22 eventtime=1772019381483532813 tz="+0530" logid="0101037128" type="event" subtype="vpn" level="error" vd="root" logdesc="Progress IPsec phase 1" msg="progress IPsec phase 1" action="negotiate" remip=10.5.145.161 locip=10.5.135.146 remport=500 locport=500 outintf="port1" srccountry="Reserved" cookies="af716336b1e68448/0000000000000000" user="10.5.145.161" group="N/A" useralt="N/A" xauthuser="N/A" xauthgroup="N/A" assignip=N/A vpntunnel="N/A" status="failure" init="remote" mode="aggressive" dir="inbound" stage=1 role="responder" result="ERROR" fctuid="N/A" advpnsc=0
In this scenario, check the DH group values under the Phase 1 and Phase 2 configurations and ensure they match.
This change can affect tunnels negotiated with peers on older FortiOS versions that are still using legacy defaults (DH group 14 and 5).
Notes:
diagnose vpn ike log filter rem-addr4 <Remote_Peer_IP>
To stop the debugging:
diagnose sniffer packet any "host <Remote_Peer_IP> and port (500 or 4500)" 4 0 l
Press Ctrl + C to stop the sniffer. |


