svn: E120171: Error running context: An error occurred during SSL communication

2025-06-14 Thread Graham Leggett via users
Hi all, Is there a way to get a more descriptive error message than "An error occurred"? Regards, Graham --

Re: svn: E120171: Error running context: An error occurred during SSL communication

2025-06-14 Thread Branko Čibej
On 14. 6. 25 16:00, Graham Leggett wrote: Hi all, Is there a way to get a more descriptive error message than "An error occurred"? That error comes from Serf; and there's no more descriptive message available. Looking at the code, this happens when something goes badly wrong with the networ

Re: svn: E120171: Error running context: An error occurred during SSL communication

2025-06-14 Thread Graham Leggett via users
On 14 Jun 2025, at 16:52, Branko Čibej wrote: > That error comes from Serf; and there's no more descriptive message > available. Looking at the code, this happens when something goes badly wrong > with the network; it can't be the result of something the server sent over > the wire. > > Which