So I have an old SVN, Visual SVN server, which I guess can only do TLS 1.0. My ubuntu machine got auto updated and now the command that I always ran to migrate my repo fails.
SubGit version 3.3.11 (‘Bobique’) build #4408
IMPORT FAILED
error: svn: E175002: SSL handshake failed: ‘The server selected protocol version TLS10 is not accepted by client preferences [TLS12]’
error: The server selected protocol version TLS10 is not accepted by client preferences [TLS12]
error: Unexpected error has occurred;
I assume that the system updated updated the openssl client? And subgit uses the openssl client?
Is there a way to configure subgit to have it use TLS10? Upgrading the svn server at this point is not really an option…
Thanks!