svn https: "ra_serf: An error occurred during SSL communication"
Asked Answered
C

6

11

I have randomly errors like these (svn and https) :
- ra_serf: An error occurred during SSL communication
- Error retrieving REPORT: An error occurred during SSL communication

with svn update on the repositories hosted by a private company. But these problems appear only on one station. In order to finish the update, I must use svn cleanup every time after this error.

Sometimes this problem appears early after the first updated files, sometimes it appears after many files or not at all (rarely). On the same Internet connection, I can update my working copy without problem with an other computer using svn on Linux (for example).

It suggests that I have something wrong in my settings (Windows ?, conflict with an other software?). But I have no idea where and why. These problems appear with TortoiseSVN and with the svn command line too. Then it is not related to TortoiseSVN. I use the last SVN version (1.8.3) but this problem was already there with older versions like 1.7.x.

I've already tried to uninstall and reinstall TortoiseSVN but it changes nothing.

I use an updated version of Windows 7.

Cynth answered 10/9, 2013 at 6:49 Comment(5)
I'm getting this error as well now. Did you find an answer at all? I'm using a desktop and laptop and if I check in from one and try to update on the other I'm getting the error. I updated both versions of TortoiseSVN to the same versions and still no luck.Easterling
Hi, still no answer... I update my working copies by svn cleanup && svn up in loop. It's very annoying...Cynth
I actually found the answer to my problem. I have two VPN clients installed on my VM for different clients and they seem to conflict unless I have them both running at the same time.Easterling
Well... I never found the reason of this issue.. and we have mostly switched to git then it's no longer a problem for me...Cynth
This problem appeared after upgrading my develompent machine from Windows 10 to 11. Don't know if it is really related to the upgrade though.Arabinose
I
2

Maybe this issue is caused by your network driver. I had the same issue because Avast installed its own network driver which gave me bluescreen on Windows 8.

I solved this by uninstalling Avast.

Interrogation answered 17/10, 2013 at 5:48 Comment(0)
B
2

I had a problem with this once as well, it solved itself by deactivating my anti-virus program while I was using SVN. (In my case it was Avira).

At the time, I was told that had something to do with network ports.

Brainard answered 31/1, 2014 at 16:17 Comment(0)
S
2

I had this problem too. What solved it for me:

  • Deactivated Norton
  • Then update SVN
Souvenir answered 20/7, 2014 at 15:4 Comment(0)
J
0

I meet this problem, I try to disconnect with a net adapter and it's ok now.

Joyajoyan answered 31/7, 2018 at 2:3 Comment(0)
M
0

After failure with "Error: ra_serf: An error occurred during SSL communication "

Try to do SVN CLEANUP on the same directory and UPDATE the repository again. It works for me.

I am connected over VPN. Antivirus & Firewall everything is running but i felt it has nothing to do with them.

Missal answered 9/5, 2020 at 8:8 Comment(0)
A
0

Also had this problem. For me, it was the network adapter or it's driver. Switching to a different network adapter on the client solved the problem.

  • Bad: Realtek USB GbE Family Controller (Driver: Realtek 1153.10.20.1104) in docking station (D-Link DUB-M810)
  • Good: Intel(R) Ethernet Connection (13) I219-LM (Driver: Intel 12.19.2.50) in Notebook (DELL Latitude 5520)

TortoiseSVN: Version 1.14.7, Build 29687 - 64 Bit (serf 1.3.10) OS Version: Windows 11 Pro Version 23H2 (OS Build: 22631.3593)

The problem came into existence around the time when I upgraded to Windows 11. So, maybe it is really a bad driver.

Arabinose answered 7/6 at 11:18 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.