Hello all, We came across problems committing to our 2.0.6 repo which uses AD and serves over port 443. The bug we hit is exactly as per this one http://gnuwin32.sourceforge.net/summary.html
Did the same fix in ours (ie remove TLS support from the config file): ie In C:\Program Files\VisualSVN Server\conf\httpd.conf commented this line- #SSLProtocol -ALL +SSLv3 +TLSv1 and added this one- SSLProtocol -ALL +SSLv3 Restarted the Visual SVN server & all was OK. Just wanted to let you know a few people might be seeing this.