Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8495025
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T23:27:24+00:00 2026-06-10T23:27:24+00:00

I’m trying to access an SVN server that I’ve been using for some time

  • 0

I’m trying to access an SVN server that I’ve been using for some time now, but now I’m receiving this error:

SSL handshake failed: SSL error: A TLS warning alert has been
received.

On other machines (all of this is being done on CentOS) , with which I have not previously accessed the server, I am prompted with the (R)eject, accept (t)emporarily or accept (p)ermanently? options for the offered certificate, and then I am able to successfully connect. My conclusion is that the old certificate is cached and that I need to obtain a new one, however, I have not been able to find a way to clear it and once again receive this prompt when running svn.

I did read many similar issues to this, which led me to clearing/deleting my .subversion folder, but even after that it still won’t prompt me about the certificate and it continues to fail with the above error. Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T23:27:25+00:00Added an answer on June 10, 2026 at 11:27 pm

    You did not specify which version of CentOS you are experiencing this issue on.

    The subversion that comes with EL 6 is linked against GnuTLS which is a change from older releases which linked against OpenSSL.

    You can test this using ldd:

    $ ldd /usr/bin/svn | grep ssl
    $ ldd /usr/bin/svn | grep tls
            libgnutls.so.26 => /usr/lib/libgnutls.so.26 (0x0030f000)
    $
    

    The GnuTLS libraries are more particular in certain cases. The two most common ones:

    1. The remote site uses a weak cipher like DES.
    2. The remote site has a certificate which has a name that does not match the name you specified.

    In the case of a name mismatch you can side step the issue by using the IP address instead of the name. If the host is foo.com and has IP address 1.2.3.4 you can try something along the lines of:

    svn switch --relocate https://foo.com/my-repo-name https://1.2.3.4/my-repo-name
    

    You could also try building subversion from the source code and using openssl instead of gnutls in the configuration.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
That's pretty much it. I'm using Nokogiri to scrape a web page what has
For some reason, after submitting a string like this Jack’s Spindle from a text
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
this is what i have right now Drawing an RSS feed into the php,
I have a French site that I want to parse, but am running into
This could be a duplicate question, but I have no idea what search terms
I know there's a lot of other questions out there that deal with this
I'm trying to create an if statement in PHP that prevents a single post
I am trying to understand how to use SyndicationItem to display feed which is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.