Error Accessing Server On Non-Standard Port With CLI Client

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
Veryth
Posts: 3
Joined: Wed Jul 21, 2004 4:20 pm

Error Accessing Server On Non-Standard Port With CLI Client

Post by Veryth » Wed Jul 21, 2004 4:26 pm

I need to run my Vault server on a non-standard port (not port 80) and everything works fine from within the GUI client and in Visual Studio. I just specified the host as "hostname:port" and everything worked great... except for the command-line client. When I try to connect through the CLI client, I get the following error.

------
The connection to the server failed: server cannot be contacted or uses a protocol that is not supported by this client. Invalid URI: The hostname could not be parsed.
------

Any ideas?

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Wed Jul 21, 2004 9:20 pm

What version of Vault are you running? Make sure you are on at least Vault 2.0.3 or 2.0.4.

What does your -SERVER or -HOSTNAME parameter look like?

It should look like the following:

vault.exe LISTREPOSITORIES -user some_user -password some_pwd -host machine:port
Jeff Clausius
SourceGear

Post Reply