Question
FortiClient 7.4.3 on Ubuntu 24.04 - Error in confighandler
Hi,
I'm trying to run FortiClient 7.4.3 in a Docker container based on Ubuntu 24.04
All goes well with the installation, all dependencies are resolved, but when I try to run
forticlient vpn edit vpn_nameI receive the error:
Failed to get response from confighandler
Here is my Dockerfile:
FROM ubuntu:24.04 RUN apt-get update -y && apt-get upgrade -y && apt-get install -y sudo libayatana-appindicator3-1 libnspr4 libnss3 libx11-xcb1 libxss1 libsecret-1-0 libnss3-tools iptables COPY forticlient_vpn_7.4.3.1736_amd64.deb . RUN dpkg -i forticlient_vpn_7.4.3.1736_amd64.deb && apt install -f CMD /bin/bash
When I run confighandler:
/opt/forticlient/confighandler
It doesn't get any error, but also doesn't respond with anything.
Anyone can help, please.
