rsaw4

Results 1 comments of rsaw4

works for me (key thing being https proxy pointing to http address, also unsetting CA bundle): ``` export HTTP_PROXY=http://redactedhost:redactedport export http_proxy=http://redactedhost:redactedport export HTTPS_PROXY=http://redactedhost:redactedport export https_proxy=http://redactedhost:redactedport export AWS_REGION=ap-southeast-2 export AWS_PROFILE=LIQ unset...