I am setting up an in-house Git server with a self-signed certificate for SSL.
How do I configure Visual Studio 2013 with Microsoft Git Provider to allow connections to projects with a self-signed certificate?
Visual Studio gives med the following error message:
"An error occurred. Detailed message: An error was raised by libgit2. Category = Net (Error).
An error occurred while sending the request."
When I use Fiddler to decode the SSL connection, everything works great.