Skip to content

Instantly share code, notes, and snippets.

@chrisboulton
Created July 2, 2013 06:58
Show Gist options
  • Save chrisboulton/5907249 to your computer and use it in GitHub Desktop.
Save chrisboulton/5907249 to your computer and use it in GitHub Desktop.
Specify a HTTPS proxy for Idera ServerBackup license activation
# add this to your environment in one way or another
# (a good place may be /etc/init.d/cdp-server)
# adjust where necessary.
export _JAVA_OPTIONS="-Dhttp.proxyHost=my.proxy.server -Dhttp.proxyPort=8888 -Dhttps.proxyHost=my.proxy.server -Dhttps.proxyPort=8888"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment