Closed emanuele-f closed 3 years ago
In order to allow libcurl to use the system proxy settings, it is necessary to add the following line under the [Service] section of the systemd unit file:
libcurl
[Service]
EnvironmentFile=-/etc/environment
This is explained in https://github.com/coreos/bugs/issues/1507#issuecomment-239353353
Implemented. See https://github.com/ntop/ntopng/tree/dev/doc#using-ntopng-with-a-https-proxy
In order to allow
libcurl
to use the system proxy settings, it is necessary to add the following line under the[Service]
section of the systemd unit file:This is explained in https://github.com/coreos/bugs/issues/1507#issuecomment-239353353