Code: Select all
GET /sgdav/wd.ashx/site/repository/ HTTP/1.1
Host: www.sirius.ch
Accept: */*
Authorization: Basic xxxxxxxxxxxxxxxxxxxxxxxxxxx
RESPONSE:
HTTP/1.1 500 Internal Server Error
Date: Mon, 14 Sep 2009 14:46:14 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Length: 0
Code: Select all
RESPONSE:
HTTP/1.1 200 OK
Date: Mon, 14 Sep 2009 14:48:11 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Type: text/html
Content-Length: 1623
<html><head><title>Vault WebDAV Sanity Check</title></head><body>\r\n
<strong>Request URI: </strong>http://server:80/sgdav/wd.ashx/site/repository/SanityCheck<br /><strong>Vault/Fortress server: </strong>server<br /><strong>Vault/Fortress repository: </strong>repository<br /><strong>Vault credentials: </strong>user/***********<br /><strong>Working folder: </strong>G:\WINDOWS\Temp\sgvault<br /><strong>Login failed: </strong>Access is denied.
<br /><pre>
at System.Security.Cryptography.CryptographicException.ThrowCryptogaphicException(Int32 hr)
at System.Security.Cryptography.Utils._CreateCSP(CspParameters param, Boolean randomKeyContainer, SafeProvHandle& hProv)
at System.Security.Cryptography.Utils.CreateProvHandle(CspParameters parameters, Boolean randomKeyContainer)
at System.Security.Cryptography.RSACryptoServiceProvider.get_PersistKeyInCsp()
at System.Security.Cryptography.RSACryptoServiceProvider.set_PersistKeyInCsp(Boolean value)
at VaultLib.VaultUserCrypt.EncryptPassword(String strUnencryptedPassword, Byte[] publicKey, Byte[] exponent, String& strEncryptedPassword, String& strRMKey)
at VaultClientNetLib.VaultConnection.Login(String strURLBase, String strUserLogin, String strPassword)
at VaultClientOperationsLib.ClientInstance.Login(String urlbase, String username, String password)
at sgdav.utils.vaultLogin(String url, String user, String password, String repository, String& savedCachePath)
at sgdav.SanityCheck.check(String uri, String user, String password, TextWriter textoutput)</pre>
</body></html>