Can anyone help us discern what we're doing wrong? Here's what we're getting when we try and use the command line for Vault.
The following command:
vault get $/Merchantcapture -user bwagner -host ibsech -repository "Merchant Capture" -ssl
returns the following error:
<vault>
<error>
The connection to the server failed: server cannot be contacted or uses a protocol that is not supported by this client. Unable to connect to https://ibsech/VaultService. No server was found at the specified URL. Please verify your network settings using the Options dialog under the Tools menu in the Vault GUI Client. Web Exception: The underlying connection was closed: Unable to connect to the remote server.
</error>
<exception>
System.Exception: The connection to the server failed: server cannot be contacted or uses a protocol that is not supported by this client. Unable to connect to https://ibsech/VaultService. No server was found at the specified URL. Please verify your network settings using the Options dialog under the Tools menu in the Vault GUI Client. Web Exception: The underlying connection was closed: Unable to connect to the remote server.
at VaultCmdLineClient.VaultCmdLineClient.Login(Boolean bAllowAuto, Boolean bSaveSession)
at VaultCmdLineClient.VaultCmdLineClient.ProcessCommandGet(ArrayList strItemArray)
at VaultCmdLineClient.VaultCmdLineClient.ProcessCommand(Args curArg)
at VaultCmdLineClient.VaultCmdLineClient.Main(String[] args)
</exception>
<result success="no" />
</vault>
Problem using the command line
Moderator: SourceGear