After adding some new folders and projects via both the the Vault GUI and VS Integration, the shadow folder is no longer getting updated.
The sgvault.log shows this:
Exception in plugin thread : The underlying connection was closed: Could not establish trust relationship with remote server.
----17-Aug-04 2:32:33 PM osn--192.168.1.1(192.168.1.1)--SSL Enabled
Exception in plugin thread : The underlying connection was closed: Could not establish trust relationship with remote server.
----17-Aug-04 2:32:43 PM osn--192.168.1.1(192.168.1.1)--SSL Enabled
Exception in plugin thread : The underlying connection was closed: Could not establish trust relationship with remote server.
----17-Aug-04 2:37:39 PM osn--192.168.1.1(192.168.1.1)--SSL Enabled
It was working this morning... What would cause this and how can I fix it?
Thanks,
--Oren
Shadow Folders out of sync trust relationship?
Moderator: SourceGear
Oren:
The error message suggests something the SSL certificate is being rejected.
- Did you configure Shadow Folders to communicate with Vault via SSL? (See Shadow Folder's web.config file for the shadowfolder_vaultserver Xml element)
Some different things to try:
- Take note of the shadowfolder_login element in Shadow Folder's web.config. With the GUI Vault client, try to log into the Vault server over SSL. Are you prompted with an SSL error message of some type?
- Try to browse to the the value in shadowfolder_vaultserver (tack on VaultService.asmx). Do you get any type of SSL warning by your browser (cert expired, machine names do not match, etc)?
- - Is the Vault server only listening on https? Can you also use http?
If so, you could also modify Vault Shadow Folder's web.config shadowfolder_vaultserver to use standard http.
The error message suggests something the SSL certificate is being rejected.
- Did you configure Shadow Folders to communicate with Vault via SSL? (See Shadow Folder's web.config file for the shadowfolder_vaultserver Xml element)
Some different things to try:
- Take note of the shadowfolder_login element in Shadow Folder's web.config. With the GUI Vault client, try to log into the Vault server over SSL. Are you prompted with an SSL error message of some type?
- Try to browse to the the value in shadowfolder_vaultserver (tack on VaultService.asmx). Do you get any type of SSL warning by your browser (cert expired, machine names do not match, etc)?
- - Is the Vault server only listening on https? Can you also use http?
If so, you could also modify Vault Shadow Folder's web.config shadowfolder_vaultserver to use standard http.
Jeff Clausius
SourceGear
SourceGear