When trying to import my SVN repo in Git, using the following command:
git svn clone -s https://xx.xx.xx.xxx/repo/iphone/project ./project
It runs for a long while and then finally craps out with the following error:
RA layer request failed: REPORT of '/repo/!svn/vcc/default': SSL negotiation failed: SSL error: parse tlsext (https://xx.xx.xx.xxx) at /usr/local/git/libexec/git-core/git-svn line 5091
Has anyone ever seen this problem?