This content has been marked as final.
Show 2 replies
-
1. Re: http proxies in the CDK 2.1?
jaspreet2201 Sep 1, 2016 2:51 AM (in response to nicholasselleh)Please have a look to the kbase : https://access.redhat.com/solutions/2338971
-
2. Re: http proxies in the CDK 2.1?
lalatendum Sep 28, 2016 4:43 PM (in response to jaspreet2201)Hi,
We have added proxy support in CDK 2.2. Inorder to use proxy, please set environment variables as below and then do "vagrant up"
For Linux/OSX/Windows Cygwin
export PROXY="<proxy_server>:<port>"
export PROXY_USER="foo"
export PROXY_PASSWORD="mysecretpass"
We expect that the workstation configured for proxy and the shell you are using to do "vagrant up" can reach internet.