Shadow Folders out of sync trust relationship?

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

Moderator: SourceGear

Post Reply
onovotny
Posts: 33
Joined: Fri Mar 19, 2004 9:54 am

Shadow Folders out of sync trust relationship?

Post by onovotny » Tue Aug 17, 2004 1:34 pm

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

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

Post by jclausius » Tue Aug 17, 2004 3:06 pm

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.
Jeff Clausius
SourceGear

onovotny
Posts: 33
Joined: Fri Mar 19, 2004 9:54 am

Post by onovotny » Tue Aug 17, 2004 3:34 pm

Okay, the cert was for *.novotny.org rather than novotny.org so it was getting an error. I can just cname vault.novotny.org for it instead so it'll match the certificate pattern.

Thanks,
--Oren

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

Post by jclausius » Tue Aug 17, 2004 3:43 pm

Oren:

One other thing. We improved Shadow Folder quite a bit in the Vault 2.0.5 server ( plus added better logging when things do go wrong ).

From a trouble shooting standpoing, you may want to consider Vault 2.0.5 for your Shadow Folder needs.
Jeff Clausius
SourceGear

onovotny
Posts: 33
Joined: Fri Mar 19, 2004 9:54 am

Post by onovotny » Tue Aug 17, 2004 3:56 pm

Already done :)

Post Reply