Unable to checkout svn repositories
Posted
by
lucaghera
on Ask Ubuntu
See other posts from Ask Ubuntu
or by lucaghera
Published on 2013-07-01T08:36:12Z
Indexed on
2013/07/01
10:29 UTC
Read the original article
Hit count: 1923
I have an ubuntu 12.04 machine were apache2 is set up with SSL certificates. In the same machine there is a SVN server.
It all worked great till the update to 12.04.
Now I'm able to access the svn via a web-browser and also by using an eclipse plugin (subversive), but I'm not able to access the svn via command line.
When I try to check out a repo from a Mac Os X client it returns:
svn: E120171: Unable to connect to a repository at URL 'https://IP/svn/repo_name'
svn: E120171: Error running context: An error occurred during SSL communication
If I try to check out a repo from an Ubuntu client it returns:
svn: OPTIONS of 'https://IP/svn/repo_name': SSL handshake failed: SSL error: A TLS warning alert has been received. (https://IP)
© Ask Ubuntu or respective owner