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
I'm trying to get backups to S3 working via a http proxy, unfortunately it seems there is a parsing bug or missing feature for use with addresses. if I set the following:
http_proxy=http://[::1]:8888
Then I get:
http_proxy environment variable does not specify a port, using default
And the connection fails.
This configuration works with other software like curl.
The text was updated successfully, but these errors were encountered:
I can use a v4 address and I don't get the error message.
The trouble is of course that my http proxy only has v6 reachable from where wal-e is being run. I have jut tried proxying my proxy as a potential work around curl is fine with it wal-e is seemingly not amused and hangs.
wal-g seems to be happier being proxied so I think I'll just give that a try.
I'm trying to get backups to S3 working via a http proxy, unfortunately it seems there is a parsing bug or missing feature for use with addresses. if I set the following:
Then I get:
And the connection fails.
This configuration works with other software like curl.
The text was updated successfully, but these errors were encountered: