If you need to use CommandBox behind a corporate proxy, these settings will be necessary for it to successfully connect to the Internet.
string
This is the URL of the proxy server on your network.
config set proxy.server=myProxy.comconfig show proxy.server
integer
This is the port to connect to on the proxy server.
config set proxy.port=9000config show proxy.port
string
This is the username to connect to the proxy server with, if required.
config set proxy.user=proxyUserconfig show proxy.user
string
This is the password to connect to the proxy server with, if required.
config set proxy.password=proxyPassconfig show proxy.password