Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Subversion: SSL handshake failed: Secure connection truncated

  1. #1
    Join Date
    Sep 2007
    Location
    BC, Canada
    Beans
    132
    Distro
    Ubuntu 12.04 Precise Pangolin

    Subversion: SSL handshake failed: Secure connection truncated

    Hi all,

    I'm having a problem with Subversion. When I try an "svn up" it gives me this error message:

    SSL handshake failed: Secure connection truncated

    I'm running Ubuntu 10/4 but I also had this problem with 9/10. Does anyone know what this error message means? It appears to be an SSL problem but it's not clear to me what exactly the problem is.

    I do not have this problem with svn on my other office computer, nor my home computer.

    FYI, I'm running subversion on the Regina project. The full error message is this:

    Code:
    svn up
    svn: OPTIONS of 'https://regina.svn.sourceforge.net/svnroot/regina/branches/4-manifolds': SSL handshake failed: Secure connection truncated (https://regina.svn.sourceforge.net)
    Although I don't think there's anything specific to Regina about this svn problem, as I mentioned, I can "svn up" from home, or from my other office computer.
    Last edited by rybu; June 17th, 2010 at 12:01 AM. Reason: incomplete!

  2. #2
    Join Date
    Sep 2007
    Location
    BC, Canada
    Beans
    132
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Subversion: SSL handshake failed: Secure connection truncated

    Is there a more appropriate forum for this question?

    thanks

  3. #3
    Join Date
    Jun 2010
    Beans
    1

    Re: Subversion: SSL handshake failed: Secure connection truncated

    +1

    I have the same problem following and upgrade from 8.04 lts to 10.04 lts

  4. #4
    Join Date
    Sep 2007
    Location
    BC, Canada
    Beans
    132
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Subversion: SSL handshake failed: Secure connection truncated

    Interesting. It appears to be an intermittent problem. I'm still not sure what the source of the problem is. Does anyone know how to get additional information on what might or might not be going on?

    Last week the SSL problem went away (for no reason I can discern). I had not updated any software. Nothing had changed as far as I can tell.

    My svn connections to the same Regina project work fine from home, and from my other office computer. It just doesn't work consistently from my "main" office computer. svn isn't working today on my main office computer. It worked fine sometime last week, but it also wasn't working earlier last week.

    I'm not sure how to determine what the bug is.
    Last edited by rybu; June 24th, 2010 at 08:52 PM.

  5. #5
    Join Date
    Sep 2007
    Location
    BC, Canada
    Beans
    132
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Subversion: SSL handshake failed: Secure connection truncated

    It no longer seems intermittent. I haven't been able to do a successful svn up in over a month.

  6. #6
    Join Date
    Dec 2006
    Beans
    7

    Re: Subversion: SSL handshake failed: Secure connection truncated

    Same exact problem here after updating from 8.10 to 10.04. Will post answer here if I find it.

  7. #7
    Join Date
    Dec 2006
    Beans
    7

    Re: Subversion: SSL handshake failed: Secure connection truncated

    Quote Originally Posted by StrikerNL View Post
    Same exact problem here after updating from 8.10 to 10.04. Will post answer here if I find it.
    Well that was fairly easy. Turns out I had to change any custom (I think the defaults are fine) VirtualHost entries in /etc/apache2/sites-available/default from <VirtualHost *> to <VirtualHost *:80> (if you have them in any other config files, you'll probably have to do it there too). Otherwise apache just sends plain unencrypted data over the 443 port. I guess that changed in apache somewhere down the line between 8.10 and 10.04.

    Hope this helps someone.

    P.S. I didn't come up with this myself, this answered it for me: http://stackoverflow.com/questions/1.../887350#887350)
    Last edited by StrikerNL; November 26th, 2010 at 09:06 AM.

  8. #8
    Join Date
    Sep 2007
    Location
    BC, Canada
    Beans
    132
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Subversion: SSL handshake failed: Secure connection truncated

    Hi there,

    The problem seems to have dissappeared over one of the last system updates. So I'm unable to recreate the problem now. But thanks for pointing out what it very likely.

    I just noticed this, so it must have been a very recent system update.

  9. #9
    Join Date
    May 2006
    Location
    Izmir
    Beans
    11

    Re: Subversion: SSL handshake failed: Secure connection truncated

    Hello,

    I am having this problem when using Subversion (tried with Eclipse, rapidsvn and command line tool): "SSL handshake failed: Secure connection truncated"

    I don't have apache, and server I'm trying to connect is not under my administration. Is there anybody who knows how to solve this problem? Do I need to update or upgrade my SSL or Subversion or anything else?

    Regards.

    System information:
    - Ubuntu 10.10
    - Subversion 1.6.12

  10. #10
    Join Date
    Nov 2010
    Beans
    1

    Re: Subversion: SSL handshake failed: Secure connection truncated

    I got the "SSL handshake failed" issue on Ubuntu 10.04. I resolved by renaming both ~/.ssh and ~/.subversion (don't know which one fixed the problem because I renamed both on the same time).
    Then at the next connection I was asked again to accept the server certificate.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •