Created
July 2, 2013 06:58
-
-
Save chrisboulton/5907249 to your computer and use it in GitHub Desktop.
Specify a HTTPS proxy for Idera ServerBackup license activation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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