Proxy option set within Vault and VaultGUIClient.exe.config

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
Tri
Posts: 288
Joined: Wed Dec 22, 2004 11:10 am

Proxy option set within Vault and VaultGUIClient.exe.config

Post by Tri » Fri Feb 04, 2005 11:30 am

Vault client 2.06

From within the client, Tool/ Option/ Network Settings, the proxy is set to "Use a manually configured proxy"

In C:\Program Files\SourceGear\Vault Client\VaultGUIClient.exe.config, there is <proxy usesystemdefault="true"/>

What would happen for the operations of Vault client and VS2003?

jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

Post by jeremy_sg » Fri Feb 04, 2005 2:21 pm

The manually configured proxy in the network options should always take precedence over the config file.

Tri
Posts: 288
Joined: Wed Dec 22, 2004 11:10 am

Post by Tri » Fri Feb 04, 2005 2:41 pm

jeremy_sg wrote:The manually configured proxy in the network options should always take precedence over the config file.
Q1. Please confirm that I can safely keep <proxy usesystemdefault="true"/> in the *.config file?

Q2. Does this rule still hold true for vault.exe.config which is used for the command line client Vault.exe?

jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

Post by jeremy_sg » Fri Feb 04, 2005 3:01 pm

Q1: Yes, that can be in the config file.

Q2: Probably not, the CLC is cross platform, so it doesn't read the proxy settings stored in the registry. You will need to specify the proxy in the vault.exe.config file.

Locked