You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configure-proxy.sh script adds a superfluous "/tmp/" prefix
to the proxy file paths:
```
HTTP_PROXY_FILE="/tmp/capi/etc/http-proxy"
HTTPS_PROXY_FILE="/tmp/capi/etc/https-proxy"
NO_PROXY_FILE="/tmp/capi/etc/no-proxy"
ENVIRONMENT_FILE="/tmp/etc/environment"
```
For this reason, the proxy settings are not applied correctly.
We'll fix the issue by simply removing the "/tmp/" prefix.
Fixes: #125
0 commit comments