Allow Proxy
JFrog Connect allows edge devices that are connected to the network through a proxy to communicate with Connect servers.
Environment="http_proxy=<PROTO>://<PROXY ADDRESS>:<PROXY PORT>"
Environment="https_proxy=<PROTO>://<PROXY ADDRESS>:<PROXY PORT>"System information as of <last change date>
[Unit]
Description=JFrog Connect service
After=network.target
StartLimitIntervalSec=0
[Service]
Environment="http_proxy=<PROTO>://<PROXY ADDRESS>:<PROXY PORT>"
Environment="https_proxy=<PROTO>://<PROXY ADDRESS>:<PROXY PORT>"
Type=simple Restart always
RestartSec=5
StartLimitBurst=5
User=root
ExecStart=/etc/connect/service/ConnectAgent
[Install]
WantedBy=multi-user.targetWhat’s Next?
Was this helpful?

