Commit 69539b49d94cd2ef07d3cc1ea45c2b6201035798

Authored by Antonio Terceiro
1 parent 7214a113

try forcing proxy for https as well

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
proxy.sh
... ... @@ -15,6 +15,7 @@ fi
15 15  
16 16 cat > /etc/profile.d/http_proxy.sh<<EOF
17 17 export http_proxy='$http_proxy'
  18 +export https_proxy='$http_proxy'
18 19 export HTTP_PROXY='$http_proxy'
19 20 EOF
20 21  
... ...