adiday
New Contributor
‎09-01-2025
Last activity: Sep 2, 2025 4:43:42 AM
0 Profile 0% Complete
Most Liked Posts Recent Solutions
No Content Available

User Activity

Hi All, I have a user who uses FortiClient on iOS. For the past three months, they haven't been able to connect to the SSL VPN, receiving a 'VPN Authorization error: session expired' message. I've tested FortiClient on Android and Windows devices, an...
Dear All, I have custom datasets to calculate total bandwidth from SSL VPN users, the data is from Log Type Traffic :SELECTsrcip,dstip,user,service,sum(COALESCE(sentbyte, 0) + COALESCE(rcvdbyte, 0)) AS bandwidth,sum(COALESCE(rcvdbyte, 0)) AS traffic_...
Hello all, Need help to create custom datasets for Top Destinations from SSL VPN user and sorted by Bandwidth or session utilization. Anyone have ever try this? Please help, thank you.