Install Google Earth Proxy Server

Install Google Earth Proxy Server Rating: 4,6/5 8133 votes
  1. Install Google Earth Proxy Server

Dec 23, 2015. If your computer requires a configuration script or proxy server to access the internet then the new Import from Google Earth utility settings will require some. B) Using My Computer browse to the Irricad Pro folder where IRRICAD Version 14+ has been installed, commonly located in C: Program Files. Good day all, So as the title says I want to install Google Earth through the Bluecoat Proxy (ProxySG600) I have done the following: In your authentication layer, create a new rule and move it to.

I'm getting this error when I call a web service:

'The remote server returned an error: (407) Proxy Authentication Required'.

Earth

I get the general idea and I can get the code to work by adding

or by using DefaultCredentials in code. My problem is that the call to the web service works in production without this.

It seems like there is a non code solution involving Machine.config, but what is it? At the moment I can't get to the production box's machine.config file to see what that looks like. I tried updating my machine.config as follows, but I still get the 407 error.

chrischris

6 Answers

Seçkin DurgaySeçkin Durgay
Proxy

In following code, we don't need to hard code the credentials.

Romil Kumar JainRomil Kumar Jain

Check with your firewall expert. They open the firewall for PROD servers so there is no need to use the Proxy.

Thanks your tip helped me solve my problem:

Had to to set the Credentials in two locations to get past the 407 error:

and voila!

Michael Myers
Werner du ToitWerner du Toit

Probably the machine or web.config in prod has the settings in the configuration; you probably won't need the proxy tag.

Michael Myers
Oscar CabreroOscar Cabrero
Earth
mehmet eminmehmet emin

I had a similar proxy related problem. In my case it was enough to add:

KoturBKoturB

protected by CommunityApr 23 '15 at 0:22

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Not the answer you're looking for? Browse other questions tagged c#.netproxy-authenticationhttp-status-code-407machine-config or ask your own question.

I'm using google earth on a Linux. I need to go through a proxy to get to the internet so I start google-earth like this

And it works fine. However, I need need to pull a KML file from a server on an internal network that I cannot access through this proxy. This example is similar. When I then open the KML file that says 'pull from this server,' google-earth cannot find the server. If I start google-earth without setting http_proxy I can access the server but not the internet (so I can't pull google-earth data)

From what I've found I can't tell google-earth when to use the proxy selectively. The only solution I can think of is to forward a port that isn't 80, however I would like to avoid this if possible.

EDIT:It seems that google-earth ignores the no_proxy environmental variable.

devin
devindevin

1 Answer

Install Google Earth Proxy Server

This should do the trick.

Add whatever you need to the no proxy export line.

Disclaimer - I'm not sure if Google Earth respects the no_proxy variable or not.

Tim BrighamTim Brigham

Not the answer you're looking for? Browse other questions tagged proxygoogle-earth or ask your own question.