-
Notifications
You must be signed in to change notification settings - Fork 673
proxy settings can break 'weave status' and friends #379
Comments
According to the curl man page, |
There is a well-known set of environment variables which would have to check and unset otherwise... |
With #388 proxy settings (i.e. environment variables) would be completely isolated, as the container the driver runs in will not inherit those, I believe. |
Is this fixed now that #388 is merged? |
should be fixed. but somebody should have a play. |
One concern I have is whether proxy settings could somehow leak into the weavexec container. After all, it's executing in the host netns and in privileged mode. |
The form of the 'proxy settings' alluded to in the original report is quite vague - are we talking solely about the |
The original user had So let's just leave it at that. Fixed by #388. |
A user was seeing
which turned out to be due to proxy settings.
Presumably the same problem arises with all other http interactions between the script and containers, such as
connect
and all the communication with weavedns.The text was updated successfully, but these errors were encountered: