Developping in .NET with VAULT 4.0.4.
We have internal and external developpers and to minimize load on the server we have been trying vault with SSL remote access and SSL off for internal access.
The problem is that the bindings contain the SSL configuration
<SccAuxPath>http:...
OR
<SccAuxPath>https:...
This lead to changing the value of "SccAuxPath" all the time in the CSPROJ when the solution is opened from changing location (remote or local).
That leaves us to only once choice: using SSL all the time.
I have no solution to propose, but is it mandatory for your client to contain the prefix HTTPS or HTTP?
Could this work ? : <SccAuxPath>[IP or URL Suffix]/VaultService</SccAuxPath>
SSL for HTTPS Remote vs Local no SSL, VS2005 VAULT 4.0.4
Moderator: SourceGear
-
- Posts: 3
- Joined: Mon Nov 12, 2007 11:07 am