Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy Support -- Add to user's guide #95

Open
GoogleCodeExporter opened this issue Jul 25, 2015 · 0 comments
Open

Proxy Support -- Add to user's guide #95

GoogleCodeExporter opened this issue Jul 25, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link
Contributor

If you are having trouble getting this tool to work from behind a http proxy, 
you might want to try setting the proxy options on the command line prior to 
launching the jar file. This information should be added to the User's Guide.  
I figured this out after reading: 
https://developers.google.com/gdata/articles/proxy_setup

Our corporate apps domain requires us to access our sites via https.  This 
example is for https with a proxy host name your-proxy-host.com, port 1080

java -Dhttps.proxyHost=your-proxy-host.com -Dhttps.proxy
Port=1080 -jar google-sites-liberation-1.0.4.jar

Tested on windows7

Original issue reported on code.google.com by [email protected] on 26 Sep 2012 at 10:30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant