Package Details: forticlient-vpn 7.4.3.1736-1

Git Clone URL: https://aur.archlinux.org/forticlient-vpn.git (read-only, click to copy)
Package Base: forticlient-vpn
Description: Build through the official package of FortiClient VPN only
Upstream URL: https://www.fortinet.com/support/product-downloads
Keywords: FortiClient Fortinet VPN
Licenses: custom:fortinet
Conflicts: forticlient
Provides: FortiClient, fortivpn
Submitter: douglasimcabral
Maintainer: Meowser
Last Packager: Meowser
Votes: 18
Popularity: 0.24
First Submitted: 2020-09-05 13:48 (UTC)
Last Updated: 2025-04-03 03:33 (UTC)

Pinned Comments

douglasimcabral commented on 2022-11-10 15:37 (UTC) (edited on 2023-03-10 00:41 (UTC) by douglasimcabral)

Community,

The Fortinet provides two products, "FortiClient EMS" and "FortiClient VPN only". This package only correspond to "FortiClient VPN only" and your lastest version is 7.0.7.0246 at 03-09-2023.

If you are interested in "FortiClient EMS", I suggest following the AUR package 'forticlient' [https://aur.archlinux.org/packages/forticlient]

Latest Comments

1 2 3 4 5 6 .. 11 Next › Last »

Markus.N commented on 2025-12-16 16:24 (UTC) (edited on 2025-12-18 02:56 (UTC) by Markus.N)

I'm also experiencing the issue about the missing libcertd.so. I have examined the downloaded .deb file, and in fact, libcertd.so is not in it. Has anyone tried to contact Fortinet about this? Eventually, they're the only ones who can provide a fixed current package. Or is there another trustworthy source where I can get the .so from?

Edit: After a bit of research, I found out that Ubuntu users (who the .deb seems to be made for) are also facing this issue. So to me it looks like it's really caused by an incomplete .deb, and not by this AUR package.

Razor254 commented on 2025-09-25 04:36 (UTC)

enable IPSec, as per numerous comment i suspect there is a package missing

chrisqq commented on 2025-08-26 16:46 (UTC)

Hi,

Does this not support ipsec? It's weird because when I click new connectionf or the first time I see ipsec as an option for a fraction of a secodn before it consolidates to ssl-vpn and xml only.

Kapwee commented on 2025-07-16 13:19 (UTC)

gofree commented on 2025-04-03 09:28 (UTC)

Thanks for updating the package, I noticed strange ( perhaps ) new behaviour. After connecting to vpn the window closes ( it didnt in previous version ) , still works, but sometimes I forget im connected to vpn ( as the tray is not working in gnome ). DO you have the same behaviour - can it be configured ?

I found a way to configure this. The config file /var/lib/forticlient/config.db is an SQLite database and can be opened with:

sudo sqlite3 /var/lib/forticlient/config.db

To prevent the window from closing after connection, you can execute this query:

update vpn set value = false where config = 'options.minimize_window_on_connect';

benz commented on 2025-07-02 13:01 (UTC)

libappindicator-gtk3 should be added as a dependency.

itaranto commented on 2025-06-10 20:09 (UTC) (edited on 2025-06-10 20:10 (UTC) by itaranto)

Why there's a gigantic .install file? Is this actually required?

I'm reluctant to install a package that requires such a huge script.

enricocovili commented on 2025-06-04 11:24 (UTC)

This package is currently not working as described by other users. As a temporary fix you can use the same PKGBUILD with an older version of forticlient-vpn. I used this: https://github.com/purfectliterature/forticlient_vpn/releases/tag/7.2.1.0700 Remember to change the sha256sum accordingly.

benz commented on 2025-05-21 11:42 (UTC)

I'm facing the same issue as idrisakintobi in the comments below, where popups are not showing up. HOWEVER... it WAS working on my machine before. I reinstalled my arch though and ever since, the dialogs are not showing up anymore. Before, they'd also show up when connecting via cli.

I suppose there is some GUI dependency missing... may that be?

Using the GUI is impossible without the dialogs being shown.

ni.mou commented on 2025-05-20 07:18 (UTC) (edited on 2025-05-20 07:26 (UTC) by ni.mou)

Same experience here.

I’d like to take this opportunity to thank the maintainers for this package.


@Maverick.Cheung a commenté le 2025-05-03 00:43 (UTC)

After update to 7.4.3.1736-1, it failed at startup:

[2025-05-03 08:36:28.436] [info]  Failed to add libcertd.so: Error: Command failed: /usr/bin/modutil -add "FortiClient ZTNA" -dbdir sql:/home/maverick/.pki/nssdb -libfile /opt/forticlient/libcertd.so -force
ERROR: Failed to add module "FortiClient ZTNA". Probable cause : "/opt/forticlient/libcertd.so: cannot open shared object file: No such file or directory".